Skip to content

Commit

Permalink
change to node20 for all actions
Browse files Browse the repository at this point in the history
  • Loading branch information
nickfyson committed Dec 7, 2023
1 parent 382a50a commit d651fbc
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion analyze/action.yml
Expand Up @@ -84,6 +84,6 @@ outputs:
sarif-id:
description: The ID of the uploaded SARIF file.
runs:
using: "node16"
using: 'node20'
main: "../lib/analyze-action.js"
post: "../lib/analyze-action-post.js"
2 changes: 1 addition & 1 deletion autobuild/action.yml
Expand Up @@ -13,5 +13,5 @@ inputs:
$GITHUB_WORKSPACE as its working directory.
required: false
runs:
using: 'node16'
using: 'node20'
main: '../lib/autobuild-action.js'
2 changes: 1 addition & 1 deletion init/action.yml
Expand Up @@ -109,6 +109,6 @@ outputs:
codeql-path:
description: The path of the CodeQL binary used for analysis
runs:
using: 'node16'
using: 'node20'
main: '../lib/init-action.js'
post: '../lib/init-action-post.js'
2 changes: 1 addition & 1 deletion resolve-environment/action.yml
Expand Up @@ -19,5 +19,5 @@ outputs:
environment:
description: The inferred build environment configuration.
runs:
using: 'node16'
using: 'node20'
main: '../lib/resolve-environment-action.js'
2 changes: 1 addition & 1 deletion upload-sarif/action.yml
Expand Up @@ -34,5 +34,5 @@ outputs:
sarif-id:
description: The ID of the uploaded SARIF file.
runs:
using: 'node16'
using: 'node20'
main: '../lib/upload-sarif-action.js'

0 comments on commit d651fbc

Please sign in to comment.