.github/workflows: bump oss-fuzz builder hash
Fixes #18710 Change-Id: I2ebad48b1227321233172beb9801087963ece4fa Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
This commit is contained in:
committed by
Brad Fitzpatrick
parent
068074c109
commit
d468870310
@@ -711,9 +711,9 @@ jobs:
|
||||
steps:
|
||||
- name: build fuzzers
|
||||
id: build
|
||||
# As of 21 October 2025, this repo doesn't tag releases, so this commit
|
||||
# As of 12 February 2026, this repo doesn't tag releases, so this commit
|
||||
# hash is just the tip of master.
|
||||
uses: google/oss-fuzz/infra/cifuzz/actions/build_fuzzers@1242ccb5b6352601e73c00f189ac2ae397242264
|
||||
uses: google/oss-fuzz/infra/cifuzz/actions/build_fuzzers@f277aafb36f358582fdb24a41a9a52f2e097a2fd
|
||||
# continue-on-error makes steps.build.conclusion be 'success' even if
|
||||
# steps.build.outcome is 'failure'. This means this step does not
|
||||
# contribute to the job's overall pass/fail evaluation.
|
||||
@@ -743,9 +743,9 @@ jobs:
|
||||
# report a failure because TS_FUZZ_CURRENTLY_BROKEN is set to the wrong
|
||||
# value.
|
||||
if: steps.build.outcome == 'success'
|
||||
# As of 21 October 2025, this repo doesn't tag releases, so this commit
|
||||
# As of 12 February 2026, this repo doesn't tag releases, so this commit
|
||||
# hash is just the tip of master.
|
||||
uses: google/oss-fuzz/infra/cifuzz/actions/run_fuzzers@1242ccb5b6352601e73c00f189ac2ae397242264
|
||||
uses: google/oss-fuzz/infra/cifuzz/actions/run_fuzzers@f277aafb36f358582fdb24a41a9a52f2e097a2fd
|
||||
with:
|
||||
oss-fuzz-project-name: 'tailscale'
|
||||
fuzz-seconds: 150
|
||||
|
||||
Reference in New Issue
Block a user