Skip to content

Commit 47334bf

Browse files
committed
Revert "change to node20 for all actions"
This reverts commit d651fbc.
1 parent e763762 commit 47334bf

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

analyze/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,6 @@ outputs:
8484
sarif-id:
8585
description: The ID of the uploaded SARIF file.
8686
runs:
87-
using: node20
87+
using: node16
8888
main: "../lib/analyze-action.js"
8989
post: "../lib/analyze-action-post.js"

autobuild/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ inputs:
1313
$GITHUB_WORKSPACE as its working directory.
1414
required: false
1515
runs:
16-
using: node20
16+
using: node16
1717
main: '../lib/autobuild-action.js'

init/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,6 @@ outputs:
109109
codeql-path:
110110
description: The path of the CodeQL binary used for analysis
111111
runs:
112-
using: node20
112+
using: node16
113113
main: '../lib/init-action.js'
114114
post: '../lib/init-action-post.js'

resolve-environment/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ outputs:
1919
environment:
2020
description: The inferred build environment configuration.
2121
runs:
22-
using: node20
22+
using: node16
2323
main: '../lib/resolve-environment-action.js'

upload-sarif/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,5 @@ outputs:
3434
sarif-id:
3535
description: The ID of the uploaded SARIF file.
3636
runs:
37-
using: node20
37+
using: node16
3838
main: '../lib/upload-sarif-action.js'

0 commit comments

Comments
 (0)