File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4646
4747 # Upload the results to GitHub's code scanning dashboard.
4848 - name : " Upload to code-scanning"
49- uses : github/codeql-action/upload-sarif@v3
49+ uses : github/codeql-action/upload-sarif@v4
5050 with :
5151 sarif_file : results.sarif
5252 category : ossf-scorecard
Original file line number Diff line number Diff line change 7272 format : table
7373
7474 - name : Upload Trivy scan results to GitHub Security tab
75- uses : github/codeql-action/upload-sarif@v3
75+ uses : github/codeql-action/upload-sarif@v4
7676 with :
7777 sarif_file : trivy-results-${{ matrix.local_tag }}.sarif
7878 category : ${{ matrix.arch }} container
Original file line number Diff line number Diff line change 3333 path : ./out/artifacts
3434 - name : Upload Sarif
3535 if : always() && steps.build.outcome == 'success'
36- uses : github/codeql-action/upload-sarif@v3
36+ uses : github/codeql-action/upload-sarif@v4
3737 with :
3838 # Path to SARIF file relative to the root of the repository
3939 sarif_file : cifuzz-sarif/results.sarif
You can’t perform that action at this time.
0 commit comments