Skip to content

Commit 559eebb

Browse files
authored
Fix CodeQL workflow notifications (#13118)
1 parent ed0fb2e commit 559eebb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/codeql-daily.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ on:
99
permissions:
1010
contents: read
1111

12-
1312
jobs:
1413
analyze:
1514
permissions:
@@ -48,6 +47,8 @@ jobs:
4847
uses: github/codeql-action/analyze@f6091c0113d1dcf9b98e269ee48e8a7e51b7bdd4 # v3.28.5
4948

5049
workflow-notification:
50+
permissions:
51+
issues: write
5152
needs:
5253
- analyze
5354
if: always()

0 commit comments

Comments
 (0)