File tree Expand file tree Collapse file tree 1 file changed +4
-20
lines changed
Expand file tree Collapse file tree 1 file changed +4
-20
lines changed Original file line number Diff line number Diff line change 4141 uses: "actions/checkout@v4"
4242
4343 - name: Install CI Fuzz
44- uses: "CodeIntelligenceTesting/actions/install-cifuzz@v1 "
44+ uses: "CodeIntelligenceTesting/actions/install-cifuzz@v2 "
4545 with:
4646 version: latest
4747 download-token: ${{ secrets.CIFUZZ_DOWNLOAD_TOKEN }}
5454 # rclone copy -v cloud-storage:corpora/PROJECT_NAME .cifuzz-corpus
5555
5656 - name: Run fuzzing
57- uses: "CodeIntelligenceTesting/actions/run-fuzzing@v1 "
57+ uses: "CodeIntelligenceTesting/actions/run-fuzzing@v2 "
5858 with:
5959 duration: 15s
6060
6464 # rclone copy -v .cifuzz-corpus cloud-storage:corpora/PROJECT_NAME
6565
6666 - name: Upload code-scanning report
67- uses: "CodeIntelligenceTesting/actions/upload-code-scanning-report@v1"
67+ if: always()
68+ uses: "CodeIntelligenceTesting/actions/upload-code-scanning-report@v2"
6869
6970 # Uncomment this step if you want to commit all Findings found when running this workflow:
7071 # - name: Commit Findings to repository
7576 # git commit -m "Automated commit of CI Fuzz Findings"
7677 # git push
7778
78- - name: Upload coverage report
79- uses: actions/upload-artifact@v4
80- with:
81- name: cifuzz-coverage
82- path: coverage_report
83-
84- - name: Upload lcov report
85- uses: actions/upload-artifact@v4
86- with:
87- name: cifuzz-coverage-lcov
88- path: lcov.info
89-
90- - name: Upload Findings report
91- uses: actions/upload-artifact@v4
92- with:
93- name: cifuzz-findings
94- path: findings.txt
You can’t perform that action at this time.
0 commit comments