We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5dcd38d commit ea13ac3Copy full SHA for ea13ac3
3 files changed
setup/action.yml
@@ -57,5 +57,5 @@ inputs:
57
"Set to `false` to disable reporting of CPU/RAM/time scan statistics via `time -v`."
58
default: true
59
runs:
60
- using: "node16"
+ using: "node24"
61
main: "../dist/setup/index.js"
sign/action.yml
@@ -84,5 +84,5 @@ inputs:
84
description: >-
85
"Set to a location on your GitHub runner to output the findings in SARIF format."
86
87
88
main: "../dist/sign/index.js"
verify/action.yml
@@ -80,5 +80,5 @@ inputs:
80
81
82
83
main: "../dist/verify/index.js"
0 commit comments