Skip to content

Commit

Permalink
Cleanup cifuzz action
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaut committed Oct 13, 2024
1 parent 359913a commit 54c7152
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/cifuzz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,22 @@ jobs:
steps:
- name: Build fuzzers
id: build
uses: google/oss-fuzz/infra/cifuzz/actions/build_fuzzers@92182553173581f871130c71c71b17f003d47b0a # master
env:
VERSION: "@92182553173581f871130c71c71b17f003d47b0a"
uses: google/oss-fuzz/infra/cifuzz/actions/build_fuzzers${{env.VERSION}}
with:
oss-fuzz-project-name: 'fmt'
dry-run: false
language: c++

- name: Run fuzzers
uses: google/oss-fuzz/infra/cifuzz/actions/run_fuzzers@92182553173581f871130c71c71b17f003d47b0a # master
uses: google/oss-fuzz/infra/cifuzz/actions/run_fuzzers@92182553173581f871130c71c71b17f003d47b0a
with:
oss-fuzz-project-name: 'fmt'
fuzz-seconds: 300
dry-run: false
language: c++

- name: Upload crash
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
if: failure() && steps.build.outcome == 'success'
Expand Down

0 comments on commit 54c7152

Please sign in to comment.