Skip to content

build(deps): bump cc from 1.2.66 to 1.4.0 in /rust #12

build(deps): bump cc from 1.2.66 to 1.4.0 in /rust

build(deps): bump cc from 1.2.66 to 1.4.0 in /rust #12

Workflow file for this run

name: ClusterFuzzLite PR Fuzzing
on:
pull_request:
branches: [ main, master ]
permissions: read-all
jobs:
PR:
runs-on: ubuntu-latest
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
steps:
- uses: actions/checkout@v4
with:
submodules: true
- name: Build Fuzzers
id: build
uses: google/clusterfuzzlite/actions/build_fuzzers@v1
with:
language: c
- name: Run Fuzzers
id: run
uses: google/clusterfuzzlite/actions/run_fuzzers@v1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
fuzz-seconds: 600
mode: 'code-change'
sanitizer: 'address'