Skip to content

Commit 952237d

Browse files
dimsk8s-infra-cherrypick-robot
authored andcommitted
ci: update CIFuzz actions to support Ubuntu 24.04
Update the OSS-Fuzz CIFuzz action references from commit abe2c06d (Oct 2024) to c8c1b257 (Dec 2025) which includes support for Ubuntu 24.04 base images. The new version reads `base_os_version: ubuntu-24-04` from the containerd project.yaml. Signed-off-by: Davanum Srinivas <[email protected]>
1 parent f064d36 commit 952237d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/fuzz.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ jobs:
1414
steps:
1515
- name: Build Fuzzers
1616
id: build
17-
uses: google/oss-fuzz/infra/cifuzz/actions/build_fuzzers@abe2c06d0e162320403dd10e8268adbb0b8923f8 # master
17+
uses: google/oss-fuzz/infra/cifuzz/actions/build_fuzzers@c8c1b257db4da92299bdf9fd058fff1bb008b2ad # ubuntu-24-04 support
1818
with:
1919
oss-fuzz-project-name: 'containerd'
2020
language: go
2121
- name: Run Fuzzers
22-
uses: google/oss-fuzz/infra/cifuzz/actions/run_fuzzers@abe2c06d0e162320403dd10e8268adbb0b8923f8 # master
22+
uses: google/oss-fuzz/infra/cifuzz/actions/run_fuzzers@c8c1b257db4da92299bdf9fd058fff1bb008b2ad # ubuntu-24-04 support
2323
with:
2424
oss-fuzz-project-name: 'containerd'
2525
fuzz-seconds: 300

0 commit comments

Comments
 (0)