Skip to content

Commit

Permalink
ci(deps): update docker/login-action action from v3.0.0 to v3.1.0 (#736)
Browse files Browse the repository at this point in the history
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
[docker/login-action#618
- build(deps): bump
[@&#8203;docker/actions-toolkit](https://togithub.com/docker/actions-toolkit)
from 0.12.0 to 0.18.0 in
[docker/login-action#616
[docker/login-action#636
[docker/login-action#682
- build(deps): bump aws-sdk dependencies to 3.529.1 in
[docker/login-action#624
[docker/login-action#685
- build(deps): bump http-proxy-agent to 7.0.2 in
[docker/login-action#676
- build(deps): bump https-proxy-agent to 7.0.4 in
[docker/login-action#676
- build(deps): bump undici from 5.26.5 to 5.28.3 in
[docker/login-action#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>
  • Loading branch information
mazi-renovate[bot] committed May 11, 2024
1 parent b2d3fe2 commit 2cefdfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ jobs:
with:
version: ${{ env.BUILDX_VERSION }}
- name: Log in to the Container registry
uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3.0.0
uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3.1.0
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
Expand Down

0 comments on commit 2cefdfb

Please sign in to comment.