[PR #97] [MERGED] fix(deps): bump docker/metadata-action from 3.4.1 to 3.5.0 #174

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

📋 Pull Request Information

Original PR: https://github.com/SignTools/SignTools/pull/97
Author: @dependabot[bot]
Created: 8/23/2021
Status: Merged
Merged: 8/24/2021
Merged by: @ViRb3

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


📝 Commits (1)

  • 64d3f65 fix(deps): bump docker/metadata-action from 3.4.1 to 3.5.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.4.1 to 3.5.0.

Release notes

Sourced from docker/metadata-action's releases.

v3.5.0

  • Add global expression date (#121)
  • Bump @​actions/core from 1.4.0 to 1.5.0 (#122)
Commits
  • 3a3bb3a Merge pull request #122 from docker/dependabot/npm_and_yarn/actions/core-1.5.0
  • 6200091 Update generated content
  • d26b8cd Bump @​actions/core from 1.4.0 to 1.5.0
  • 03cec7c Merge pull request #121 from crazy-max/data-expr
  • e4f5485 Add global expression "date"
  • a67f45c Merge pull request #119 from theo-brown/patch-1
  • 66b9054 Update README (Issue #116)
  • b127c18 Merge pull request #117 from docker/dependabot/github_actions/codecov/codecov...
  • 401bfc3 Use major
  • ad2fba2 Bump codecov/codecov-action from 1 to 2.0.1
  • See full diff 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/97 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 8/23/2021 **Status:** ✅ Merged **Merged:** 8/24/2021 **Merged by:** [@ViRb3](https://github.com/ViRb3) **Base:** `master` ← **Head:** `dependabot/github_actions/docker/metadata-action-3.5.0` --- ### 📝 Commits (1) - [`64d3f65`](https://github.com/SignTools/SignTools/commit/64d3f65ecc006df24f95d0cf4e04e15b0926f991) fix(deps): bump docker/metadata-action from 3.4.1 to 3.5.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.4.1 to 3.5.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.5.0</h2> <ul> <li>Add global expression <code>date</code> (<a href="https://github-redirect.dependabot.com/docker/metadata-action/issues/121">#121</a>)</li> <li>Bump <code>@​actions/core</code> from 1.4.0 to 1.5.0 (<a href="https://github-redirect.dependabot.com/docker/metadata-action/issues/122">#122</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/docker/metadata-action/commit/3a3bb3a81753dc99f090d24ee7e5343838b73a96"><code>3a3bb3a</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/docker/metadata-action/issues/122">#122</a> from docker/dependabot/npm_and_yarn/actions/core-1.5.0</li> <li><a href="https://github.com/docker/metadata-action/commit/6200091c0f49b7de38fd4cbeda831b6c18959681"><code>6200091</code></a> Update generated content</li> <li><a href="https://github.com/docker/metadata-action/commit/d26b8cd0031cc88d12dbedd9427af9ab92e40123"><code>d26b8cd</code></a> Bump <code>@​actions/core</code> from 1.4.0 to 1.5.0</li> <li><a href="https://github.com/docker/metadata-action/commit/03cec7cbcae63b6baa0b178f95fe44b570811fea"><code>03cec7c</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/docker/metadata-action/issues/121">#121</a> from crazy-max/data-expr</li> <li><a href="https://github.com/docker/metadata-action/commit/e4f548552dbf80127b6e8e3f601739db39477c6c"><code>e4f5485</code></a> Add global expression &quot;date&quot;</li> <li><a href="https://github.com/docker/metadata-action/commit/a67f45cb0f8e65cf693a0bc5bfa1c5057c623030"><code>a67f45c</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/docker/metadata-action/issues/119">#119</a> from theo-brown/patch-1</li> <li><a href="https://github.com/docker/metadata-action/commit/66b90544173096c8ca169c106df45a141fa7895e"><code>66b9054</code></a> Update README (Issue <a href="https://github-redirect.dependabot.com/docker/metadata-action/issues/116">#116</a>)</li> <li><a href="https://github.com/docker/metadata-action/commit/b127c18eb4bfbcffd584a3c2275832cb7fde9341"><code>b127c18</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/docker/metadata-action/issues/117">#117</a> from docker/dependabot/github_actions/codecov/codecov...</li> <li><a href="https://github.com/docker/metadata-action/commit/401bfc308e532b99ac5de4235f8f1c882bd0200d"><code>401bfc3</code></a> Use major</li> <li><a href="https://github.com/docker/metadata-action/commit/ad2fba2495e5b1a1abc5ea14efc65eaa06739114"><code>ad2fba2</code></a> Bump codecov/codecov-action from 1 to 2.0.1</li> <li>See full diff in <a href="https://github.com/docker/metadata-action/compare/v3.4.1...v3.5.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.4.1&new-version=3.5.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:30 +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#174
No description provided.