From e094363c764a341bf23b740fbaea0d37abb95e32 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 17:07:15 +0000 Subject: [PATCH] chore(deps): bump google/clusterfuzzlite/actions/build_fuzzers Bumps [google/clusterfuzzlite/actions/build_fuzzers](https://github.com/google/clusterfuzzlite) from 82652fb49e77bc29c35da1167bb286e93c6bcc05 to 884713a6c30a92e5e8544c39945cd7cb630abcd1. - [Commits](https://github.com/google/clusterfuzzlite/compare/82652fb49e77bc29c35da1167bb286e93c6bcc05...884713a6c30a92e5e8544c39945cd7cb630abcd1) --- updated-dependencies: - dependency-name: google/clusterfuzzlite/actions/build_fuzzers dependency-version: 884713a6c30a92e5e8544c39945cd7cb630abcd1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/fuzz.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/fuzz.yml b/.github/workflows/fuzz.yml index b82df67..23982ea 100644 --- a/.github/workflows/fuzz.yml +++ b/.github/workflows/fuzz.yml @@ -36,7 +36,7 @@ jobs: - name: Build fuzzers # The action commit is immutable. Its upstream action.yml still selects # Google's mutable :v1 runtime image, which this repository cannot pin. - uses: google/clusterfuzzlite/actions/build_fuzzers@82652fb49e77bc29c35da1167bb286e93c6bcc05 # v1 + uses: google/clusterfuzzlite/actions/build_fuzzers@884713a6c30a92e5e8544c39945cd7cb630abcd1 # v1 with: github-token: ${{ secrets.GITHUB_TOKEN }} language: python