Skip to content

fix(deps): update dependency @sentry/nextjs to ^7.82.0 (#11755) #409

fix(deps): update dependency @sentry/nextjs to ^7.82.0 (#11755)

fix(deps): update dependency @sentry/nextjs to ^7.82.0 (#11755) #409

Workflow file for this run

name: ClusterFuzzLite continuous builds
on:
workflow_dispatch:
push:
branches:
- main # Use your actual default branch here.
permissions: read-all
jobs:
Build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
sanitizer: [address] # options: undefined, memory, address
steps:
- name: Harden Runner
uses: step-security/harden-runner@eb238b55efaa70779f274895e782ed17c84f2895 # v2.6.1
with:
egress-policy: audit
- name: Build Fuzzers (${{ matrix.sanitizer }})
id: build
uses: google/clusterfuzzlite/actions/build_fuzzers@884713a6c30a92e5e8544c39945cd7cb630abcd1 # v1
with:
sanitizer: ${{ matrix.sanitizer }}
upload-build: true