Skip to content

Commit

Permalink
Merge pull request #184 from maxmind/greg/fix-read-only-token
Browse files Browse the repository at this point in the history
Fixes for read-only GITHUB_TOKEN in workflows
  • Loading branch information
faktas2 committed Jun 20, 2024
2 parents 81bb914 + 19bd80b commit 6bcdc16
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ jobs:

runs-on: ubuntu-latest

permissions:
security-events: write

steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down

0 comments on commit 6bcdc16

Please sign in to comment.