Skip to content

Commit 2cefdfb

Browse files
ci(deps): update docker/login-action action from v3.0.0 to v3.1.0 (#736)
This PR contains the following updates: | Package | Type | Update | Change | OpenSSF | |---|---|---|---|---| | [docker/login-action](https://togithub.com/docker/login-action) | action | minor | `v3.0.0` -> `v3.1.0` | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/docker/login-action/badge)](https://securityscorecards.dev/viewer/?uri=github.com/docker/login-action) | --- ### Release Notes <details> <summary>docker/login-action (docker/login-action)</summary> ### [`v3.1.0`](https://togithub.com/docker/login-action/releases/tag/v3.1.0) [Compare Source](https://togithub.com/docker/login-action/compare/v3.0.0...v3.1.0) - build(deps): bump [@&#8203;babel/traverse](https://togithub.com/babel/traverse) from 7.17.3 to 7.23.2 in [https://github.com/docker/login-action/pull/618](https://togithub.com/docker/login-action/pull/618) - build(deps): bump [@&#8203;docker/actions-toolkit](https://togithub.com/docker/actions-toolkit) from 0.12.0 to 0.18.0 in [https://github.com/docker/login-action/pull/616](https://togithub.com/docker/login-action/pull/616) [https://github.com/docker/login-action/pull/636](https://togithub.com/docker/login-action/pull/636) [https://github.com/docker/login-action/pull/682](https://togithub.com/docker/login-action/pull/682) - build(deps): bump aws-sdk dependencies to 3.529.1 in [https://github.com/docker/login-action/pull/624](https://togithub.com/docker/login-action/pull/624) [https://github.com/docker/login-action/pull/685](https://togithub.com/docker/login-action/pull/685) - build(deps): bump http-proxy-agent to 7.0.2 in [https://github.com/docker/login-action/pull/676](https://togithub.com/docker/login-action/pull/676) - build(deps): bump https-proxy-agent to 7.0.4 in [https://github.com/docker/login-action/pull/676](https://togithub.com/docker/login-action/pull/676) - build(deps): bump undici from 5.26.5 to 5.28.3 in [https://github.com/docker/login-action/pull/677](https://togithub.com/docker/login-action/pull/677) **Full Changelog**: docker/login-action@v3.0.0...v3.1.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMTMuMSIsInVwZGF0ZWRJblZlciI6IjM3LjMxMy4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJzZW12ZXI6bm9uZSJdfQ==--> Co-authored-by: mazi-renovate[bot] <161091290+mazi-renovate[bot]@users.noreply.github.com>
1 parent b2d3fe2 commit 2cefdfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117
with:
118118
version: ${{ env.BUILDX_VERSION }}
119119
- name: Log in to the Container registry
120-
uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3.0.0
120+
uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3.1.0
121121
with:
122122
registry: ${{ env.REGISTRY }}
123123
username: ${{ github.actor }}

0 commit comments

Comments
 (0)