Skip to content

Commit

Permalink
Run check-sarif Action using Node 16
Browse files Browse the repository at this point in the history
`using: node12` Actions have already been running using Node 16 for
some time.
  • Loading branch information
henrymercer committed Jul 17, 2023
1 parent d85a177 commit 5719ca3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/check-sarif/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 5719ca3

Please sign in to comment.