Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,5 @@ inputs:
"Set to `false` to disable reporting of CPU/RAM/time scan statistics via `time -v`."
default: true
runs:
using: "node16"
using: "node24"
main: "../dist/setup/index.js"
2 changes: 1 addition & 1 deletion sign/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,5 +84,5 @@ inputs:
description: >-
"Set to a location on your GitHub runner to output the findings in SARIF format."
runs:
using: "node16"
using: "node24"
main: "../dist/sign/index.js"
2 changes: 1 addition & 1 deletion verify/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,5 +80,5 @@ inputs:
description: >-
"Set to a location on your GitHub runner to output the findings in SARIF format."
runs:
using: "node16"
using: "node24"
main: "../dist/verify/index.js"
Loading