Skip to content

fix(deps): update module github.com/cactus/go-statsd-client/v5 to v6 in go.mod (main) #741

fix(deps): update module github.com/cactus/go-statsd-client/v5 to v6 in go.mod (main)

fix(deps): update module github.com/cactus/go-statsd-client/v5 to v6 in go.mod (main) #741

name: ClusterFuzzLite
on:
pull_request:
types:
- opened
- reopened
- synchronize
- ready_for_review
branches:
- main
- 'release-**'
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
permissions: read-all
jobs:
Fuzzing:
if: github.event.pull_request.draft == false
runs-on: ubuntu-latest
permissions:
security-events: write
strategy:
fail-fast: false
matrix:
sanitizer:
- address
# Override this with the sanitizers you want.
# - undefined
# - memory
steps:
- name: Harden Runner
uses: step-security/harden-runner@5ef0c079ce82195b2a36a210272d6b661572d83e # v2.14.2
with:
egress-policy: audit
- name: Build Fuzzers (${{ matrix.sanitizer }})
id: build
uses: google/clusterfuzzlite/actions/build_fuzzers@884713a6c30a92e5e8544c39945cd7cb630abcd1 # v1
with:
language: go
sanitizer: ${{ matrix.sanitizer }}
github-token: ${{ secrets.GITHUB_TOKEN }}
- name: Run Fuzzers (${{ matrix.sanitizer }})
id: run
uses: google/clusterfuzzlite/actions/run_fuzzers@884713a6c30a92e5e8544c39945cd7cb630abcd1 # v1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
fuzz-seconds: 600
mode: 'code-change'
sanitizer: ${{ matrix.sanitizer }}
language: go
output-sarif: true
- name: Upload Sarif
if: steps.run.outputs.sarif-path != ''
uses: github/codeql-action/upload-sarif@89a39a4e59826350b863aa6b6252a07ad50cf83e # v4.32.4
with:
sarif_file: ${{ steps.run.outputs.sarif-path }}