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 1ff9951 commit f8c5712Copy full SHA for f8c5712
.github/workflows/run-codeql-analysis.yml
@@ -0,0 +1,15 @@
1
+name: "Run CodeQL Analysis"
2
+on:
3
+ push:
4
+ pull_request:
5
+ workflow_dispatch:
6
+ schedule:
7
+ - cron: '45 2 * * 1'
8
+permissions: read-all
9
+jobs:
10
+ run-analysis:
11
+ permissions:
12
+ actions: read
13
+ contents: read
14
+ security-events: write
15
+ uses: spring-io/github-actions/.github/workflows/codeql-analysis.yml@6e66995f7d29de1e4ff76e4f0def7a10163fe910
0 commit comments