Skip to content

Commit d6ddfcb

Browse files
committed
Fix CodeQL warnings.
1 parent d150ebd commit d6ddfcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
uses: actions/setup-python@v5
6161
with:
6262
cache: 'pip'
63-
python-version: ${{ matrix.python_version }}
63+
python-version: '3.12'
6464

6565
- name: Install dependencies
6666
run: pip install .

0 commit comments

Comments
 (0)