Permalink
Show file tree
Hide file tree
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Use Node.js v16 in all Actions
- Loading branch information
Henry Mercer
committed
Mar 28, 2022
1 parent
4d6e9c0
commit 3d23aade469aa3ec77a29f1721762b1a06923bcc
Showing
4 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -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" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -7,5 +7,5 @@ inputs: | ||
matrix: | ||
default: ${{ toJson(matrix) }} | ||
runs: | ||
using: 'node12' | ||
using: 'node16' | ||
main: '../lib/autobuild-action.js' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -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' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -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' |