Skip to content

Do not pass a nil WaitGroup to the exporter in one_shot mode. #435

Do not pass a nil WaitGroup to the exporter in one_shot mode.

Do not pass a nil WaitGroup to the exporter in one_shot mode. #435

Workflow file for this run

name: OSS-Fuzz
on:
pull_request:
paths:
- '**.go'
- 'internal/runtime/compiler/parser/parser.y'
- 'Makefile'
- 'Dockerfile'
permissions:
# Secret code for "the github token should have no tokens at all"
actions: none
jobs:
oss-fuzz:
runs-on: ubuntu-latest
steps:
- name: Build Fuzzers
id: build
uses: google/oss-fuzz/infra/cifuzz/actions/build_fuzzers@master
with:
oss-fuzz-project-name: 'mtail'
dry-run: false
- name: Run Fuzzers
uses: google/oss-fuzz/infra/cifuzz/actions/run_fuzzers@master
with:
oss-fuzz-project-name: 'mtail'
dry-run: false
- name: Upload Crash
uses: actions/upload-artifact@v4
if: failure() && steps.build.outcome == 'success'
with:
name: artifacts
path: ./out/artifacts