Skip to content

Commit faca4c0

Browse files
alexwlchanawly
authored andcommitted
.github/workflows: pin the google/oss-fuzz GitHub Actions
Updates tailscale/corp#31017 Signed-off-by: Alex Chan <alexc@tailscale.com> (cherry picked from commit 3944809)
1 parent 6324200 commit faca4c0

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/test.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)