Skip to content

Commit c4bb13a

Browse files
committed
ci: remove CodeQL Python version from matrix
Signed-off-by: behnazh-w <[email protected]>
1 parent bc80e6e commit c4bb13a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/codeql-analysis.yaml

+1-2
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ jobs:
3737
# CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python', 'ruby' ]
3838
# Learn more about CodeQL language support at https://git.io/codeql-language-support
3939
language: [python, go]
40-
python: ['3.11']
4140
steps:
4241

4342
- name: Checkout repository
@@ -46,7 +45,7 @@ jobs:
4645
- name: Set up Python ${{ matrix.python }}
4746
uses: actions/setup-python@d27e3f3d7c64b4bbf8e4abfb9b63b83e846e0435 # v4.5.0
4847
with:
49-
python-version: ${{ matrix.python }}
48+
python-version: '3.11'
5049

5150
# For more details see the comment in _build.yaml.
5251
- name: Create empty virtual environment for Actions

0 commit comments

Comments
 (0)