We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e296b0d commit 7644a82Copy full SHA for 7644a82
1 file changed
.github/workflows/python-ci.yml
@@ -28,20 +28,3 @@ jobs:
28
29
- name: Test
30
run: uv run pytest
31
-
32
- analyze:
33
- runs-on: ubuntu-latest
34
35
- steps:
36
- - uses: actions/checkout@v5
37
38
- - name: Initialize CodeQL
39
- uses: github/codeql-action/init@v3
40
- with:
41
- languages: python
42
43
- - name: Autobuild
44
- uses: github/codeql-action/autobuild@v3
45
46
- - name: Perform CodeQL Analysis
47
- uses: github/codeql-action/analyze@v3
0 commit comments