Skip to content

Commit 4092901

Browse files
committed
fix for python install on self-hosted runners
1 parent b3bbdd4 commit 4092901

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reusable_codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Setup newer Python
3838
uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
3939
with:
40-
python-version: "3.10"
40+
python-version: ">=3.10"
4141

4242
- name: Initialize CodeQL
4343
uses: github/codeql-action/init@b7bf0a3ed3ecfa44160715d7c442788f65f0f923 # v3.23.2

0 commit comments

Comments
 (0)