Skip to content

Commit

Permalink
Fix hashes
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaut committed Oct 18, 2024
1 parent cc2ba8f commit a0a9ba2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cifuzz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ jobs:
steps:
- name: Build fuzzers
id: build
uses: google/oss-fuzz/infra/cifuzz/actions/build_fuzzers@9218255
uses: google/oss-fuzz/infra/cifuzz/actions/build_fuzzers@92182553173581f871130c71c71b17f003d47b0a
with:
oss-fuzz-project-name: 'fmt'
dry-run: false
language: c++

- name: Run fuzzers
uses: google/oss-fuzz/infra/cifuzz/actions/run_fuzzers@9218255
uses: google/oss-fuzz/infra/cifuzz/actions/run_fuzzers@92182553173581f871130c71c71b17f003d47b0a
with:
oss-fuzz-project-name: 'fmt'
fuzz-seconds: 300
Expand Down

0 comments on commit a0a9ba2

Please sign in to comment.