From 7d33312c12347b6840648fda14c3eb6a7987e8a0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 20:57:05 +0000 Subject: [PATCH] Update GitHub Actions --- .github/workflows/ci.yml | 2 +- .github/workflows/claude.yml | 2 +- .github/workflows/scorecard.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 35e0126..aee0bea 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -187,7 +187,7 @@ jobs: # TruffleHog diffs base..head and needs the full history present. fetch-depth: 0 - name: TruffleHog scan - uses: trufflesecurity/trufflehog@17456f8c7d042d8c82c9a8ca9e937231f9f42e26 # v3.95.2 + uses: trufflesecurity/trufflehog@37b77001d0174ebec2fcca2bd83ff83a6d45a3ab # v3.95.3 with: # On PRs: scan the diff between base and head. On push to main: # scan the previous commit to HEAD. The action infers both from diff --git a/.github/workflows/claude.yml b/.github/workflows/claude.yml index aef1eaf..2fe9850 100644 --- a/.github/workflows/claude.yml +++ b/.github/workflows/claude.yml @@ -45,7 +45,7 @@ jobs: with: fetch-depth: 1 - - uses: anthropics/claude-code-action@476e359e6203e73dad705c8b322e333fabbd7416 # v1.0.119 + - uses: anthropics/claude-code-action@dde2242db6af13460b916652159b6ba19a598f30 # v1.0.120 with: anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }} github_token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index d07c57c..e8bd2a0 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -83,6 +83,6 @@ jobs: retention-days: 7 - name: Upload to code-scanning - uses: github/codeql-action/upload-sarif@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # v4.35.2 + uses: github/codeql-action/upload-sarif@68bde559dea0fdcac2102bfdf6230c5f70eb485e # v4.35.4 with: sarif_file: results.sarif