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 6970b85 commit bd68196Copy full SHA for bd68196
.github/workflows/codeql.yml
@@ -0,0 +1,10 @@
1
+name: CodeQL
2
+on:
3
+ push: { branches: [ main ] }
4
+ pull_request: { branches: [ main ] }
5
+ schedule: [ { cron: "0 6 * * 1" } ]
6
+jobs:
7
+ analyze:
8
+ permissions: { actions: read, contents: read, security-events: write }
9
+ uses: github/codeql-action/.github/workflows/codeql.yml@v3
10
+ with: { languages: python }
0 commit comments