Skip to content

Commit 768d7f6

Browse files
authored
PP-15163 Add contents:read permission to CodeQL workflow (#4201)
## WHAT - CodeQL action needs `contents: read` permission as per https://github.com/github/codeql-action?tab=readme-ov-file#workflow-permissions
1 parent 40de839 commit 768d7f6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ on:
1313

1414
permissions:
1515
security-events: write
16+
contents: read
1617

1718
jobs:
1819
analyze:

0 commit comments

Comments
 (0)