We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f70aaae + 58003ea commit ebfcf62Copy full SHA for ebfcf62
.github/workflows/docker-image.yml
@@ -209,6 +209,6 @@ jobs:
209
TRIVY_DB_REPOSITORY: ${{ vars.TRIVY_DB_REPOSITORY }}
210
211
- name: Upload Trivy scan results to GitHub Security tab
212
- uses: github/codeql-action/upload-sarif@v3
+ uses: github/codeql-action/upload-sarif@v4
213
with:
214
sarif_file: 'trivy-results.sarif'
.github/workflows/rust-clippy.yml
@@ -56,7 +56,7 @@ jobs:
56
# yamllint enable rule:line-length
57
58
- name: Upload analysis results to GitHub
59
60
61
sarif_file: rust-clippy-results.sarif
62
wait-for-processing: true
0 commit comments