From 02b258f79db0a0ec9c576dd4c4cbe087ffed4351 Mon Sep 17 00:00:00 2001 From: stevenhorsman Date: Fri, 6 Mar 2026 13:50:24 +0000 Subject: [PATCH] workflow: Fix commented version Expand the commented version to show the minor and fix so that zizmor and dependabot can work with them better --- .github/workflows/govulncheck.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/govulncheck.yaml b/.github/workflows/govulncheck.yaml index c1594d1063..a51cc364f2 100644 --- a/.github/workflows/govulncheck.yaml +++ b/.github/workflows/govulncheck.yaml @@ -26,7 +26,7 @@ jobs: steps: - name: Checkout the code - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: fetch-depth: 0 persist-credentials: false