Skip to content

Commit 4d2db08

Browse files
authored
Merge pull request #5801 from github/aeisenberg/fix-codescanning
Actions: Fix code scanning workflow
2 parents d288b92 + 0376a13 commit 4d2db08

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ jobs:
2121

2222
permissions:
2323
contents: read
24-
security_events: write
25-
pull_requests: read
24+
security-events: write
25+
pull-requests: read
2626

2727
steps:
2828
- name: Checkout repository

0 commit comments

Comments
 (0)