Skip to content

Commit 9fdbb2e

Browse files
committed
give access to write for codeql
1 parent 2ed9687 commit 9fdbb2e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ on:
1010

1111
permissions:
1212
contents: read
13-
security-events: read # безопасно для форков
13+
actions: read
14+
security-events: write # безопасно для форков
1415

1516
jobs:
1617
codeql:

0 commit comments

Comments
 (0)