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.
1 parent 3441405 commit c5d0a0fCopy full SHA for c5d0a0f
.github/workflows/build-ci-image.yml
@@ -33,7 +33,7 @@ jobs:
33
34
- name: Set up Docker Buildx
35
id: buildx
36
- uses: docker/setup-buildx-action@18ce135bb5112fa8ce4ed6c17ab05699d7f3a5e0 # 3.11.0
+ uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # 3.11.1
37
38
- name: Generate Docker Metadata (Tags and Labels)
39
id: meta
.github/workflows/trivy.yml
@@ -58,6 +58,6 @@ jobs:
58
59
- name: Upload Trivy scan results to GitHub Security tab
60
if: ${{ github.event_name == 'schedule' }}
61
- uses: github/codeql-action/upload-sarif@ce28f5bb42b7a9f2c824e633a3f6ee835bab6858 # 3.29.0
+ uses: github/codeql-action/upload-sarif@39edc492dbe16b1465b0cafca41432d857bdb31a # 3.29.1
62
with:
63
sarif_file: "trivy-results.sarif"
0 commit comments