Skip to content

Commit

Permalink
Use Node.js v16 in all Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
henrymercer committed Mar 28, 2022
1 parent 4d6e9c0 commit 3d23aad
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion analyze/action.yml
Expand Up @@ -72,5 +72,5 @@ outputs:
sarif-id:
description: The ID of the uploaded SARIF file.
runs:
using: "node12"
using: "node16"
main: "../lib/analyze-action.js"
2 changes: 1 addition & 1 deletion autobuild/action.yml
Expand Up @@ -7,5 +7,5 @@ inputs:
matrix:
default: ${{ toJson(matrix) }}
runs:
using: 'node12'
using: 'node16'
main: '../lib/autobuild-action.js'
2 changes: 1 addition & 1 deletion init/action.yml
Expand Up @@ -73,5 +73,5 @@ outputs:
codeql-path:
description: The path of the CodeQL binary used for analysis
runs:
using: 'node12'
using: 'node16'
main: '../lib/init-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: 'node12'
using: 'node16'
main: '../lib/upload-sarif-action.js'

0 comments on commit 3d23aad

Please sign in to comment.