Skip to content

Commit 01f1a24

Browse files
committed
Downgrade action.yml to use Node.js 20 instead of Node.js 24 for v3
1 parent b264e15 commit 01f1a24

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

.github/actions/check-sarif/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ inputs:
1616
Comma separated list of query ids that should NOT be included in this SARIF file.
1717
1818
runs:
19-
using: node24
19+
using: node20
2020
main: index.js

analyze/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,6 @@ outputs:
9292
sarif-id:
9393
description: The ID of the uploaded SARIF file.
9494
runs:
95-
using: node24
95+
using: node20
9696
main: "../lib/analyze-action.js"
9797
post: "../lib/analyze-action-post.js"

autobuild/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ inputs:
1515
$GITHUB_WORKSPACE as its working directory.
1616
required: false
1717
runs:
18-
using: node24
18+
using: node20
1919
main: '../lib/autobuild-action.js'

init/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,6 @@ outputs:
165165
codeql-version:
166166
description: The version of the CodeQL binary used for analysis
167167
runs:
168-
using: node24
168+
using: node20
169169
main: '../lib/init-action.js'
170170
post: '../lib/init-action-post.js'

resolve-environment/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ outputs:
2121
environment:
2222
description: The inferred build environment configuration.
2323
runs:
24-
using: node24
24+
using: node20
2525
main: '../lib/resolve-environment-action.js'

start-proxy/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.
3131
runs:
32-
using: node24
32+
using: node20
3333
main: "../lib/start-proxy-action.js"
3434
post: "../lib/start-proxy-action-post.js"

upload-sarif/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,6 @@ outputs:
4141
4242
{ "code-scanning": "some-id", "code-quality": "some-other-id" }
4343
runs:
44-
using: node24
44+
using: node20
4545
main: '../lib/upload-sarif-action.js'
4646
post: '../lib/upload-sarif-action-post.js'

0 commit comments

Comments
 (0)