From ef795bb78fc1e7cae6499485fbbec6469405952d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 10:56:16 +0000 Subject: [PATCH] Bump shogo82148/actions-go-fuzz/list from 1.2.3 to 1.2.4 Bumps [shogo82148/actions-go-fuzz/list](https://github.com/shogo82148/actions-go-fuzz) from 1.2.3 to 1.2.4. - [Release notes](https://github.com/shogo82148/actions-go-fuzz/releases) - [Commits](https://github.com/shogo82148/actions-go-fuzz/compare/7887fe2495518ecf2504c6ebdede1764dec11018...2caf0a4e74459a82e94234a021500539451f0e00) --- updated-dependencies: - dependency-name: shogo82148/actions-go-fuzz/list dependency-version: 1.2.4 dependency-type: direct:production update-type: version-update:semver-patch ... 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 e30db3f..eb90aa6 100644 --- a/.github/workflows/fuzz.yml +++ b/.github/workflows/fuzz.yml @@ -18,7 +18,7 @@ jobs: with: go-version: "stable" - id: list - uses: shogo82148/actions-go-fuzz/list@7887fe2495518ecf2504c6ebdede1764dec11018 # v1.2.3 + uses: shogo82148/actions-go-fuzz/list@2caf0a4e74459a82e94234a021500539451f0e00 # v1.2.4 outputs: fuzz-tests: ${{steps.list.outputs.fuzz-tests}}