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 d0f48c6 commit 457f5f4Copy full SHA for 457f5f4
1 file changed
.github/workflows/codeql.yml
@@ -0,0 +1,18 @@
1
+name: CodeQL
2
+
3
+on: [push, pull_request]
4
5
+jobs:
6
+ analyze:
7
+ name: Analyze
8
+ runs-on: ubuntu-latest
9
+ permissions:
10
+ actions: read
11
+ contents: read
12
+ security-events: write
13
+ steps:
14
+ - uses: actions/checkout@v2
15
+ - uses: github/codeql-action/init@v1
16
+ with:
17
+ languages: python
18
+ - uses: github/codeql-action/analyze@v1
0 commit comments