Revert "Use Node.js v16 in all Actions"

This reverts commit 3d23aade46.
This commit is contained in:
Edoardo Pirovano
2022-03-30 13:49:29 +01:00
parent 75743c96fc
commit b45efc9e42
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -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"
+1 -1
View File
@@ -7,5 +7,5 @@ inputs:
matrix:
default: ${{ toJson(matrix) }}
runs:
using: 'node16'
using: 'node12'
main: '../lib/autobuild-action.js'
+1 -1
View File
@@ -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'
+1 -1
View File
@@ -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'