Skip to content

Commit c71b225

Browse files
committed
Try an older version of fuzzers.
1 parent 792fb17 commit c71b225

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,12 @@ jobs:
4444
steps:
4545
- name: Build fuzzers (${{ matrix.sanitizer }})
4646
id: build
47-
uses: google/oss-fuzz/infra/cifuzz/actions/build_fuzzers@master
47+
uses: google/oss-fuzz/infra/cifuzz/actions/build_fuzzers@10e6cbd
4848
with:
4949
oss-fuzz-project-name: cpython3
5050
sanitizer: ${{ matrix.sanitizer }}
5151
- name: Run fuzzers (${{ matrix.sanitizer }})
52-
uses: google/oss-fuzz/infra/cifuzz/actions/run_fuzzers@master
52+
uses: google/oss-fuzz/infra/cifuzz/actions/run_fuzzers@10e6cbd
5353
with:
5454
fuzz-seconds: 600
5555
oss-fuzz-project-name: cpython3

0 commit comments

Comments
 (0)