Skip to content

Commit 7f68292

Browse files
committed
Try out CodeQL Community Packs
1 parent f4c1c1b commit 7f68292

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

.github/workflows/codeql.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)