Skip to content

Commit 3f88d60

Browse files
chore(deps): bump docker/login-action from 3.4.0 to 3.7.0 (#7422)
Bumps [docker/login-action](https://github.com/docker/login-action) from 3.4.0 to 3.7.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@74a5d14...c94ce9f) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 3.7.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a33eb1f commit 3f88d60

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/main-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
run: cosign version
5858

5959
- name: Login to GitHub Container Registry
60-
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
60+
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
6161
with:
6262
# Username used to log in to a Docker registry. If not set then no login will occur
6363
username: ${{ github.repository_owner }}

.github/workflows/pr-e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ jobs:
183183
run: exit 1
184184

185185
- name: Login to GitHub Container Registry
186-
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
186+
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
187187
with:
188188
# Username used to log in to a Docker registry. If not set then no login will occur
189189
username: ${{ github.repository_owner }}

.github/workflows/release-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
run: go mod tidy -compat=1.25
4949

5050
- name: Login to GitHub Container Registry
51-
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
51+
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
5252
with:
5353
# Username used to log in to a Docker registry. If not set then no login will occur
5454
username: ${{ github.repository_owner }}

0 commit comments

Comments
 (0)