From 113c6ff5c4523261676f9586bcd2928fdef1d5bc Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Mon, 4 Aug 2025 16:22:13 +0200 Subject: [PATCH] chore(github-action): update docker/login-action digest to 184bdaa (#38081) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [docker/login-action](https://redirect.github.com/docker/login-action) | action | digest | `74a5d14` -> `184bdaa` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). --- .github/workflows/containers.build.yaml | 4 ++-- .../apps/kube-sa-proxy/.github/workflows/docker-publish.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/containers.build.yaml b/.github/workflows/containers.build.yaml index 2f129702f5c..f5f0bd37abf 100644 --- a/.github/workflows/containers.build.yaml +++ b/.github/workflows/containers.build.yaml @@ -198,7 +198,7 @@ jobs: uses: anchore/sbom-action/download-syft@7b36ad622f042cab6f59a75c2ac24ccb256e9b45 # v0.20.4 - name: Login to Quay - uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3 + uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3 if: github.event_name != 'pull_request' with: registry: quay.io @@ -206,7 +206,7 @@ jobs: password: ${{ secrets.QUAY_TCCR_TOKEN }} - name: Login to GHCR - uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3 + uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3 if: github.event_name != 'pull_request' with: registry: ghcr.io diff --git a/containers/apps/kube-sa-proxy/.github/workflows/docker-publish.yml b/containers/apps/kube-sa-proxy/.github/workflows/docker-publish.yml index 33254ad09ba..84d4b70b746 100644 --- a/containers/apps/kube-sa-proxy/.github/workflows/docker-publish.yml +++ b/containers/apps/kube-sa-proxy/.github/workflows/docker-publish.yml @@ -21,7 +21,7 @@ jobs: uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - name: Log in to the Container registry - uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3 + uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3 with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }}