Skip to content

Commit 1e6d67b

Browse files
committedNov 6, 2024
Give expected-queries-runs permissions
1 parent d5e7384 commit 1e6d67b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎.github/workflows/expected-queries-runs.yml

+3
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ jobs:
2222
CODEQL_ACTION_TEST_MODE: true
2323
timeout-minutes: 45
2424
runs-on: ubuntu-latest
25+
permissions:
26+
contents: read
27+
security-events: write
2528
steps:
2629
- name: Check out repository
2730
uses: actions/checkout@v4

0 commit comments

Comments
 (0)
Please sign in to comment.