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 f4c1c1b commit 7f68292Copy full SHA for 7f68292
.github/workflows/codeql.yml
@@ -0,0 +1,22 @@
1
+# Generated from:
2
+# https://github.com/zopefoundation/meta/tree/master/config/pure-python
3
+name: CodeQL
4
+
5
+on:
6
+ push:
7
+ pull_request:
8
+ workflow_dispatch:
9
10
+jobs:
11
+ codeql:
12
+ runs-on: ubuntu-latest
13
+ if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name
14
+ name: CodeQL
15
+ steps:
16
+ - uses: actions/checkout@v4
17
+ - name: Initialize CodeQL
18
+ uses: github/codeql-action/init@v3
19
+ with:
20
+ languages: python
21
+ queries: python
22
+ packs: githubsecuritylab/codeql-python-extensions,githubsecuritylab/codeql-python-queries
0 commit comments