Skip to content

Commit

Permalink
Remove unnecessary permissions for codeql scan workflow (#491)
Browse files Browse the repository at this point in the history
  • Loading branch information
zliang-akamai authored Jan 8, 2025
1 parent 58a9548 commit 726d607
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,8 @@ jobs:
name: Analyze (${{ matrix.language }})
runs-on: ubuntu-latest
permissions:
# required for all workflows
security-events: write

# required to fetch internal or private CodeQL packs
packages: read

# only required for workflows in private repositories
actions: read
contents: read

strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 726d607

Please sign in to comment.