Skip to content

Commit 339f1aa

Browse files
authored
Merge pull request #162 from github/dependabot/github_actions/dependencies-2cdc592c3a
2 parents 42661dc + ce65f83 commit 339f1aa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
6464
- name: Push Docker Image
6565
if: ${{ success() }}
66-
uses: docker/build-push-action@16ebe778df0e7752d2cfcbd924afdbbd89c1a755
66+
uses: docker/build-push-action@5cd11c3a4ced054e52742c5fd54dca954e0edd85
6767
with:
6868
context: .
6969
file: ./Dockerfile

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@ jobs:
4242
path: results.sarif
4343
retention-days: 5
4444
- name: "Upload to code-scanning"
45-
uses: github/codeql-action/upload-sarif@eb055d739abdc2e8de2e5f4ba1a8b246daa779aa # v3.26.0
45+
uses: github/codeql-action/upload-sarif@429e1977040da7a23b6822b13c129cd1ba93dbb2 # v3.26.2
4646
with:
4747
sarif_file: results.sarif

0 commit comments

Comments
 (0)