From 21c48e7a01c38ddfa489aa2d1f22829f40325298 Mon Sep 17 00:00:00 2001 From: Henry Mercer Date: Thu, 17 Feb 2022 13:51:03 +0000 Subject: [PATCH] Revert "Use Node.js v16 in all Actions" This reverts commit 34c777f8d08fd88953a67626f475e45ed8009c61. --- analyze/action.yml | 2 +- autobuild/action.yml | 2 +- init/action.yml | 2 +- upload-sarif/action.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/analyze/action.yml b/analyze/action.yml index 023bbfe94..f28e7c37d 100644 --- a/analyze/action.yml +++ b/analyze/action.yml @@ -72,5 +72,5 @@ outputs: sarif-id: description: The ID of the uploaded SARIF file. runs: - using: "node16" + using: "node12" main: "../lib/analyze-action.js" diff --git a/autobuild/action.yml b/autobuild/action.yml index 63b83f932..ec2690c85 100644 --- a/autobuild/action.yml +++ b/autobuild/action.yml @@ -7,5 +7,5 @@ inputs: matrix: default: ${{ toJson(matrix) }} runs: - using: 'node16' + using: 'node12' main: '../lib/autobuild-action.js' \ No newline at end of file diff --git a/init/action.yml b/init/action.yml index 1c869bb43..d2f4b308a 100644 --- a/init/action.yml +++ b/init/action.yml @@ -73,5 +73,5 @@ outputs: codeql-path: description: The path of the CodeQL binary used for analysis runs: - using: 'node16' + using: 'node12' main: '../lib/init-action.js' diff --git a/upload-sarif/action.yml b/upload-sarif/action.yml index 125790bd8..aa5ba8073 100644 --- a/upload-sarif/action.yml +++ b/upload-sarif/action.yml @@ -34,5 +34,5 @@ outputs: sarif-id: description: The ID of the uploaded SARIF file. runs: - using: 'node16' + using: 'node12' main: '../lib/upload-sarif-action.js'