Skip to content

[codex] close out final distribution prep surfaces #17

[codex] close out final distribution prep surfaces

[codex] close out final distribution prep surfaces #17

Workflow file for this run

name: cflite-pr
on:
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
workflow_dispatch:
permissions:
contents: read
concurrency:
group: cflite-pr-${{ github.workflow }}-${{ github.ref }}-${{ github.event_name }}
cancel-in-progress: true
jobs:
run-fuzzers:
timeout-minutes: 20
runs-on: ubuntu-latest
permissions:
contents: read
security-events: write
steps:
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5
with:
clean: true
persist-credentials: false
- name: Build fuzzers
uses: google/clusterfuzzlite/actions/build_fuzzers@82652fb49e77bc29c35da1167bb286e93c6bcc05 # v1
with:
language: python
sanitizer: address
- name: Run PR fuzzing
uses: google/clusterfuzzlite/actions/run_fuzzers@82652fb49e77bc29c35da1167bb286e93c6bcc05 # v1
with:
language: python
sanitizer: address
mode: code-change
github-token: ${{ secrets.GITHUB_TOKEN }}
fuzz-seconds: 300