mirror of
https://github.com/github/codeql-action.git
synced 2026-01-05 06:00:32 +08:00
Run check-sarif Action using Node 16
`using: node12` Actions have already been running using Node 16 for some time.
This commit is contained in:
2
.github/actions/check-sarif/action.yml
vendored
2
.github/actions/check-sarif/action.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user