We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5eec6b7 commit 2521ff0Copy full SHA for 2521ff0
.github/workflows/reusable-cifuzz.yml
@@ -26,7 +26,7 @@ jobs:
26
oss-fuzz-project-name: ${{ inputs.oss-fuzz-project-name }}
27
sanitizer: ${{ inputs.sanitizer }}
28
- name: Run fuzzers (${{ inputs.sanitizer }})
29
- uses: google/oss-fuzz/infra/cifuzz/actions/build_fuzzers@ed23f8af80ff82b25ca67cd9b101e690b8897b3f # master
+ uses: google/oss-fuzz/infra/cifuzz/actions/run_fuzzers@ed23f8af80ff82b25ca67cd9b101e690b8897b3f # master
30
with:
31
fuzz-seconds: 600
32
0 commit comments