build(deps): bump cilium/little-vm-helper from 2a076423707ff588c2b0ed676d835e779b4c4af4 to d67af8002101de6a0be7e105c3579a1f16331107 #217
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: CIFuzz | |
on: | |
pull_request: | |
paths-ignore: | |
- 'Documentation/**' | |
permissions: read-all | |
jobs: | |
Fuzzing: | |
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@3cea5372237819ed00197afe530f5a7ea3e805c8 | |
if: failure() && steps.build.outcome == 'success' | |
with: | |
name: artifacts | |
path: ./out/artifacts |