We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41a9ad0 commit 30ee9eaCopy full SHA for 30ee9ea
.github/workflows/code-scanning-pack-gen.yml
@@ -43,7 +43,7 @@ jobs:
43
prepare-code-scanning-pack-matrix:
44
name: Prepare CodeQL Code Scanning pack matrix
45
needs: [determine-ref]
46
- runs-on: ubuntu-22.04
+ runs-on: ubuntu-latest
47
outputs:
48
matrix: ${{ steps.export-code-scanning-pack-matrix.outputs.matrix }}
49
steps:
@@ -62,7 +62,8 @@ jobs:
62
create-code-scanning-pack:
63
name: Create Code Scanning pack
64
needs: [prepare-code-scanning-pack-matrix, determine-ref]
65
- runs-on: ubuntu-20.04-xl
+ #runs-on: ubuntu-20.04-xl
66
67
strategy:
68
fail-fast: false
69
matrix: ${{ fromJSON(needs.prepare-code-scanning-pack-matrix.outputs.matrix) }}
0 commit comments