File tree 1 file changed +6
-12
lines changed
1 file changed +6
-12
lines changed Original file line number Diff line number Diff line change 25
25
language : c++
26
26
github-token : ${{ secrets.GITHUB_TOKEN }}
27
27
sanitizer : ${{ matrix.sanitizer }}
28
- # Optional but recommended: used to only run fuzzers that are affected
29
- # by the PR.
30
- # See later section on "Git repo for storage".
31
- # storage-repo: https://${{ secrets.PERSONAL_ACCESS_TOKEN }}@github.com/OWNER/STORAGE-REPO-NAME.git
32
- # storage-repo-branch: main # Optional. Defaults to "main"
33
- # storage-repo-branch-coverage: gh-pages # Optional. Defaults to "gh-pages".
28
+ storage-repo : https://${{ secrets.PERSONAL_ACCESS_TOKEN }}@github.com/huangminghuang/hpp-proto-storage.git
29
+ storage-repo-branch : main # Optional. Defaults to "main"
30
+ storage-repo-branch-coverage : gh-pages # Optional. Defaults to "gh-pages".
34
31
- name : Run Fuzzers (${{ matrix.sanitizer }})
35
32
id : run
36
33
uses : google/clusterfuzzlite/actions/run_fuzzers@v1
40
37
mode : ' code-change'
41
38
sanitizer : ${{ matrix.sanitizer }}
42
39
output-sarif : true
43
- # Optional but recommended: used to download the corpus produced by
44
- # batch fuzzing.
45
- # See later section on "Git repo for storage".
46
- # storage-repo: https://${{ secrets.PERSONAL_ACCESS_TOKEN }}@github.com/OWNER/STORAGE-REPO-NAME.git
47
- # storage-repo-branch: main # Optional. Defaults to "main"
48
- # storage-repo-branch-coverage: gh-pages # Optional. Defaults to "gh-pages".
40
+ storage-repo : https://${{ secrets.PERSONAL_ACCESS_TOKEN }}@github.com/huangminghuang/hpp-proto-storage.git
41
+ storage-repo-branch : main # Optional. Defaults to "main"
42
+ storage-repo-branch-coverage : gh-pages # Optional. Defaults to "gh-pages".
You can’t perform that action at this time.
0 commit comments