[PR #123] [MERGED] fix(deps): bump docker/metadata-action from 3.5.0 to 3.6.0 #196

Closed
opened 2026-03-04 00:24:36 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/SignTools/SignTools/pull/123
Author: @dependabot[bot]
Created: 10/26/2021
Status: Merged
Merged: 10/26/2021
Merged by: @ViRb3

Base: masterHead: dependabot/github_actions/docker/metadata-action-3.6.0


📝 Commits (1)

  • b5ea210 fix(deps): bump docker/metadata-action from 3.5.0 to 3.6.0

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 .github/workflows/release.yml (+1 -1)

📄 Description

Bumps docker/metadata-action from 3.5.0 to 3.6.0.

Release notes

Sourced from docker/metadata-action's releases.

v3.6.0

  • base_ref global expression (#142)
  • Trim tags and flavor inputs (#143)
  • Bump @​actions/core from 1.5.0 to 1.6.0 (#135)
  • Bump ansi-regex from 5.0.0 to 5.0.1 (#134)
  • Bump tmpl from 1.0.4 to 1.0.5 (#132)
  • Bump csv-parse from 4.16.0 to 4.16.3 (#131)
Commits
  • 548e234 Merge pull request #143 from crazy-max/trim-val
  • b69dce7 Trim tags and flavor inputs
  • 110426b Merge pull request #142 from crazy-max/baseref-global-expr
  • 09666f9 base_ref global expression
  • a287d15 Merge pull request #136 from corburn/corburn-patch-1
  • 7e983ea Merge pull request #135 from docker/dependabot/npm_and_yarn/actions/core-1.6.0
  • 4f95a04 Update generated content
  • 48b55c1 docs: add README pep440 anchor to list of types
  • b192556 Bump @​actions/core from 1.5.0 to 1.6.0
  • 09dffb9 Merge pull request #134 from docker/dependabot/npm_and_yarn/ansi-regex-5.0.1
  • 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 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 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)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/SignTools/SignTools/pull/123 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 10/26/2021 **Status:** ✅ Merged **Merged:** 10/26/2021 **Merged by:** [@ViRb3](https://github.com/ViRb3) **Base:** `master` ← **Head:** `dependabot/github_actions/docker/metadata-action-3.6.0` --- ### 📝 Commits (1) - [`b5ea210`](https://github.com/SignTools/SignTools/commit/b5ea210f32c3ba9256e265a1e622f4bcf90385a8) fix(deps): bump docker/metadata-action from 3.5.0 to 3.6.0 ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/release.yml` (+1 -1) </details> ### 📄 Description Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from 3.5.0 to 3.6.0. <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>v3.6.0</h2> <ul> <li><code>base_ref</code> global expression (<a href="https://github-redirect.dependabot.com/docker/metadata-action/issues/142">#142</a>)</li> <li>Trim tags and flavor inputs (<a href="https://github-redirect.dependabot.com/docker/metadata-action/issues/143">#143</a>)</li> <li>Bump <code>@​actions/core</code> from 1.5.0 to 1.6.0 (<a href="https://github-redirect.dependabot.com/docker/metadata-action/issues/135">#135</a>)</li> <li>Bump ansi-regex from 5.0.0 to 5.0.1 (<a href="https://github-redirect.dependabot.com/docker/metadata-action/issues/134">#134</a>)</li> <li>Bump tmpl from 1.0.4 to 1.0.5 (<a href="https://github-redirect.dependabot.com/docker/metadata-action/issues/132">#132</a>)</li> <li>Bump csv-parse from 4.16.0 to 4.16.3 (<a href="https://github-redirect.dependabot.com/docker/metadata-action/issues/131">#131</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/docker/metadata-action/commit/548e2346a9987b56d8a4104fe776321ff8e23440"><code>548e234</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/docker/metadata-action/issues/143">#143</a> from crazy-max/trim-val</li> <li><a href="https://github.com/docker/metadata-action/commit/b69dce7fed743a83aeaa01bd84985692360b9397"><code>b69dce7</code></a> Trim tags and flavor inputs</li> <li><a href="https://github.com/docker/metadata-action/commit/110426b173e990c895e9e8dd0a40a8525cc4ad78"><code>110426b</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/docker/metadata-action/issues/142">#142</a> from crazy-max/baseref-global-expr</li> <li><a href="https://github.com/docker/metadata-action/commit/09666f941b6ee6a54acfd45e55557866e07f880a"><code>09666f9</code></a> <code>base_ref</code> global expression</li> <li><a href="https://github.com/docker/metadata-action/commit/a287d15e54221320e8a1b9d1a4bb26519678d2c3"><code>a287d15</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/docker/metadata-action/issues/136">#136</a> from corburn/corburn-patch-1</li> <li><a href="https://github.com/docker/metadata-action/commit/7e983ea6f6c62ecff6893ccdd56fa411ad9d4859"><code>7e983ea</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/docker/metadata-action/issues/135">#135</a> from docker/dependabot/npm_and_yarn/actions/core-1.6.0</li> <li><a href="https://github.com/docker/metadata-action/commit/4f95a04c217dd39ca9dbd97cf10b8b016e06dc3d"><code>4f95a04</code></a> Update generated content</li> <li><a href="https://github.com/docker/metadata-action/commit/48b55c14a8e5926a267d59e60cd7eb2a869b9f4f"><code>48b55c1</code></a> docs: add README pep440 anchor to list of types</li> <li><a href="https://github.com/docker/metadata-action/commit/b1925560ede906ebb2d63d9d3dd5aa244217e442"><code>b192556</code></a> Bump <code>@​actions/core</code> from 1.5.0 to 1.6.0</li> <li><a href="https://github.com/docker/metadata-action/commit/09dffb9c1c47d41d5fd15d675fa8b10b8918da82"><code>09dffb9</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/docker/metadata-action/issues/134">#134</a> from docker/dependabot/npm_and_yarn/ansi-regex-5.0.1</li> <li>Additional commits viewable in <a href="https://github.com/docker/metadata-action/compare/v3.5.0...v3.6.0">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=3.5.0&new-version=3.6.0)](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 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> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-04 00:24:36 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/SignTools#196
No description provided.