Skip to content

Commit 9c057de

Browse files
authored
ci: add required permissions
1 parent 7a1c578 commit 9c057de

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/CODE_SCANNING.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ jobs:
1919
# required for all workflows
2020
security-events: write
2121

22+
# only required for workflows in private repositories
23+
actions: read
24+
contents: read
25+
2226
steps:
2327
- name: Checkout repository
2428
uses: actions/checkout@v6

0 commit comments

Comments
 (0)