Skip to content

Commit d651fbc

Browse files
committed
change to node20 for all actions
1 parent 382a50a commit d651fbc

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

analyze/action.yml

+1-1
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: "node16"
87+
using: 'node20'
8888
main: "../lib/analyze-action.js"
8989
post: "../lib/analyze-action-post.js"

autobuild/action.yml

+1-1
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: 'node16'
16+
using: 'node20'
1717
main: '../lib/autobuild-action.js'

init/action.yml

+1-1
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: 'node16'
112+
using: 'node20'
113113
main: '../lib/init-action.js'
114114
post: '../lib/init-action-post.js'

resolve-environment/action.yml

+1-1
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: 'node16'
22+
using: 'node20'
2323
main: '../lib/resolve-environment-action.js'

upload-sarif/action.yml

+1-1
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: 'node16'
37+
using: 'node20'
3838
main: '../lib/upload-sarif-action.js'

0 commit comments

Comments
 (0)