We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 390b33b + a555f74 commit 4ea8fbfCopy full SHA for 4ea8fbf
1 file changed
action.yml
@@ -14,7 +14,8 @@ runs:
14
- name: 'Set up Node'
15
uses: actions/setup-node@v5
16
with:
17
- node-version: '20.10.0'
+ node-version: '22.14.0'
18
+ package-manager-cache: false
19
- name: 'Generate SARIF file'
20
run: node '${{ github.action_path }}/dist/index.js'
21
env:
0 commit comments