|
|
@ -319,7 +319,7 @@ jobs: |
|
|
|
- uses: google/clusterfuzzlite/actions/run_fuzzers@v1 |
|
|
|
- uses: google/clusterfuzzlite/actions/run_fuzzers@v1 |
|
|
|
with: |
|
|
|
with: |
|
|
|
github-token: ${{ secrets.GITHUB_TOKEN }} |
|
|
|
github-token: ${{ secrets.GITHUB_TOKEN }} |
|
|
|
fuzz-seconds: 600 |
|
|
|
fuzz-seconds: 900 |
|
|
|
mode: code-change |
|
|
|
mode: code-change |
|
|
|
sanitizer: address |
|
|
|
sanitizer: address |
|
|
|
minimize-crashes: true |
|
|
|
minimize-crashes: true |
|
|
@ -341,7 +341,7 @@ jobs: |
|
|
|
- uses: google/clusterfuzzlite/actions/run_fuzzers@v1 |
|
|
|
- uses: google/clusterfuzzlite/actions/run_fuzzers@v1 |
|
|
|
with: |
|
|
|
with: |
|
|
|
github-token: ${{ secrets.GITHUB_TOKEN }} |
|
|
|
github-token: ${{ secrets.GITHUB_TOKEN }} |
|
|
|
fuzz-seconds: 3600 |
|
|
|
fuzz-seconds: 7200 |
|
|
|
mode: batch |
|
|
|
mode: batch |
|
|
|
sanitizer: address |
|
|
|
sanitizer: address |
|
|
|
minimize-crashes: true |
|
|
|
minimize-crashes: true |
|
|
|