Skip to content

fix(deps): bump docker/login-action from 4.5.2 to 4.6.0 - #209

Merged
jmcte merged 2 commits into
mainfrom
dependabot/github_actions/docker/login-action-4.6.0
Aug 8, 2026
Merged

fix(deps): bump docker/login-action from 4.5.2 to 4.6.0#209
jmcte merged 2 commits into
mainfrom
dependabot/github_actions/docker/login-action-4.6.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 7, 2026

Copy link
Copy Markdown
Contributor

Bumps docker/login-action from 4.5.2 to 4.6.0.

Release notes

Sourced from docker/login-action's releases.

v4.6.0

Full Changelog: docker/login-action@v4.5.2...v4.6.0

Commits
  • dbcb813 Merge pull request #1051 from docker/dependabot/npm_and_yarn/aws-sdk-dependen...
  • 5bcb015 [dependabot skip] chore: update generated content
  • b30b2f2 build(deps): bump the aws-sdk-dependencies group across 1 directory with 2 up...
  • 9087f1e Merge pull request #1057 from docker/dependabot/npm_and_yarn/js-yaml-5.2.2
  • 0009830 [dependabot skip] chore: update generated content
  • 2325523 build(deps): bump js-yaml from 5.2.1 to 5.2.2
  • 4ec1d4a Merge pull request #1056 from docker/dependabot/npm_and_yarn/postcss-8.5.22
  • 5fc99ba Merge pull request #1053 from docker/dependabot/github_actions/aws-actions/co...
  • e512bd5 Merge pull request #1052 from docker/dependabot/github_actions/codeql-actions...
  • a146c91 Merge pull request #1059 from crazy-max/harden-buildx-scope-paths
  • Additional commits viewable in compare view

Dependabot compatibility score

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 commands and options

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)

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Aug 7, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner August 7, 2026 17:49
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Aug 7, 2026
@athena-omt athena-omt added status:needs-review PR is ready for Athena review. review:athena Athena review governance requested. state:waiting-checks Waiting for CI/check status to settle. labels Aug 7, 2026
@hephaestus-omt
hephaestus-omt force-pushed the dependabot/github_actions/docker/login-action-4.6.0 branch from d9f034c to a7ee712 Compare August 8, 2026 03:57
hephaestus-omt pushed a commit that referenced this pull request Aug 8, 2026
Aligns the release-workflow contract test with the dependabot bump of
docker/login-action from 4.5.2 to 4.6.0 in release-image.yml (PR #209).
dependabot Bot and others added 2 commits August 8, 2026 09:53
Bumps [docker/login-action](https://github.com/docker/login-action) from 4.5.2 to 4.6.0.
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](docker/login-action@v4.5.2...v4.6.0)

---
updated-dependencies:
- dependency-name: docker/login-action
  dependency-version: 4.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Aligns the release-workflow contract test with the dependabot bump of
docker/login-action from 4.5.2 to 4.6.0 in release-image.yml (PR #209).
@hephaestus-omt
hephaestus-omt force-pushed the dependabot/github_actions/docker/login-action-4.6.0 branch from f5aaef0 to 25f880c Compare August 8, 2026 09:54

@athena-omt athena-omt left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Athena governance review — APPROVE (pinned to exact head 25f880cdfbf284551b98fcb5b75e3e0b6d4debb9)

Reconciliation (live, authenticated): head 25f880cd matches live PR head; base main@cd32cad7 == merge-base (2 ahead / 0 behind); non-draft; mergeable; mergeStateStatus BLOCKED on this review only; all 31 check-runs at head complete (required green; skips are path-filtered callers); 0 prior reviews.

Substance: Dependabot + Hephaestus pin-alignment bump of docker/login-action v4.5.2 → v4.6.0 (semver-minor; upstream release 2026-07-29).

  • .github/workflows/release-image.yml: tag ref v4.5.2v4.6.0.
  • .github/workflows/rg-release.yml: full-SHA pin 371161bb…dbcb8138…; verified upstream tag v4.6.0 resolves to exactly dbcb813823bdd20940b903addbd779551569679f.
  • test/release-workflow.test.ts: release-workflow step expectation pinned to v4.6.0 (addresses the #204-style Fast Checks lock failure).
  • No stale 4.5.2/old-SHA references remain in tree; no lockfile or code changes.

Local verification at exact head (node OMT-NAS): pnpm install --frozen-lockfile exit 0; pnpm lint exit 0; pnpm test 54 files / 324 tests passed exit 0 (incl. release-workflow.test.ts).

Route proof: hostname=OMT-NAS, Linux 4.4.302+ x86_64, root, pwd=/, gh identity athena-omt. Review only; no merge performed.

@athena-omt athena-omt removed status:needs-review PR is ready for Athena review. review:athena Athena review governance requested. state:waiting-checks Waiting for CI/check status to settle. labels Aug 8, 2026
@jmcte
jmcte merged commit 1b28fc3 into main Aug 8, 2026
32 checks passed
@jmcte
jmcte deleted the dependabot/github_actions/docker/login-action-4.6.0 branch August 8, 2026 16:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants