Skip to content

Commit 9d01ad5

Browse files
Attempt to fix/debug codeql (#17)
1 parent 0b6b2e2 commit 9d01ad5

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/codeql.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,13 @@ jobs:
6969
with:
7070
python-version: '3.12'
7171

72+
- run: |
73+
python3 --version
74+
which python3
75+
7276
# Initializes the CodeQL tools for scanning.
7377
- name: Initialize CodeQL
74-
uses: github/codeql-action/init@v3
78+
uses: github/codeql-action/init@v4
7579
with:
7680
languages: ${{ matrix.language }}
7781
build-mode: ${{ matrix.build-mode }}
@@ -99,6 +103,6 @@ jobs:
99103
exit 1
100104
101105
- name: Perform CodeQL Analysis
102-
uses: github/codeql-action/analyze@v3
106+
uses: github/codeql-action/analyze@v4
103107
with:
104108
category: "/language:${{matrix.language}}"

0 commit comments

Comments
 (0)