From 20a7f91ff5212cde48577ea7f886ac775ca8b2ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Aug 2023 05:43:09 +0000 Subject: [PATCH] gha: bump google/clusterfuzzlite Bumps [google/clusterfuzzlite](https://github.com/google/clusterfuzzlite) from 1e163f06cba7820da5154ac9fe1a32d7fe6f73a3 to 884713a6c30a92e5e8544c39945cd7cb630abcd1. - [Commits](https://github.com/google/clusterfuzzlite/compare/1e163f06cba7820da5154ac9fe1a32d7fe6f73a3...884713a6c30a92e5e8544c39945cd7cb630abcd1) --- updated-dependencies: - dependency-name: google/clusterfuzzlite dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/cflite.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cflite.yml b/.github/workflows/cflite.yml index 8da92f23..061be869 100644 --- a/.github/workflows/cflite.yml +++ b/.github/workflows/cflite.yml @@ -25,14 +25,14 @@ jobs: - name: Build Fuzzers (${{ matrix.sanitizer }}) id: build - uses: google/clusterfuzzlite/actions/build_fuzzers@1e163f06cba7820da5154ac9fe1a32d7fe6f73a3 # v1 + uses: google/clusterfuzzlite/actions/build_fuzzers@884713a6c30a92e5e8544c39945cd7cb630abcd1 # v1 with: sanitizer: ${{ matrix.sanitizer }} upload-build: true - name: Run Fuzzers (${{ matrix.sanitizer }}) id: run - uses: google/clusterfuzzlite/actions/run_fuzzers@1e163f06cba7820da5154ac9fe1a32d7fe6f73a3 # v1 + uses: google/clusterfuzzlite/actions/run_fuzzers@884713a6c30a92e5e8544c39945cd7cb630abcd1 # v1 with: github-token: ${{ secrets.GITHUB_TOKEN }} fuzz-seconds: 3600