We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c5de3e commit f7379b5Copy full SHA for f7379b5
.github/workflows/codeql.yml
@@ -63,10 +63,11 @@ jobs:
63
# - name: Setup runtime (example)
64
# uses: actions/setup-example@v1
65
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'
+ # Force Python 3.12 for this job (uv will pick this up)
+ - name: Set up Python 3.12
+ uses: actions/setup-python@v5
+ with:
70
+ python-version: '3.12'
71
72
# Initializes the CodeQL tools for scanning.
73
- name: Initialize CodeQL
0 commit comments