Skip to content

Commit 1dfc7bf

Browse files
committed
workflow: use forked clusterfuzzlite actions
Switch the shared ClusterFuzzLite workflow to our forked action revisions under Sjors/clusterfuzzlite@2025/10/clang-22 so the jobs pick up the custom images we published. Assisted-by: GitHub Copilot Assisted-by: OpenAI GPT-5-Codex
1 parent e3d5469 commit 1dfc7bf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.clusterfuzzlite/run-cfl-helper.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ case "${operation}" in
6565
-lc './ci/test/01_base_install.sh'
6666
;;
6767
detect-symbolizer)
68-
image='gcr.io/oss-fuzz-base/clusterfuzzlite-run-fuzzers:v1'
68+
image='ghcr.io/sjors/clusterfuzzlite-run-fuzzers:llvm-22-debug'
6969
ensure_image_cached "$image"
7070
docker run \
7171
"${docker_common[@]}" \

.github/workflows/clusterfuzzlite-shared.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
shell: bash
5858

5959
- name: Build fuzzers (${{ matrix.sanitizer }})
60-
uses: google/clusterfuzzlite/actions/build_fuzzers@v1
60+
uses: Sjors/clusterfuzzlite/actions/build_fuzzers@2025/10/clang-22
6161
with:
6262
language: c++
6363
sanitizer: ${{ matrix.sanitizer }}
@@ -91,7 +91,7 @@ jobs:
9191

9292
- name: Run fuzzers (${{ matrix.sanitizer }})
9393
if: ${{ inputs.run_fuzzers }}
94-
uses: google/clusterfuzzlite/actions/run_fuzzers@v1
94+
uses: Sjors/clusterfuzzlite/actions/run_fuzzers@2025/10/clang-22
9595
with:
9696
github-token: ${{ secrets.GITHUB_TOKEN }}
9797
sanitizer: ${{ matrix.sanitizer }}

0 commit comments

Comments
 (0)