Skip to content

Commit

Permalink
chore(build): update codeql workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
d-biehl committed Apr 24, 2024
1 parent 7da044c commit b5502ae
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: setup python environment
id: setup-python
Expand All @@ -43,13 +43,11 @@ jobs:
- name: Create dev environment
run: |
hatch env create
echo "CODEQL_PYTHON=$(hatch -q run which python)" >> $GITHUB_ENV
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
languages: ${{ matrix.language }}
setup-python-dependencies: false

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3

0 comments on commit b5502ae

Please sign in to comment.