Skip to content

Commit 214a229

Browse files
authored
Merge pull request maxmind#172 from maxmind/greg/fix-read-only-token
Fixes for read-only GITHUB_TOKEN in workflows
2 parents affa23e + a39574d commit 214a229

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ jobs:
1313

1414
runs-on: ubuntu-latest
1515

16+
permissions:
17+
security-events: write
18+
1619
steps:
1720
- name: Checkout repository
1821
uses: actions/checkout@v4

0 commit comments

Comments
 (0)