1 parent 27d2427 commit 77ee723Copy full SHA for 77ee723
1 file changed
.github/workflows/docker-build.yml
@@ -46,7 +46,7 @@ jobs:
46
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
47
48
- name: Set up Docker Buildx
49
- uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4
+ uses: docker/setup-buildx-action@37fe631027851001ddb9b187196cc803df7f5f0e # v4
50
51
- name: Log in to GitHub Container Registry
52
if: github.event_name != 'pull_request'
@@ -123,7 +123,7 @@ jobs:
123
output: 'trivy-results.sarif'
124
125
- name: Upload Trivy results to GitHub Security tab
126
- uses: github/codeql-action/upload-sarif@ff2f1c621b7f889edc0d3c761ac2e6a3f8cdb0dd # v4
+ uses: github/codeql-action/upload-sarif@db488ddef3bf6cb639b32c2e9a7c0a7ea8271d28 # v4
127
if: always()
128
with:
129
sarif_file: 'trivy-results.sarif'
0 commit comments