Skip to content

Commit 7644a82

Browse files
committed
ci: move analysis to GitHub settings
1 parent e296b0d commit 7644a82

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

.github/workflows/python-ci.yml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -28,20 +28,3 @@ jobs:
2828

2929
- name: Test
3030
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

Comments
 (0)