Skip to content

Commit

Permalink
Explicitly define global permissions for the GitHub token
Browse files Browse the repository at this point in the history
  • Loading branch information
hectorm committed May 21, 2022
1 parent 2585330 commit 62128dc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ on:
- cron: '25 10 * * 3'
workflow_dispatch:

permissions: {}

jobs:

analyze:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ on:
- cron: '25 12 * * 3'
workflow_dispatch:

permissions: {}

jobs:

lint:
Expand Down

0 comments on commit 62128dc

Please sign in to comment.