File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1212
1313 steps :
1414 - name : Checkout local repository
15- uses : actions/checkout@v2
15+ uses : actions/checkout@v4
1616
1717 # See: https://github.com/ajv-validator/ajv-cli/blob/master/README.md
1818 - name : Validate GitHub Actions workflows
Original file line number Diff line number Diff line change 4949 path : ${{github.workspace}}/build/reports
5050
5151 - name : Upload dependency check report to GitHub Security tab
52- uses : github/codeql-action/upload-sarif@v2
52+ uses : github/codeql-action/upload-sarif@v3
5353 if : always()
5454 with :
5555 sarif_file : ${{github.workspace}}/build/reports/dependency-check-report.sarif
Original file line number Diff line number Diff line change @@ -90,13 +90,13 @@ runs:
9090 exit-code : ' 1'
9191
9292 - name : Upload Trivy scan results to GitHub Security tab
93- uses : github/codeql-action/upload-sarif@v2
93+ uses : github/codeql-action/upload-sarif@v3
9494 if : ${{ (success() || failure()) && inputs.output-mode == 'github' && inputs.category == '' }}
9595 with :
9696 sarif_file : ${{ steps.output.outputs.TRIVY_OUTPUT }}
9797
9898 - name : Upload Trivy scan results to GitHub Security tab
99- uses : github/codeql-action/upload-sarif@v2
99+ uses : github/codeql-action/upload-sarif@v3
100100 if : ${{ (success() || failure()) && inputs.output-mode == 'github' && inputs.category != '' }}
101101 with :
102102 sarif_file : ${{ steps.output.outputs.TRIVY_OUTPUT }}
Original file line number Diff line number Diff line change @@ -119,13 +119,13 @@ runs:
119119 TRIVY_JAVA_DB_REPOSITORY : public.ecr.aws/aquasecurity/trivy-java-db
120120
121121 - name : Upload Trivy scan results to GitHub Security tab
122- uses : github/codeql-action/upload-sarif@v2
122+ uses : github/codeql-action/upload-sarif@v3
123123 if : (success() || failure()) && inputs.output-mode == 'github' && steps.output.outputs.TRIVY_OUTPUT != '' && inputs.category == ''
124124 with :
125125 sarif_file : ${{ steps.output.outputs.TRIVY_OUTPUT }}
126126
127127 - name : Upload Trivy scan results to GitHub Security tab
128- uses : github/codeql-action/upload-sarif@v2
128+ uses : github/codeql-action/upload-sarif@v3
129129 if : (success() || failure()) && inputs.output-mode == 'github' && steps.output.outputs.TRIVY_OUTPUT != '' && inputs.category != ''
130130 with :
131131 sarif_file : ${{ steps.output.outputs.TRIVY_OUTPUT }}
You can’t perform that action at this time.
0 commit comments