Skip to content

chore(deps): bump docker/metadata-action from 6.1.0 to 6.2.0 - #28

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/docker/metadata-action-6.2.0
Open

chore(deps): bump docker/metadata-action from 6.1.0 to 6.2.0#28
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/docker/metadata-action-6.2.0

Conversation

@dependabot

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

Copy link
Copy Markdown

Bumps docker/metadata-action from 6.1.0 to 6.2.0.

Release notes

Sourced from docker/metadata-action's releases.

v6.2.0

Full Changelog: docker/metadata-action@v6.1.0...v6.2.0

Commits
  • dc80280 Merge pull request #696 from docker/dependabot/npm_and_yarn/docker/actions-to...
  • 2b9fe83 [dependabot skip] chore: update generated content
  • 8128ce3 chore(deps): Bump @​docker/actions-toolkit from 0.91.0 to 0.92.0
  • 1d1c895 Merge pull request #695 from docker/dependabot/npm_and_yarn/semver-7.8.5
  • 7f0c2dd Merge pull request #694 from docker/dependabot/npm_and_yarn/sigstore-4.1.1
  • 025f8c5 [dependabot skip] chore: update generated content
  • e98d63c chore(deps): Bump semver from 7.8.1 to 7.8.5
  • 37d9379 chore(deps): Bump sigstore from 4.1.0 to 4.1.1
  • a1b8072 Merge pull request #690 from docker/dependabot/npm_and_yarn/sigstore/core-3.2.1
  • e0e3381 [dependabot skip] chore: update generated content
  • 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)

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@80c7e94...dc80280)

---
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>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Jul 7, 2026
@github-actions

github-actions Bot commented Jul 7, 2026

Copy link
Copy Markdown

@check-spelling-bot Report

🛑 Dictionary not found

Problems were encountered retrieving extra dictionaries (cspell:npm/npm.txt cspell:html/html.txt cspell:django/django.txt cspell:css/css.txt cspell:fullstack/fullstack.txt).

⚠️ For more information, see extra-dictionary-not-found.

🔴 Please review

See the 📂 files view, the 📜action log, or 📝 job summary for details.

Unrecognized words (88)
aactions
args
Arial
attr
autocomplete
autosize
axios
bitcoin
blockquote
buildx
charset
checkbox
coingecko
colspan
Compat
concat
cron
dajneem
dasharray
dashoffset
datetime
DOCTYPE
dropdown
ejs
elif
endavis
eslint
eur
evenodd
filesystem
frameborder
func
geocode
geocoding
geojson
gildedroach
googleapis
googlemaps
grayscale
href
iframe
img
jpy
jsdom
keyframes
KHTML
linecap
linejoin
lorem
middleware
minimatch
multiline
nbsp
noreply
nowrap
npm
placeholders
polyfill
prebuilt
qemu
quickstart
readline
rgb
rgba
rowspan
scrollbar
sidenav
signup
src
srcset
stringify
stylesheet
svgo
timezone
tooltip
typeof
Unicode
urls
usd
username
utc
utils
validator
webkit
www
xlink
xmlns
yargs
These words are not needed and should be removed charsets deps Fnc geocodes gionkunz iframes middlewares panosoft usernames

Some files were automatically ignored 🙈

These sample patterns would exclude them:

^source/templates/classic/fonts\.css$

You should consider adding them to:

.github/actions/spelling/excludes.txt

File matching is via Perl regular expressions.

To check these files, more of their words need to be in the dictionary than not. You can use patterns.txt to exclude portions, add items to the dictionary (e.g. by adding them to allow.txt), or fix typos.

To accept these unrecognized words as correct, update file exclusions, and remove the previously acknowledged and now absent words, you could run the following commands

... in a clone of the git@github.com:GildedRoach/metrics.git repository
on the dependabot/github_actions/docker/metadata-action-6.2.0 branch (ℹ️ how do I use this?):

curl -s -S -L 'https://raw.githubusercontent.com/check-spelling/check-spelling/cfb6f7e75bbfc89c71eaa30366d0c166f1bd9c8c/apply.pl' |
perl - 'https://github.com/GildedRoach/metrics/actions/runs/28831881429/attempts/1' &&
git commit -m 'Update check-spelling metadata'
Warnings ⚠️ (2)

See the 📂 files view, the 📜action log, or 📝 job summary for details.

⚠️ Warnings Count
⚠️ binary-file 1
⚠️ extra-dictionary-not-found 5

See ⚠️ Event descriptions for more information.

If the flagged items are false positives

If items relate to a ...

  • binary file (or some other file you wouldn't want to check at all).

    Please add a file path to the excludes.txt file matching the containing file.

    File paths are Perl 5 Regular Expressions - you can test yours before committing to verify it will match your files.

    ^ refers to the file's path from the root of the repository, so ^README\.md$ would exclude README.md (on whichever branch you're using).

  • well-formed pattern.

    If you can write a pattern that would match it,
    try adding it to the patterns.txt file.

    Patterns are Perl 5 Regular Expressions - you can test yours before committing to verify it will match your lines.

    Note that patterns can't match multiline strings.

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.

0 participants