Skip to content

Commit 1938457

Browse files
committed
Cheating: add write permission
1 parent 0e9b24a commit 1938457

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
CodeQL-Build:
1616
runs-on: ubuntu-latest
1717
permissions:
18-
actions: read
18+
actions: write
1919
contents: read
2020
security-events: write
2121
steps:
@@ -38,7 +38,7 @@ jobs:
3838
runs-on: ubuntu-latest
3939
# Apply principle of least privilege to GITHUB_TOKEN
4040
permissions:
41-
actions: read
41+
actions: write
4242
contents: read
4343
security-events: write
4444

0 commit comments

Comments
 (0)