Skip to content

Commit c98fa4e

Browse files
authored
Add CodeQL workflow permissions (opensearch-project#21864)
Signed-off-by: Craig Perkins <craig5008@gmail.com>
1 parent ee2caac commit c98fa4e

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/codeql-analysis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ jobs:
2424
analyze:
2525
name: Analyze
2626
runs-on: ubuntu-latest
27+
permissions:
28+
actions: read
29+
contents: read
30+
security-events: write
2731

2832
strategy:
2933
fail-fast: false

0 commit comments

Comments
 (0)