Skip to content

Commit 3e0ada7

Browse files
authored
chore(deps): bump docker/login-action from 3.5.0 to 3.6.0 [skip ci]
Bumps [docker/login-action](https://github.com/docker/login-action) from 3.5.0 to 3.6.0. Release notes *Sourced from [docker/login-action's releases](https://github.com/docker/login-action/releases).* > v3.6.0 > ------ > > * Add `registry-auth` input for raw authentication to registries by [`@​crazy-max`](https://github.com/crazy-max) in [docker/login-action#887](https://redirect.github.com/docker/login-action/pull/887) > * Bump `@​aws-sdk/client-ecr` to 3.890.0 in [docker/login-action#882](https://redirect.github.com/docker/login-action/pull/882) [docker/login-action#890](https://redirect.github.com/docker/login-action/pull/890) > * Bump `@​aws-sdk/client-ecr-public` to 3.890.0 in [docker/login-action#882](https://redirect.github.com/docker/login-action/pull/882) [docker/login-action#890](https://redirect.github.com/docker/login-action/pull/890) > * Bump `@​docker/actions-toolkit` from 0.62.1 to 0.63.0 in [docker/login-action#883](https://redirect.github.com/docker/login-action/pull/883) > * Bump brace-expansion from 1.1.11 to 1.1.12 in [docker/login-action#880](https://redirect.github.com/docker/login-action/pull/880) > * Bump undici from 5.28.4 to 5.29.0 in [docker/login-action#879](https://redirect.github.com/docker/login-action/pull/879) > * Bump tmp from 0.2.3 to 0.2.4 in [docker/login-action#881](https://redirect.github.com/docker/login-action/pull/881) > > **Full Changelog**: <docker/login-action@v3.5.0...v3.6.0> Commits * [`5e57cd1`](docker/login-action@5e57cd1) Merge pull request [#890](https://redirect.github.com/docker/login-action/issues/890) from docker/dependabot/npm\_and\_yarn/aws-sdk-dependenc... * [`97e3143`](docker/login-action@97e3143) chore: update generated content * [`3a0796b`](docker/login-action@3a0796b) build(deps): bump the aws-sdk-dependencies group with 2 updates * [`5b7b28b`](docker/login-action@5b7b28b) Merge pull request [#882](https://redirect.github.com/docker/login-action/issues/882) from docker/dependabot/npm\_and\_yarn/aws-sdk-dependenc... * [`abc9fb3`](docker/login-action@abc9fb3) chore: update generated content * [`d468688`](docker/login-action@d468688) build(deps): bump the aws-sdk-dependencies group with 2 updates * [`a99b2f8`](docker/login-action@a99b2f8) Merge pull request [#883](https://redirect.github.com/docker/login-action/issues/883) from docker/dependabot/npm\_and\_yarn/docker/actions-to... * [`0d7fae8`](docker/login-action@0d7fae8) chore: update generated content * [`9832253`](docker/login-action@9832253) build(deps): bump `@​docker/actions-toolkit` from 0.62.1 to 0.63.0 * [`09e05bb`](docker/login-action@09e05bb) Merge pull request [#881](https://redirect.github.com/docker/login-action/issues/881) from docker/dependabot/npm\_and\_yarn/tmp-0.2.4 * Additional commits viewable in [compare view](docker/login-action@184bdaa...5e57cd1) [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility\_score?dependency-name=docker/login-action&package-manager=github\_actions&previous-version=3.5.0&new-version=3.6.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- Dependabot commands and options You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
2 parents 7dbd1ed + 3dd24f5 commit 3e0ada7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/mvn-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd # v3.0.1
1919

2020
- name: Login to Docker Hub
21-
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
21+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
2222
with:
2323
username: ${{ secrets.DOCKER_USERNAME }}
2424
password: ${{ secrets.DOCKER_PASSWORD }}

.github/workflows/mvn-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2424

2525
- name: Login to Docker Hub
26-
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
26+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
2727
with:
2828
username: ${{ secrets.DOCKER_USERNAME }}
2929
password: ${{ secrets.DOCKER_PASSWORD }}

0 commit comments

Comments
 (0)