From f19b3bb99ab4aa9255f9605d4935f60d4dab7439 Mon Sep 17 00:00:00 2001 From: thomas Date: Thu, 16 Jan 2025 09:25:12 -0800 Subject: [PATCH] Update jidicula/go-fuzz-action to fix CI --- .github/workflows/ci.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0c084461..f8e76996 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,10 +48,7 @@ jobs: steps: - name: add dependencies run: apk add bash go - # Pinned a commit to make go version configurable. - # This should be safe to upgrade once this commit is in a released version: - # https://github.com/jidicula/go-fuzz-action/commit/23cc553941669144159507e2cccdbb4afc5b3076 - - uses: jidicula/go-fuzz-action@0206b61afc603b665297621fa5e691b1447a5e57 + - uses: jidicula/go-fuzz-action@2d8b802597c47a79764d83dabc27fb672f2fb8d9 with: packages: 'github.com/sourcegraph/zoekt' # This is the package where the Protobuf round trip tests are defined fuzz-time: 30s