We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 005a2c9 commit 6e66995Copy full SHA for 6e66995
README.adoc
@@ -18,8 +18,12 @@ on:
18
schedule:
19
# https://docs.github.com/en/actions/writing-workflows/choosing-when-your-workflow-runs/events-that-trigger-workflows#schedule
20
- cron: '0 5 * * *'
21
-
+permissions: read-all
22
jobs:
23
codeql-analysis-call:
24
+ permissions:
25
+ actions: read
26
+ contents: read
27
+ security-events: write
28
uses: spring-io/github-actions/.github/workflows/codeql-analysis.yml@1
29
----
0 commit comments