Skip to content

Commit 9b3d33e

Browse files
chore(package): update docker/login-action digest to 5e57cd1 (#505)
> [!NOTE] > Mend has cancelled [the proposed renaming](https://redirect.github.com/renovatebot/renovate/discussions/37842) of the Renovate GitHub app being renamed to `mend[bot]`. > > This notice will be removed on 2025-10-07. <hr> This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [docker/login-action](https://redirect.github.com/docker/login-action) | action | digest | `184bdaa` -> `5e57cd1` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/marinatedconcrete/config). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xMzEuOSIsInVwZGF0ZWRJblZlciI6IjQxLjEzMS45IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent bc4bf3c commit 9b3d33e

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Checkout Repo
1414
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
1515
- name: Login to GitHub Container Registry
16-
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3
16+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3
1717
with:
1818
registry: ghcr.io
1919
username: ${{ github.repository_owner }}

.github/workflows/image-kairos-ubuntu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Checkout Repo
2929
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
3030
- name: Login to GitHub Container Registry
31-
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3
31+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3
3232
with:
3333
registry: ghcr.io
3434
username: ${{ github.actor }}

.github/workflows/image-vscode-ssh-server.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Checkout Repo
2929
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
3030
- name: Login to GitHub Container Registry
31-
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3
31+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3
3232
with:
3333
registry: ghcr.io
3434
username: ${{ github.actor }}

0 commit comments

Comments
 (0)