Skip to content

Commit 955f709

Browse files
committed
Switch to the latest images
CFLite can't be pinned properly so to unpin it it should be possible to always use the latest images. This reverts google#2 Closes google#95
1 parent 90ae9e9 commit 955f709

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

actions/build_fuzzers/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ inputs:
5353
required: false
5454
runs:
5555
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'
5757
env:
5858
ALLOWED_BROKEN_TARGETS_PERCENTAGE: ${{ inputs.allowed-broken-targets-percentage}}
5959
BAD_BUILD_CHECK: ${{ inputs.bad-build-check }}

actions/run_fuzzers/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ inputs:
5858
default: False
5959
runs:
6060
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'
6262
env:
6363
FUZZ_SECONDS: ${{ inputs.fuzz-seconds }}
6464
MODE: ${{ inputs.mode }}

0 commit comments

Comments
 (0)