Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump docker/metadata-action from 5.5.1 to 5.6.1 (#277)
Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from 5.5.1 to 5.6.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/docker/metadata-action/releases">docker/metadata-action's releases</a>.</em></p> <blockquote> <h2>v5.6.1</h2> <ul> <li>Fix GitHub API request fallback for commit date by <a href="https://github.com/crazy-max"><code>@crazy-max</code></a> in <a href="https://redirect.github.com/docker/metadata-action/pull/478">docker/metadata-action#478</a></li> <li>Revert to default commit SHA length of 7 by <a href="https://github.com/crazy-max"><code>@crazy-max</code></a> in <a href="https://redirect.github.com/docker/metadata-action/pull/480">docker/metadata-action#480</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/docker/metadata-action/compare/v5.6.0...v5.6.1">https://github.com/docker/metadata-action/compare/v5.6.0...v5.6.1</a></p> <h2>v5.6.0</h2> <ul> <li>Add <code>commit_date</code> global expression by <a href="https://github.com/trim21"><code>@trim21</code></a> in <a href="https://redirect.github.com/docker/metadata-action/pull/471">docker/metadata-action#471</a> <a href="https://redirect.github.com/docker/metadata-action/pull/475">docker/metadata-action#475</a></li> <li>Increase short commit sha length to 12 for uniqueness by <a href="https://github.com/crazy-max"><code>@crazy-max</code></a> in <a href="https://redirect.github.com/docker/metadata-action/pull/467">docker/metadata-action#467</a></li> <li>Bump <code>@actions/core</code> from 1.10.1 to 1.11.1 <a href="https://redirect.github.com/docker/metadata-action/pull/460">docker/metadata-action#460</a></li> <li>Bump <code>@docker/actions-toolkit</code> from 0.16.1 to 0.44.0 <a href="https://redirect.github.com/docker/metadata-action/pull/391">docker/metadata-action#391</a> <a href="https://redirect.github.com/docker/metadata-action/pull/399">docker/metadata-action#399</a> <a href="https://redirect.github.com/docker/metadata-action/pull/413">docker/metadata-action#413</a> <a href="https://redirect.github.com/docker/metadata-action/pull/441">docker/metadata-action#441</a></li> <li>Bump braces from 3.0.2 to 3.0.3 <a href="https://redirect.github.com/docker/metadata-action/pull/424">docker/metadata-action#424</a></li> <li>Bump cross-spawn from 7.0.3 to 7.0.5 <a href="https://redirect.github.com/docker/metadata-action/pull/474">docker/metadata-action#474</a></li> <li>Bump csv-parse from 5.5.5 to 5.5.6 <a href="https://redirect.github.com/docker/metadata-action/pull/412">docker/metadata-action#412</a></li> <li>Bump moment-timezone from 0.5.44 to 0.5.46 <a href="https://redirect.github.com/docker/metadata-action/pull/383">docker/metadata-action#383</a> <a href="https://redirect.github.com/docker/metadata-action/pull/470">docker/metadata-action#470</a> <a href="https://redirect.github.com/docker/metadata-action/pull/459">docker/metadata-action#459</a></li> <li>Bump path-to-regexp from 6.2.2 to 6.3.0 <a href="https://redirect.github.com/docker/metadata-action/pull/454">docker/metadata-action#454</a></li> <li>Bump semver from 7.6.0 to 7.6.3 <a href="https://redirect.github.com/docker/metadata-action/pull/400">docker/metadata-action#400</a> <a href="https://redirect.github.com/docker/metadata-action/pull/411">docker/metadata-action#411</a> <a href="https://redirect.github.com/docker/metadata-action/pull/440">docker/metadata-action#440</a></li> <li>Bump undici from 5.26.3 to 5.28.4 <a href="https://redirect.github.com/docker/metadata-action/pull/386">docker/metadata-action#386</a> <a href="https://redirect.github.com/docker/metadata-action/pull/402">docker/metadata-action#402</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/docker/metadata-action/compare/v5.5.1...v5.6.0">https://github.com/docker/metadata-action/compare/v5.5.1...v5.6.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/docker/metadata-action/commit/369eb591f429131d6889c46b94e711f089e6ca96"><code>369eb59</code></a> Merge pull request <a href="https://redirect.github.com/docker/metadata-action/issues/480">#480</a> from crazy-max/back-to-sha-7</li> <li><a href="https://github.com/docker/metadata-action/commit/7d870ce8547ffe46ed3ff7a00008e12782274d06"><code>7d870ce</code></a> chore: update generated content</li> <li><a href="https://github.com/docker/metadata-action/commit/e44a9cd788e64b0c5fa0fac15851a0803580f432"><code>e44a9cd</code></a> back to commit sha length of 7</li> <li><a href="https://github.com/docker/metadata-action/commit/8cb0002d6ab3471151815bd00e559b0e838a8f73"><code>8cb0002</code></a> Merge pull request <a href="https://redirect.github.com/docker/metadata-action/issues/478">#478</a> from crazy-max/commit-date-request</li> <li><a href="https://github.com/docker/metadata-action/commit/e01ddd3e3c7494b4908b2655c12e4f2be9eeddde"><code>e01ddd3</code></a> chore: update generated content</li> <li><a href="https://github.com/docker/metadata-action/commit/861d98a3bdeb4420f7cb62a8417e3e311ca450cf"><code>861d98a</code></a> commiter_date: fix github api request fallback</li> <li><a href="https://github.com/docker/metadata-action/commit/359e915ab3220d88514ed693793a5cc795192aa6"><code>359e915</code></a> Merge pull request <a href="https://redirect.github.com/docker/metadata-action/issues/475">#475</a> from crazy-max/commit-date-changes</li> <li><a href="https://github.com/docker/metadata-action/commit/0c395ebe6274b8ea3176526cd68c6b92ff64a880"><code>0c395eb</code></a> commit_date: code cleanup and readme updates</li> <li><a href="https://github.com/docker/metadata-action/commit/115662203e5f4c9b240a57397f721baaab82a488"><code>1156622</code></a> Merge pull request <a href="https://redirect.github.com/docker/metadata-action/issues/474">#474</a> from docker/dependabot/npm_and_yarn/cross-spawn-7.0.5</li> <li><a href="https://github.com/docker/metadata-action/commit/95ea8d0c409555cb4d6b89fc958b4d62175e819a"><code>95ea8d0</code></a> chore(deps): Bump cross-spawn from 7.0.3 to 7.0.5</li> <li>Additional commits viewable in <a href="https://github.com/docker/metadata-action/compare/8e5442c4ef9f78752691e2d8f8d19755c6f78e81...369eb591f429131d6889c46b94e711f089e6ca96">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=docker/metadata-action&package-manager=github_actions&previous-version=5.5.1&new-version=5.6.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@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) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information