File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 77 paths :
88 - " aws_lambda_powertools/**"
99 - " .clusterfuzzlite/**"
10+ - " tests/fuzz/**"
1011
1112permissions :
1213 contents : read
@@ -20,17 +21,17 @@ jobs:
2021 steps :
2122 - name : Build Fuzzers
2223 id : build
23- uses : google/clusterfuzzlite/actions/build_fuzzers@v1
24+ uses : google/clusterfuzzlite/actions/build_fuzzers@884713a6c30a92e5e8544c39945cd7cb630abcd1 # v1
2425 with :
2526 language : python
2627 github-token : ${{ secrets.GITHUB_TOKEN }}
2728 sanitizer : address
2829
2930 - name : Run Fuzzers
3031 id : run
31- uses : google/clusterfuzzlite/actions/run_fuzzers@v1
32+ uses : google/clusterfuzzlite/actions/run_fuzzers@884713a6c30a92e5e8544c39945cd7cb630abcd1 # v1
3233 with :
3334 github-token : ${{ secrets.GITHUB_TOKEN }}
34- fuzz-seconds : 300
35+ fuzz-seconds : 30
3536 mode : code-change
3637 sanitizer : address
You can’t perform that action at this time.
0 commit comments