diff --git a/.github/workflows/cflite_batch.yaml b/.github/workflows/cflite_batch.yaml index a47608c582d..62ef3c2a669 100644 --- a/.github/workflows/cflite_batch.yaml +++ b/.github/workflows/cflite_batch.yaml @@ -28,7 +28,7 @@ jobs: storage-repo-branch-coverage: gh-pages # Optional. Defaults to "gh-pages". - name: Run Fuzzers (${{ matrix.sanitizer }}) id: run - uses: google/clusterfuzzlite/actions/run_fuzzers@cc641d4b14fedd42be7c34f57580f80eee020e36 + uses: google/clusterfuzzlite/actions/run_fuzzers@52ecc61cb587ee99c26825a112a21abf19c7448c with: github-token: ${{ secrets.GITHUB_TOKEN }} fuzz-seconds: 3600 diff --git a/.github/workflows/cflite_prune.yaml b/.github/workflows/cflite_prune.yaml index 9725aab3594..3695fb7ceb5 100644 --- a/.github/workflows/cflite_prune.yaml +++ b/.github/workflows/cflite_prune.yaml @@ -44,7 +44,7 @@ jobs: sanitizer: 'coverage' - name: Run Fuzzers id: run - uses: google/clusterfuzzlite/actions/run_fuzzers@cc641d4b14fedd42be7c34f57580f80eee020e36 + uses: google/clusterfuzzlite/actions/run_fuzzers@52ecc61cb587ee99c26825a112a21abf19c7448c with: github-token: ${{ secrets.GITHUB_TOKEN }} fuzz-seconds: 600