Skip to content

Commit 284acaa

Browse files
committed
Pin govulncheck-action to master commit with Node.js 24 support
The latest release (v1.0.4) bundles checkout@v4.1.1 and setup-go@v5.0.0 which trigger Node.js 20 deprecation warnings. Master has updated to checkout@v6.0.2 and setup-go@v6.2.0.
1 parent e94062e commit 284acaa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
timeout-minutes: 5
3232
steps:
3333
- id: govulncheck
34-
uses: golang/govulncheck-action@v1
34+
uses: golang/govulncheck-action@31f7c5463448f83528bd771c2d978d940080c9fd # master, uses checkout@v6.0.2 + setup-go@v6.2.0
3535

3636
build:
3737
name: Build

0 commit comments

Comments
 (0)