From b0f1fa9406ec8b222a91348bdfd0b06c84c0c41c Mon Sep 17 00:00:00 2001 From: Claude Date: Wed, 18 Feb 2026 20:03:08 +0000 Subject: [PATCH] fix: Use actions/checkout@v4 instead of non-existent v6 v6 does not exist, causing the workflow to fail silently. Changed all 3 occurrences to v4 (latest stable). https://claude.ai/code/session_0138bAjho1fWwiRZju3nJFJ3 --- .github/workflows/dependabot-secure-flow.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/dependabot-secure-flow.yaml b/.github/workflows/dependabot-secure-flow.yaml index 3f56f03f5..90ad1cb77 100644 --- a/.github/workflows/dependabot-secure-flow.yaml +++ b/.github/workflows/dependabot-secure-flow.yaml @@ -39,7 +39,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v4 with: fetch-depth: 0 @@ -111,7 +111,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v4 with: ref: security fetch-depth: 0 @@ -222,7 +222,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v4 with: fetch-depth: 0