change to node20 for all actions · github/codeql-action@d651fbc

Skip to content

Navigation Menu

Sign in

Appearance settings

Commit d651fbc

change to node20 for all actions

File tree

5 files changed

lines changed

5 files changed

lines changed

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: "node16"

87+

using: 'node20'

8888

main: "../lib/analyze-action.js"

8989

post: "../lib/analyze-action-post.js"

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: 'node16'

16+

using: 'node20'

1717

main: '../lib/autobuild-action.js'

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: 'node16'

112+

using: 'node20'

113113

main: '../lib/init-action.js'

114114

post: '../lib/init-action-post.js'

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: 'node16'

22+

using: 'node20'

2323

main: '../lib/resolve-environment-action.js'

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: 'node16'

37+

using: 'node20'

3838

main: '../lib/upload-sarif-action.js'

0 commit comments