build(deps): Bump docker/login-action from 4.2.0 to 4.5.2 - #1084
build(deps): Bump docker/login-action from 4.2.0 to 4.5.2#1084dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [docker/login-action](https://github.com/docker/login-action) from 4.2.0 to 4.5.2. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@v4.2.0...v4.5.2) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 4.5.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
🤖 Cursor Dependency AnalysisSupply-Chain Malware ReviewI'll review the upstream Supply-chain review of Top evidence
Compatibility AnalysisI'll analyze local usage of 1) Local usageOnly usage site: - name: Login to GitHub Container Registry
uses: docker/login-action@v4.5.2
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ github.token }}Classic GHCR username/token login. No Docker Hub, ECR, 2) Intersection with changed APIsNone for this repo’s call site.
3) Risks / unknowns
4) Recommendationmerge — same major ( Malware Scan Summary
Top findings
|
Bumps docker/login-action from 4.2.0 to 4.5.2.
Release notes
Sourced from docker/login-action's releases.
Commits
371161bMerge pull request #1058 from crazy-max/fix-dockerhub-oidc-error-handling5dc73dfchore: update generated content2aa1edesurface Docker Hub OIDC error responsesabd2ef4Merge pull request #1055 from crazy-max/test-registry-auth-oidcd49d3a9Merge pull request #1054 from crazy-max/oidc-missing-dhib58b17ctest: cover Docker Hub OIDC with registry-authbe646c2chore: update generated contentd77c059support dhi.io as Docker Hub OIDC registry06fb636Merge pull request #1037 from docker/dependabot/npm_and_yarn/aws-sdk-dependen...a8bc953[dependabot skip] chore: update generated contentDependabot 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 commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Note
Low Risk
Single CI dependency pin with no workflow input changes; low impact on review deploys.
Overview
Bumps
docker/login-actionfrom v4.2.0 to v4.5.2 in the review deploy workflow’s package job, on the step that logs into ghcr.io before the image build/push.Registry, username, and token inputs are unchanged; only the action pin moves. Upstream adds Docker Hub OIDC support and dependency/security fixes that do not alter how this workflow authenticates to GHCR.
Reviewed by Cursor Bugbot for commit 621c9a9. Bugbot is set up for automated code reviews on this repo. Configure here.