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.
2 parents 4a174d0 + 6678d2f commit 6e20c31Copy full SHA for 6e20c31
.github/workflows/codeql-analysis.yml
@@ -0,0 +1,30 @@
1
+name: "CodeQL Analysis"
2
+
3
+on:
4
+ push:
5
+ branches: [ develop ]
6
+ pull_request:
7
8
+ schedule:
9
+ - cron: '30 0 * * 2'
10
11
+jobs:
12
+ analyze:
13
+ name: Analyze
14
+ runs-on: ubuntu-latest
15
+ permissions:
16
+ actions: read
17
+ contents: read
18
+ security-events: write
19
20
+ steps:
21
+ - name: Checkout repository
22
+ uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846
23
24
+ - name: Initialize CodeQL
25
+ uses: github/codeql-action/init@27ea8f8fe5977c00f5b37e076ab846c5bd783b96
26
+ with:
27
+ languages: 'python'
28
29
+ - name: Perform CodeQL Analysis
30
+ uses: github/codeql-action/analyze@27ea8f8fe5977c00f5b37e076ab846c5bd783b96
0 commit comments