Skip to content

fix: handle Docker digest-only updates#727

Open
oiahoon wants to merge 1 commit into
dependabot:mainfrom
oiahoon:fix/docker-digest-update-type
Open

fix: handle Docker digest-only updates#727
oiahoon wants to merge 1 commit into
dependabot:mainfrom
oiahoon:fix/docker-digest-update-type

Conversation

@oiahoon

@oiahoon oiahoon commented Jul 15, 2026

Copy link
Copy Markdown

Summary

  • recognize Docker digest-only metadata without treating a digest as a semantic version
  • report the unchanged Docker tag as both previous and new version when no explicit update type exists
  • cover the reported commit metadata and regenerate the checked-in action bundle

Root cause

Dependabot code-formats the old and new digests in the metadata link while dependency-version contains the unchanged image tag. The parser combined the old digest with the tag and incorrectly calculated a major version update.

Validation

  • npm test -- --runInBand (57 tests)
  • npm run typecheck
  • npm run lint
  • npm run build (two consecutive builds produced identical output)
  • git diff --check

Fixes #726

@oiahoon
oiahoon requested a review from a team as a code owner July 15, 2026 17:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Docker digest-only update incorrectly classified as semver-major

1 participant