Skip to content

Commit

Permalink
unpin
Browse files Browse the repository at this point in the history
  • Loading branch information
bobcallaway authored Dec 14, 2022
1 parent 4d8649c commit c1ad360
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 @@ -21,13 +21,13 @@ jobs:
steps:
- name: Build Fuzzers
id: build
uses: google/oss-fuzz/infra/cifuzz/actions/build_fuzzers@79f4ed33d9ece2694593e0c7d8af63c936fa3dea
uses: google/oss-fuzz/infra/cifuzz/actions/build_fuzzers@master
with:
oss-fuzz-project-name: 'rekor'
dry-run: false
language: go
- name: Run Fuzzers
uses: google/oss-fuzz/infra/cifuzz/actions/run_fuzzers@95d5e613e7a88ed6746bdefaff1f1649b463873a
uses: google/oss-fuzz/infra/cifuzz/actions/run_fuzzers@master
with:
oss-fuzz-project-name: 'rekor'
fuzz-seconds: 300
Expand Down

0 comments on commit c1ad360

Please sign in to comment.