Skip to content

Commit c691ea1

Browse files
committed
chore: Update permissions for CodeQL job to include actions read access
1 parent 36364b4 commit c691ea1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/pr-checks.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,9 @@ jobs:
7777
uses: ./.github/workflows/backend-data.yml
7878

7979
codeql:
80+
permissions:
81+
actions: read
82+
security-events: write
8083
needs: changes
8184
secrets: inherit
8285
uses: ./.github/workflows/codeql-analysis.yml

0 commit comments

Comments
 (0)