Skip to content
Snippets Groups Projects
Commit f5c94589 authored by Gandalf's avatar Gandalf
Browse files

CodeQL: use os matrix with explicitly stated versions instead of just latest

parent 4d0aa8e6
No related branches found
No related tags found
2 merge requests!561HF26 release changes,!547CodeQL: use os matrix with explicitly stated versions instead of just latest
......@@ -7,7 +7,7 @@ on:
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
......@@ -16,9 +16,12 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ 'ubuntu-20.04', 'ubuntu-22.04']
language: [ 'python' ]
python-version: ['3.8', '3.10']
runs-on: ${{ matrix.os }}
steps:
- name: Checkout repository
uses: actions/checkout@v2
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment