Skip to content

chore(deps): update codecov/codecov-action action to v4.4.0 (#15504) #4653

chore(deps): update codecov/codecov-action action to v4.4.0 (#15504)

chore(deps): update codecov/codecov-action action to v4.4.0 (#15504) #4653

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@a4aa98b93cab29d9b1101a6143fb8bce00e2eac4 # v2.7.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