From b45efc9e4202e3ea5eab7ffd960573e8e9746a0e Mon Sep 17 00:00:00 2001 From: Edoardo Pirovano Date: Wed, 30 Mar 2022 13:49:29 +0100 Subject: [PATCH] Revert "Use Node.js v16 in all Actions" This reverts commit 3d23aade469aa3ec77a29f1721762b1a06923bcc. --- 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'