File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ inputs:
53
53
required : false
54
54
runs :
55
55
using : ' docker'
56
- image : ' docker://gcr.io/oss-fuzz-base/clusterfuzzlite-build-fuzzers:v1 '
56
+ image : ' docker://gcr.io/oss-fuzz-base/clusterfuzzlite-build-fuzzers:latest '
57
57
env :
58
58
ALLOWED_BROKEN_TARGETS_PERCENTAGE : ${{ inputs.allowed-broken-targets-percentage}}
59
59
BAD_BUILD_CHECK : ${{ inputs.bad-build-check }}
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ inputs:
58
58
default : False
59
59
runs :
60
60
using : ' docker'
61
- image : ' docker://gcr.io/oss-fuzz-base/clusterfuzzlite-run-fuzzers:v1 '
61
+ image : ' docker://gcr.io/oss-fuzz-base/clusterfuzzlite-run-fuzzers:latest '
62
62
env :
63
63
FUZZ_SECONDS : ${{ inputs.fuzz-seconds }}
64
64
MODE : ${{ inputs.mode }}
You can’t perform that action at this time.
0 commit comments