Skip to content

Commit

Permalink
remove codeql
Browse files Browse the repository at this point in the history
  • Loading branch information
vemonet committed Sep 17, 2024
1 parent 62c2532 commit 41fce7b
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,24 +28,3 @@ jobs:
- name: Test with coverage
run: |
hatch run test
codeql:
name: 🔎 CodeQL analysis
runs-on: ubuntu-latest
permissions:
security-events: write
contents: read
steps:
- name: Checkout repository
uses: actions/checkout@v4

- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
languages: python

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3
with:
category: "/language:python"

0 comments on commit 41fce7b

Please sign in to comment.