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 dc95487 commit 2c5bd4cCopy full SHA for 2c5bd4c
.github/workflows/codeql.yml
@@ -7,7 +7,11 @@ on:
7
schedule:
8
# https://docs.github.com/en/actions/writing-workflows/choosing-when-your-workflow-runs/events-that-trigger-workflows#schedule
9
- cron: '0 5 * * *'
10
-
+permissions: read-all
11
jobs:
12
codeql-analysis-call:
13
+ permissions:
14
+ actions: read
15
+ contents: read
16
+ security-events: write
17
uses: spring-io/github-actions/.github/workflows/codeql-analysis.yml@1
0 commit comments