Use Node.js v16 in all Actions

This is now in active LTS status.
This commit is contained in:
Henry Mercer
2022-02-03 17:39:26 +00:00
parent 8dd2b9ac2f
commit 34c777f8d0
4 changed files with 4 additions and 4 deletions

View File

@@ -72,5 +72,5 @@ outputs:
sarif-id:
description: The ID of the uploaded SARIF file.
runs:
using: "node12"
using: "node16"
main: "../lib/analyze-action.js"