summaryrefslogtreecommitdiff
path: root/.github/workflows/cflite_pr.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/cflite_pr.yml')
-rw-r--r--.github/workflows/cflite_pr.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/cflite_pr.yml b/.github/workflows/cflite_pr.yml
index 3fe2bac618..a35a97f046 100644
--- a/.github/workflows/cflite_pr.yml
+++ b/.github/workflows/cflite_pr.yml
@@ -25,13 +25,13 @@ jobs:
steps:
- name: Build Fuzzers (${{ matrix.sanitizer }})
id: build
- uses: google/clusterfuzzlite/actions/build_fuzzers@41dccd0566905e2a7d1724e7883edbfa66d78877
+ uses: google/clusterfuzzlite/actions/build_fuzzers@v1
with:
sanitizer: ${{ matrix.sanitizer }}
github-token: ${{ secrets.GITHUB_TOKEN }}
- name: Run Fuzzers (${{ matrix.sanitizer }})
id: run
- uses: google/clusterfuzzlite/actions/run_fuzzers@41dccd0566905e2a7d1724e7883edbfa66d78877
+ uses: google/clusterfuzzlite/actions/run_fuzzers@v1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
fuzz-seconds: 1200