Skip to content

Commit

Permalink
ci: disable all permissions by default
Browse files Browse the repository at this point in the history
  • Loading branch information
mscharley committed Mar 14, 2024
1 parent 6be8fe4 commit 27490ce
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/check-dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ on:
- '**.md'
workflow_dispatch:

permissions: {}

jobs:
check-dist:
name: Check dist/
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ on:
- main
- 'releases/*'

permissions: {}

jobs:
test-typescript:
name: TypeScript Tests
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ on:
schedule:
- cron: '31 7 * * 3'

permissions: {}

jobs:
analyze:
name: Analyze
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:
branches-ignore:
- main

permissions: {}

jobs:
lint:
name: Lint Code Base
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
- cron: '30 1 * * *'
workflow_dispatch:

permissions: {}

jobs:
stale:
uses: mscharley/.github/.github/workflows/stale.yml@main
Expand Down

0 comments on commit 27490ce

Please sign in to comment.