File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2929 output : " client-dev-vulnerability-report.sarif"
3030
3131 - name : Upload SARIF to GitHub Security (client:dev)
32- uses : github/codeql-action/upload-sarif@f205ea1c3313d32999d8d6a48b4f6530d4437b38 # v4.37.4
32+ uses : github/codeql-action/upload-sarif@d1ba80a13dd99fba24a470575428917156a28b43 # v4.37.5
3333 with :
3434 sarif_file : " client-dev-vulnerability-report.sarif"
3535 category : " client-dev"
4343 skip-setup-trivy : true
4444
4545 - name : Upload SARIF to GitHub Security (services:dev)
46- uses : github/codeql-action/upload-sarif@f205ea1c3313d32999d8d6a48b4f6530d4437b38 # v4.37.4
46+ uses : github/codeql-action/upload-sarif@d1ba80a13dd99fba24a470575428917156a28b43 # v4.37.5
4747 with :
4848 sarif_file : " services-dev-vulnerability-report.sarif"
4949 category : " services-dev"
7070
7171 - name : Upload SARIF to GitHub Security (client:rel)
7272 if : ${{ steps.get-latest-tag.outputs.latest_tag != '' }}
73- uses : github/codeql-action/upload-sarif@f205ea1c3313d32999d8d6a48b4f6530d4437b38 # v4.37.4
73+ uses : github/codeql-action/upload-sarif@d1ba80a13dd99fba24a470575428917156a28b43 # v4.37.5
7474 with :
7575 sarif_file : " client-rel-vulnerability-report.sarif"
7676 category : " client-rel"
8686
8787 - name : Upload SARIF to GitHub Security (services:rel)
8888 if : ${{ steps.get-latest-tag.outputs.latest_tag != '' }}
89- uses : github/codeql-action/upload-sarif@f205ea1c3313d32999d8d6a48b4f6530d4437b38 # v4.37.4
89+ uses : github/codeql-action/upload-sarif@d1ba80a13dd99fba24a470575428917156a28b43 # v4.37.5
9090 with :
9191 sarif_file : " services-rel-vulnerability-report.sarif"
9292 category : " services-rel"
You can’t perform that action at this time.
0 commit comments