Skip to content

Commit 5719ca3

Browse files
committed
Run check-sarif Action using Node 16
`using: node12` Actions have already been running using Node 16 for some time.
1 parent d85a177 commit 5719ca3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/check-sarif/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ inputs:
1616
Comma separated list of query ids that should NOT be included in this SARIF file.
1717
1818
runs:
19-
using: node12
19+
using: node16
2020
main: index.js

0 commit comments

Comments
 (0)