Skip to content

Commit

Permalink
fix clusterfuzz actions
Browse files Browse the repository at this point in the history
  • Loading branch information
marctrem authored and ripatel-fd committed Jan 30, 2024
1 parent bce74bd commit 26d2512
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/clusterfuzz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

- run: sudo apt update && sudo apt install -y zip

- uses: firedancer-io/fuzzbot-builder@main
- uses: asymmetric-research/clusterfuzz-fuzzbot-builder@main
name: Build fuzz tests
with:
command: make -j -Otarget fuzz-test
Expand All @@ -41,7 +41,7 @@ jobs:
run: |
ls ${{ matrix.artifact_dir }}/fuzz-test
- uses: firedancer-io/clusterfuzz-action@main
- uses: asymmetric-research/firedancer-clusterfuzz-action@main
name: Upload fuzz targets to ClusterFuzz
with:
bucket-name: firedancer-builds.isol-clusterfuzz.appspot.com
Expand Down

0 comments on commit 26d2512

Please sign in to comment.