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 6ce4e53 commit e8e4813Copy full SHA for e8e4813
.github/workflows/codeql.yml
@@ -0,0 +1,17 @@
1
+name: "CodeQL Advanced"
2
+
3
+on:
4
+ push:
5
+ pull_request:
6
+ workflow_dispatch:
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