Skip to content

Commit f7379b5

Browse files
committed
Fix codeql.yml (bad indent)
1 parent 4c5de3e commit f7379b5

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/codeql.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,11 @@ jobs:
6363
# - name: Setup runtime (example)
6464
# uses: actions/setup-example@v1
6565

66-
# Force Python 3.12 for this job (uv will pick this up)
67-
- uses: actions/setup-python@v5
68-
with:
69-
python-version: '3.12.x'
66+
# Force Python 3.12 for this job (uv will pick this up)
67+
- name: Set up Python 3.12
68+
uses: actions/setup-python@v5
69+
with:
70+
python-version: '3.12'
7071

7172
# Initializes the CodeQL tools for scanning.
7273
- name: Initialize CodeQL

0 commit comments

Comments
 (0)