fork of https://github.com/sourcegraph/zoekt
0

Configure Feed

Select the types of activity you want to include in your feed.

Update jidicula/go-fuzz-action to fix CI (#894)

This fixes the failing 'fuzz test' check in CI. Example from https://github.com/sourcegraph/zoekt/pull/891:

```
Download action repository 'jidicula/go-fuzz-action@0206b61afc603b665297621fa5e691b1447a5e57' (SHA:0206b61afc603b665297621fa5e691b1447a5e57)
Getting action download info
Error: This request has been automatically failed because it uses a deprecated version of `actions/upload-artifact: v3`. Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
```

+1 -4
+1 -4
.github/workflows/ci.yml
··· 48 48 steps: 49 49 - name: add dependencies 50 50 run: apk add bash go 51 - # Pinned a commit to make go version configurable. 52 - # This should be safe to upgrade once this commit is in a released version: 53 - # https://github.com/jidicula/go-fuzz-action/commit/23cc553941669144159507e2cccdbb4afc5b3076 54 - - uses: jidicula/go-fuzz-action@0206b61afc603b665297621fa5e691b1447a5e57 51 + - uses: jidicula/go-fuzz-action@2d8b802597c47a79764d83dabc27fb672f2fb8d9 55 52 with: 56 53 packages: 'github.com/sourcegraph/zoekt' # This is the package where the Protobuf round trip tests are defined 57 54 fuzz-time: 30s