8000 Configure CodeQL code scanning · mjsignup/python-stdnum@e2a95fc · GitHub
[go: up one dir, main page]

Skip to content

Commit e2a95fc

Browse files
committed
Configure CodeQL code scanning
1 parent 175b1e5 commit e2a95fc

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/workflows/test.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,3 +49,20 @@ jobs:
4949
run: python -m pip install --upgrade pip tox
5050
- name: Tox
5151
run: tox -e flake8 --skip-missing-interpreters false
52+
CodeQL:
53+
runs-on: ubuntu-latest
54+
permissions:
55+
actions: read
56+
contents: read
57+
security-events: write
58+
steps:
59+
- name: Checkout repository
60+
uses: actions/checkout@v2
61+
- name: Initialize CodeQL
62+
uses: github/codeql-action/init@v1
63+
with:
64+
languages: python
65+
- name: Build
66+
uses: github/codeql-action/autobuild@v1
67+
- name: Perform CodeQL Analysis
68+
uses: github/codeql-action/analyze@v1

0 commit comments

Comments
 (0)
0