Skip to content

Commit

Permalink
.github/workflows: Udpate CodeQL workflow contents perm
Browse files Browse the repository at this point in the history
The CodeQL workflow uploads the results to GitHub so it
needs a write value on the contents permission.

Signed-off-by: Ashutosh Narkar <[email protected]>
  • Loading branch information
ashutosh-narkar committed Aug 23, 2024
1 parent c3867a3 commit f788310
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:
branches: [ main, release-* ]

permissions:
contents: read
contents: write

jobs:
analyze:
Expand Down

0 comments on commit f788310

Please sign in to comment.