Skip to content

build(deps): bump actions/setup-python from 4 to 7 #16

build(deps): bump actions/setup-python from 4 to 7

build(deps): bump actions/setup-python from 4 to 7 #16

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'