This is an automated email from the ASF dual-hosted git repository.

kou pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-swift.git


The following commit(s) were added to refs/heads/main by this push:
     new dd2acfc  chore: bump docker/login-action from 4.5.0 to 4.5.1 (#187)
dd2acfc is described below

commit dd2acfc5b543938c1761dc3ae76a30549c46d84b
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Jul 28 09:37:12 2026 +0900

    chore: bump docker/login-action from 4.5.0 to 4.5.1 (#187)
    
    Bumps [docker/login-action](https://github.com/docker/login-action) from
    4.5.0 to 4.5.1.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a
    href="https://github.com/docker/login-action/releases";>docker/login-action's
    releases</a>.</em></p>
    <blockquote>
    <h2>v4.5.1</h2>
    <ul>
    <li>Support <code>dhi.io</code> as Docker Hub OIDC registry by <a
    href="https://github.com/crazy-max";><code>@​crazy-max</code></a> in <a
    
href="https://redirect.github.com/docker/login-action/pull/1054";>docker/login-action#1054</a></li>
    </ul>
    <p><strong>Full Changelog</strong>: <a
    
href="https://github.com/docker/login-action/compare/v4.5.0...v4.5.1";>https://github.com/docker/login-action/compare/v4.5.0...v4.5.1</a></p>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    
href="https://github.com/docker/login-action/commit/abd2ef45e78c5afb21d64d4ca52ee8550d9572c7";><code>abd2ef4</code></a>
    Merge pull request <a
    href="https://redirect.github.com/docker/login-action/issues/1055";>#1055</a>
    from crazy-max/test-registry-auth-oidc</li>
    <li><a
    
href="https://github.com/docker/login-action/commit/d49d3a9839fef51322fa44989a44fdc43fccfc22";><code>d49d3a9</code></a>
    Merge pull request <a
    href="https://redirect.github.com/docker/login-action/issues/1054";>#1054</a>
    from crazy-max/oidc-missing-dhi</li>
    <li><a
    
href="https://github.com/docker/login-action/commit/b58b17c30b4db92a4ed049b213cae512b12e460b";><code>b58b17c</code></a>
    test: cover Docker Hub OIDC with registry-auth</li>
    <li><a
    
href="https://github.com/docker/login-action/commit/be646c21cec26cea303e29290d5f6ba6fde8e606";><code>be646c2</code></a>
    chore: update generated content</li>
    <li><a
    
href="https://github.com/docker/login-action/commit/d77c059cb9956cedaa427dc022d89f39acba678f";><code>d77c059</code></a>
    support dhi.io as Docker Hub OIDC registry</li>
    <li>See full diff in <a
    
href="https://github.com/docker/login-action/compare/06fb636fac595d6fb4b28a5dfcb21a6f5091859c...abd2ef45e78c5afb21d64d4ca52ee8550d9572c7";>compare
    view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility
    
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=docker/login-action&package-manager=github_actions&previous-version=4.5.0&new-version=4.5.1)](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)
    
    ---
    
    <details>
    <summary>Dependabot commands and options</summary>
    <br />
    
    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 show <dependency name> 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)
    
    
    </details>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 .github/workflows/test.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml
index 7e68a51..56c3167 100644
--- a/.github/workflows/test.yaml
+++ b/.github/workflows/test.yaml
@@ -101,7 +101,7 @@ jobs:
           github.event_name == 'push' &&
           github.repository == 'apache/arrow-swift' &&
           github.ref_name == 'main'
-        uses: docker/login-action@06fb636fac595d6fb4b28a5dfcb21a6f5091859c # 
v4.5.0
+        uses: docker/login-action@abd2ef45e78c5afb21d64d4ca52ee8550d9572c7 # 
v4.5.1
         with:
           registry: ghcr.io
           username: ${{ github.actor }}

Reply via email to