build(deps): Bump docker/metadata-action from 6.1.0 to 6.2.0 - #1072
build(deps): Bump docker/metadata-action from 6.1.0 to 6.2.0#1072dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from 6.1.0 to 6.2.0. - [Release notes](https://github.com/docker/metadata-action/releases) - [Commits](docker/metadata-action@v6.1.0...v6.2.0) --- updated-dependencies: - dependency-name: docker/metadata-action dependency-version: 6.2.0 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 diff, package manifests, and malware-scan findings for compromise indicators.Verdict: benign Minor bump of official Evidence
Scanner disagreement: I disagree with treating the heuristic Compatibility AnalysisI'll inspect local usage of Recommendation: merge 1) Local usageSingle consumer: - name: Docker meta
id: meta
uses: docker/metadata-action@v6.2.0
with:
images: |
ghcr.io/${{ github.repository }}
tags: |
type=sha,format=long
- name: Build Docker Container
uses: docker/build-push-action@v7.2.0
with:
...
tags: ${{ steps.meta.outputs.tags }}Inputs used: 2) API intersection with upstream changesNone. Between
No input/output/contract changes touch this workflow’s usage. 3) Risks / unknowns
4) VerdictSafe minor bump; public action surface is identical. Merge. Malware Scan Summary
Top findings
|
Bumps docker/metadata-action from 6.1.0 to 6.2.0.
Release notes
Sourced from docker/metadata-action's releases.
Commits
dc80280Merge pull request #696 from docker/dependabot/npm_and_yarn/docker/actions-to...2b9fe83[dependabot skip] chore: update generated content8128ce3chore(deps): Bump@docker/actions-toolkitfrom 0.91.0 to 0.92.01d1c895Merge pull request #695 from docker/dependabot/npm_and_yarn/semver-7.8.57f0c2ddMerge pull request #694 from docker/dependabot/npm_and_yarn/sigstore-4.1.1025f8c5[dependabot skip] chore: update generated contente98d63cchore(deps): Bump semver from 7.8.1 to 7.8.537d9379chore(deps): Bump sigstore from 4.1.0 to 4.1.1a1b8072Merge pull request #690 from docker/dependabot/npm_and_yarn/sigstore/core-3.2.1e0e3381[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 bump with no application or deployment config changes beyond the action version.
Overview
Bumps
docker/metadata-actionfrom v6.1.0 to v6.2.0 in the Deploy Review App on PR workflow (.github/workflows/deploy-review.yml).The Docker meta step is unchanged aside from the action version; it still sets GHCR image names and
type=sha,format=longtags for the review image build/push.Reviewed by Cursor Bugbot for commit ca9a63a. Bugbot is set up for automated code reviews on this repo. Configure here.