Revert "change to node20 for all actions"

This reverts commit d651fbc494.
This commit is contained in:
nickfyson
2023-12-13 16:39:05 +00:00
parent e763762131
commit 47334bf4e9
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -84,6 +84,6 @@ outputs:
sarif-id:
description: The ID of the uploaded SARIF file.
runs:
using: node20
using: node16
main: "../lib/analyze-action.js"
post: "../lib/analyze-action-post.js"
+1 -1
View File
@@ -13,5 +13,5 @@ inputs:
$GITHUB_WORKSPACE as its working directory.
required: false
runs:
using: node20
using: node16
main: '../lib/autobuild-action.js'
+1 -1
View File
@@ -109,6 +109,6 @@ outputs:
codeql-path:
description: The path of the CodeQL binary used for analysis
runs:
using: node20
using: node16
main: '../lib/init-action.js'
post: '../lib/init-action-post.js'
+1 -1
View File
@@ -19,5 +19,5 @@ outputs:
environment:
description: The inferred build environment configuration.
runs:
using: node20
using: node16
main: '../lib/resolve-environment-action.js'
+1 -1
View File
@@ -34,5 +34,5 @@ outputs:
sarif-id:
description: The ID of the uploaded SARIF file.
runs:
using: node20
using: node16
main: '../lib/upload-sarif-action.js'