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:
16
16
Comma separated list of query ids that should NOT be included in this SARIF file.
17
17
18
18
runs :
19
- using : node24
19
+ using : node20
20
20
main : index.js
Original file line number Diff line number Diff line change @@ -92,6 +92,6 @@ outputs:
92
92
sarif-id :
93
93
description : The ID of the uploaded SARIF file.
94
94
runs :
95
- using : node24
95
+ using : node20
96
96
main : " ../lib/analyze-action.js"
97
97
post : " ../lib/analyze-action-post.js"
Original file line number Diff line number Diff line change @@ -15,5 +15,5 @@ inputs:
15
15
$GITHUB_WORKSPACE as its working directory.
16
16
required : false
17
17
runs :
18
- using : node24
18
+ using : node20
19
19
main : ' ../lib/autobuild-action.js'
Original file line number Diff line number Diff line change @@ -165,6 +165,6 @@ outputs:
165
165
codeql-version :
166
166
description : The version of the CodeQL binary used for analysis
167
167
runs :
168
- using : node24
168
+ using : node20
169
169
main : ' ../lib/init-action.js'
170
170
post : ' ../lib/init-action-post.js'
Original file line number Diff line number Diff line change @@ -21,5 +21,5 @@ outputs:
21
21
environment :
22
22
description : The inferred build environment configuration.
23
23
runs :
24
- using : node24
24
+ using : node20
25
25
main : ' ../lib/resolve-environment-action.js'
Original file line number Diff line number Diff line change @@ -29,6 +29,6 @@ outputs:
29
29
proxy_urls :
30
30
description : A stringified JSON array of objects containing the types and URLs of the configured registries.
31
31
runs :
32
- using : node24
32
+ using : node20
33
33
main : " ../lib/start-proxy-action.js"
34
34
post : " ../lib/start-proxy-action-post.js"
Original file line number Diff line number Diff line change @@ -41,6 +41,6 @@ outputs:
41
41
42
42
{ "code-scanning": "some-id", "code-quality": "some-other-id" }
43
43
runs :
44
- using : node24
44
+ using : node20
45
45
main : ' ../lib/upload-sarif-action.js'
46
46
post : ' ../lib/upload-sarif-action-post.js'
You can’t perform that action at this time.
0 commit comments