Skip to content

Commit b5502ae

Browse files
committed
chore(build): update codeql workflows
1 parent 7da044c commit b5502ae

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
steps:
3131
- name: Checkout repository
32-
uses: actions/checkout@v3
32+
uses: actions/checkout@v4
3333

3434
- name: setup python environment
3535
id: setup-python
@@ -43,13 +43,11 @@ jobs:
4343
- name: Create dev environment
4444
run: |
4545
hatch env create
46-
echo "CODEQL_PYTHON=$(hatch -q run which python)" >> $GITHUB_ENV
4746
4847
- name: Initialize CodeQL
4948
uses: github/codeql-action/init@v3
5049
with:
5150
languages: ${{ matrix.language }}
52-
setup-python-dependencies: false
5351

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

0 commit comments

Comments
 (0)