Skip to content

Commit 0e53ad3

Browse files
committed
Actions: Add permissions block to code scanning workflow
1 parent 3670c72 commit 0e53ad3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@ jobs:
1919

2020
runs-on: ubuntu-latest
2121

22+
permissions:
23+
contents: read
24+
security_events: write
25+
pull_requests: read
26+
2227
steps:
2328
- name: Checkout repository
2429
uses: actions/checkout@v2

0 commit comments

Comments
 (0)