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 42661dc + ce65f83 commit 339f1aaCopy full SHA for 339f1aa
.github/workflows/release.yml
@@ -63,7 +63,7 @@
63
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
64
- name: Push Docker Image
65
if: ${{ success() }}
66
- uses: docker/build-push-action@16ebe778df0e7752d2cfcbd924afdbbd89c1a755
+ uses: docker/build-push-action@5cd11c3a4ced054e52742c5fd54dca954e0edd85
67
with:
68
context: .
69
file: ./Dockerfile
.github/workflows/scorecard.yml
@@ -42,6 +42,6 @@ jobs:
42
path: results.sarif
43
retention-days: 5
44
- name: "Upload to code-scanning"
45
- uses: github/codeql-action/upload-sarif@eb055d739abdc2e8de2e5f4ba1a8b246daa779aa # v3.26.0
+ uses: github/codeql-action/upload-sarif@429e1977040da7a23b6822b13c129cd1ba93dbb2 # v3.26.2
46
47
sarif_file: results.sarif
0 commit comments