Skip to content

Commit 49e6721

Browse files
chore(deps): update docker/login-action action to v3.1.0 (main) (#10842)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 89b8692 commit 49e6721

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish-smoke-test-servlet-images.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
java-version: 17.0.6
6161

6262
- name: Login to GitHub package registry
63-
uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3.0.0
63+
uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3.1.0
6464
with:
6565
registry: ghcr.io
6666
username: ${{ github.repository_owner }}

.github/workflows/reusable-smoke-test-images.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151

5252
- name: Login to GitHub package registry
5353
if: inputs.publish
54-
uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3.0.0
54+
uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3.1.0
5555
with:
5656
registry: ghcr.io
5757
username: ${{ github.repository_owner }}

0 commit comments

Comments
 (0)