Skip to content

Commit 9695773

Browse files
committed
Another attempt
1 parent 9d01ad5 commit 9695773

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ jobs:
7070
python-version: '3.12'
7171

7272
- run: |
73-
python3 --version
74-
which python3
73+
python --version
74+
which python
7575
7676
# Initializes the CodeQL tools for scanning.
7777
- name: Initialize CodeQL

0 commit comments

Comments
 (0)