File tree Expand file tree Collapse file tree 2 files changed +26
-0
lines changed Expand file tree Collapse file tree 2 files changed +26
-0
lines changed Original file line number Diff line number Diff line change
1
+ # GitHub Actions for CodeQL Scanning
2
+
3
+ name : " CodeQL Advanced"
4
+
5
+ on :
6
+ push :
7
+ pull_request :
8
+ workflow_dispatch :
9
+ schedule :
10
+ # https://docs.github.com/en/actions/writing-workflows/choosing-when-your-workflow-runs/events-that-trigger-workflows#schedule
11
+ - cron : ' 0 5 * * *'
12
+
13
+ permissions : read-all
14
+
15
+ jobs :
16
+ codeql-analysis-call :
17
+ permissions :
18
+ actions : read
19
+ contents : read
20
+ security-events : write
21
+ uses : spring-io/github-actions/.github/workflows/codeql-analysis.yml@1
Original file line number Diff line number Diff line change 10
10
pull_request_target :
11
11
types : [opened, edited, reopened]
12
12
13
+ permissions :
14
+ contents : read
15
+ issues : write
16
+ pull-requests : write
17
+
13
18
jobs :
14
19
Inbox :
15
20
runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments