Skip to content

Commit 735aa6e

Browse files
Copilotfelickz
andauthored
Update action.yml to use node24 instead of node20
Co-authored-by: felickz <1760475+felickz@users.noreply.github.com>
1 parent f032945 commit 735aa6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ inputs:
1818
required: false
1919
description: 'The output SARIF file path, defaults to the input SARIF file path'
2020
runs:
21-
using: 'node20'
21+
using: 'node24'
2222
main: 'dist/index.js'

0 commit comments

Comments
 (0)