mirror of
https://github.com/github/codeql-action.git
synced 2026-04-24 15:58:49 +00:00
Update CodeQL versions tested in generated checks
This commit is contained in:
Generated
+1
-6
@@ -38,12 +38,7 @@ jobs:
|
||||
steps:
|
||||
- name: Setup Python on MacOS
|
||||
uses: actions/setup-python@v5
|
||||
if: >-
|
||||
runner.os == 'macOS' && (
|
||||
|
||||
matrix.version == 'stable-v2.13.5' ||
|
||||
|
||||
matrix.version == 'stable-v2.14.6')
|
||||
if: runner.os == 'macOS' && matrix.version == 'stable-v2.14.6'
|
||||
with:
|
||||
python-version: '3.11'
|
||||
- name: Check out repository
|
||||
|
||||
Reference in New Issue
Block a user