File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -613,7 +613,9 @@ jobs:
613613 steps :
614614 - name : build fuzzers
615615 id : build
616- uses : google/oss-fuzz/infra/cifuzz/actions/build_fuzzers@master
616+ # As of 21 October 2025, this repo doesn't tag releases, so this commit
617+ # hash is just the tip of master.
618+ uses : google/oss-fuzz/infra/cifuzz/actions/build_fuzzers@1242ccb5b6352601e73c00f189ac2ae397242264
617619 # continue-on-error makes steps.build.conclusion be 'success' even if
618620 # steps.build.outcome is 'failure'. This means this step does not
619621 # contribute to the job's overall pass/fail evaluation.
@@ -643,7 +645,9 @@ jobs:
643645 # report a failure because TS_FUZZ_CURRENTLY_BROKEN is set to the wrong
644646 # value.
645647 if : steps.build.outcome == 'success'
646- uses : google/oss-fuzz/infra/cifuzz/actions/run_fuzzers@master
648+ # As of 21 October 2025, this repo doesn't tag releases, so this commit
649+ # hash is just the tip of master.
650+ uses : google/oss-fuzz/infra/cifuzz/actions/run_fuzzers@1242ccb5b6352601e73c00f189ac2ae397242264
647651 with :
648652 oss-fuzz-project-name : ' tailscale'
649653 fuzz-seconds : 150
You can’t perform that action at this time.
0 commit comments