mirror of
https://github.com/github/codeql-action.git
synced 2026-04-05 03:02:16 +00:00
Add matrix to job
This commit is contained in:
@@ -184,6 +184,12 @@ function main(): void {
|
||||
}
|
||||
}
|
||||
const checkJob: Record<string, any> = {
|
||||
strategy: {
|
||||
"fail-fast": false,
|
||||
matrix: {
|
||||
include: matrix,
|
||||
},
|
||||
},
|
||||
name: checkSpecification.name,
|
||||
if: "github.triggering_actor != 'dependabot[bot]'",
|
||||
permissions: {
|
||||
@@ -191,6 +197,7 @@ function main(): void {
|
||||
"security-events": "read",
|
||||
},
|
||||
"timeout-minutes": 45,
|
||||
"runs-on": "${{ matrix.os }}",
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user