Skip to content

chore(deps): update cilium/little-vm-helper action to v0.0.18 (v1.15) #801

chore(deps): update cilium/little-vm-helper action to v0.0.18 (v1.15)

chore(deps): update cilium/little-vm-helper action to v0.0.18 (v1.15) #801

Workflow file for this run

name: CIFuzz
on:
pull_request:
paths-ignore:
- 'Documentation/**'
permissions: read-all
jobs:
Fuzzing:
name: Build and Run Fuzzers
runs-on: ubuntu-latest
steps:
- name: Build Fuzzers
id: build
uses: google/oss-fuzz/infra/cifuzz/actions/build_fuzzers@723bdbc7a8ee1e95af24284583b25d41efc0bd41
with:
oss-fuzz-project-name: 'cilium'
dry-run: false
language: go
- name: Run Fuzzers
uses: google/oss-fuzz/infra/cifuzz/actions/run_fuzzers@723bdbc7a8ee1e95af24284583b25d41efc0bd41
with:
oss-fuzz-project-name: 'cilium'
fuzz-seconds: 600
dry-run: false
language: go
- name: Upload Crash
uses: actions/upload-artifact@1746f4ab65b179e0ea60a494b83293b640dd5bba # v4.3.2
if: failure() && steps.build.outcome == 'success'
with:
name: artifacts
path: ./out/artifacts