From 5719ca3eb62d4b01976f3c1f63f2da98a2cf33d3 Mon Sep 17 00:00:00 2001 From: Henry Mercer Date: Mon, 17 Jul 2023 18:29:59 +0100 Subject: [PATCH] Run check-sarif Action using Node 16 `using: node12` Actions have already been running using Node 16 for some time. --- .github/actions/check-sarif/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/check-sarif/action.yml b/.github/actions/check-sarif/action.yml index ea540ec7c5..d87e87b839 100644 --- a/.github/actions/check-sarif/action.yml +++ b/.github/actions/check-sarif/action.yml @@ -16,5 +16,5 @@ inputs: Comma separated list of query ids that should NOT be included in this SARIF file. runs: - using: node12 + using: node16 main: index.js