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 5133489 commit 6278881Copy full SHA for 6278881
.github/workflows/codeql.yml
@@ -0,0 +1,21 @@
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
0 commit comments