Skip to content

Commit

Permalink
Overwriting permissions on security related jobs (#5762)
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan West <[email protected]>
  • Loading branch information
Kramer0x0 authored Feb 3, 2024
1 parent d425069 commit deb91a2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test-build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@ jobs:
security:
name: CodeQL
runs-on: ubuntu-20.04
permissions:
actions: read
contents: read
security-events: write
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down

0 comments on commit deb91a2

Please sign in to comment.