We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a7d7e8 commit 0617d3cCopy full SHA for 0617d3c
.github/workflows/build-and-sign-image.yml
@@ -73,7 +73,7 @@ jobs:
73
ignore-unfixed: 'true'
74
75
- name: Upload Trivy scan results to GitHub Security tab
76
- uses: github/codeql-action/upload-sarif@a09933a12a80f87b87005513f0abb1494c27a716 # v2.2.11
+ uses: github/codeql-action/upload-sarif@00e563ead9f72a8461b24876bee2d0c2e8bd2ee8 # v2.2.11
77
continue-on-error: true
78
with:
79
sarif_file: 'trivy-results-${{ inputs.image }}.sarif'
.github/workflows/scorecard.yml
@@ -67,6 +67,6 @@ jobs:
67
68
# Upload the results to GitHub's code scanning dashboard.
69
- name: "Upload to code-scanning"
70
- uses: github/codeql-action/upload-sarif@a09933a12a80f87b87005513f0abb1494c27a716 # v2.21.4
+ uses: github/codeql-action/upload-sarif@00e563ead9f72a8461b24876bee2d0c2e8bd2ee8 # v2.21.5
71
72
sarif_file: results.sarif
0 commit comments