Skip to content

Commit 6e66995

Browse files
authored
Document with Explicit Permissions
Signed-off-by: Rob Winch <[email protected]>
1 parent 005a2c9 commit 6e66995

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.adoc

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,12 @@ on:
1818
schedule:
1919
# https://docs.github.com/en/actions/writing-workflows/choosing-when-your-workflow-runs/events-that-trigger-workflows#schedule
2020
- cron: '0 5 * * *'
21-
21+
permissions: read-all
2222
jobs:
2323
codeql-analysis-call:
24+
permissions:
25+
actions: read
26+
contents: read
27+
security-events: write
2428
uses: spring-io/github-actions/.github/workflows/codeql-analysis.yml@1
2529
----

0 commit comments

Comments
 (0)