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"