File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed
.github/actions/check-sarif Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -16,5 +16,5 @@ inputs:
1616 Comma separated list of query ids that should NOT be included in this SARIF file.
1717
1818runs :
19- using : node24
19+ using : node20
2020 main : index.js
Original file line number Diff line number Diff line change @@ -92,6 +92,6 @@ outputs:
9292 sarif-id :
9393 description : The ID of the uploaded SARIF file.
9494runs :
95- using : node24
95+ using : node20
9696 main : " ../lib/analyze-action.js"
9797 post : " ../lib/analyze-action-post.js"
Original file line number Diff line number Diff line change @@ -15,5 +15,5 @@ inputs:
1515 $GITHUB_WORKSPACE as its working directory.
1616 required : false
1717runs :
18- using : node24
18+ using : node20
1919 main : ' ../lib/autobuild-action.js'
Original file line number Diff line number Diff line change @@ -165,6 +165,6 @@ outputs:
165165 codeql-version :
166166 description : The version of the CodeQL binary used for analysis
167167runs :
168- using : node24
168+ using : node20
169169 main : ' ../lib/init-action.js'
170170 post : ' ../lib/init-action-post.js'
Original file line number Diff line number Diff line change @@ -21,5 +21,5 @@ outputs:
2121 environment :
2222 description : The inferred build environment configuration.
2323runs :
24- using : node24
24+ using : node20
2525 main : ' ../lib/resolve-environment-action.js'
Original file line number Diff line number Diff line change @@ -29,6 +29,6 @@ outputs:
2929 proxy_urls :
3030 description : A stringified JSON array of objects containing the types and URLs of the configured registries.
3131runs :
32- using : node24
32+ using : node20
3333 main : " ../lib/start-proxy-action.js"
3434 post : " ../lib/start-proxy-action-post.js"
Original file line number Diff line number Diff line change @@ -41,6 +41,6 @@ outputs:
4141
4242 { "code-scanning": "some-id", "code-quality": "some-other-id" }
4343runs :
44- using : node24
44+ using : node20
4545 main : ' ../lib/upload-sarif-action.js'
4646 post : ' ../lib/upload-sarif-action-post.js'
You can’t perform that action at this time.
0 commit comments