Bump crazy-max/ghaction-import-gpg from 5 to 6 #200

Merged
dependabot[bot] merged 1 commit from dependabot/github_actions/3.x/crazy-max/ghaction-import-gpg-6 into 3.x 2023-10-01 22:22:11 +02:00
dependabot[bot] commented 2023-10-01 22:18:40 +02:00 (Migrated from github.com)

Bumps crazy-max/ghaction-import-gpg from 5 to 6.

Release notes

Sourced from crazy-max/ghaction-import-gpg's releases.

v6.0.0

Full Changelog: https://github.com/crazy-max/ghaction-import-gpg/compare/v5.4.0...v6.0.0

v5.4.0

Full Changelog: https://github.com/crazy-max/ghaction-import-gpg/compare/v5.3.0...v5.4.0

v5.3.0

Full Changelog: https://github.com/crazy-max/ghaction-import-gpg/compare/v5.2.0...v5.3.0

v5.2.0

  • Remove setOutput workaround by @​crazy-max (#152)
  • Bump @​actions/core from 1.9.0 to 1.10.0 (#147 #151)
  • Bump openpgp from 5.3.1 to 5.5.0 (#149)

Full Changelog: https://github.com/crazy-max/ghaction-import-gpg/compare/v5.1.0...v5.2.0

v5.1.0

  • Bump openpgp from 5.2.1 to 5.3.1 (#145)
  • Bump @​actions/core from 1.6.0 to 1.9.0 (#143)
Commits
  • 82a020f Merge pull request #182 from crazy-max/dependabot/github_actions/actions/chec...
  • 7ad3b9b Merge pull request #183 from crazy-max/update-node20
  • 40ca14f chore: node 20 as default runtime
  • 418bb95 chore: update generated content
  • ecf7766 chore: update dev dependencies
  • d3591c7 chore: update to node 20
  • 255def4 chore: update yarn to 3.6.3
  • 3a06279 codecov: update config
  • c0d4620 codecov: update config
  • f30daee Bump actions/checkout from 3 to 4
  • 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 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 [crazy-max/ghaction-import-gpg](https://github.com/crazy-max/ghaction-import-gpg) from 5 to 6. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/crazy-max/ghaction-import-gpg/releases">crazy-max/ghaction-import-gpg's releases</a>.</em></p> <blockquote> <h2>v6.0.0</h2> <ul> <li>Node 20 as default runtime (requires <a href="https://github.com/actions/runner/releases/tag/v2.308.0">Actions Runner v2.308.0</a> or later) by <a href="https://github.com/crazy-max"><code>@​crazy-max</code></a> in <a href="https://redirect.github.com/crazy-max/ghaction-import-gpg/pull/183">crazy-max/ghaction-import-gpg#183</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/crazy-max/ghaction-import-gpg/compare/v5.4.0...v6.0.0">https://github.com/crazy-max/ghaction-import-gpg/compare/v5.4.0...v6.0.0</a></p> <h2>v5.4.0</h2> <ul> <li>Fallback to gpg homedir if <code>HOME</code> not set by <a href="https://github.com/crazy-max"><code>@​crazy-max</code></a> in <a href="https://redirect.github.com/crazy-max/ghaction-import-gpg/pull/181">crazy-max/ghaction-import-gpg#181</a></li> <li>Bump openpgp from 5.8.0 to 5.10.1 in <a href="https://redirect.github.com/crazy-max/ghaction-import-gpg/pull/177">crazy-max/ghaction-import-gpg#177</a> <a href="https://redirect.github.com/crazy-max/ghaction-import-gpg/pull/171">crazy-max/ghaction-import-gpg#171</a></li> <li>Bump semver from 6.3.0 to 6.3.1 in <a href="https://redirect.github.com/crazy-max/ghaction-import-gpg/pull/174">crazy-max/ghaction-import-gpg#174</a></li> <li>Bump word-wrap from 1.2.3 to 1.2.4 in <a href="https://redirect.github.com/crazy-max/ghaction-import-gpg/pull/175">crazy-max/ghaction-import-gpg#175</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/crazy-max/ghaction-import-gpg/compare/v5.3.0...v5.4.0">https://github.com/crazy-max/ghaction-import-gpg/compare/v5.3.0...v5.4.0</a></p> <h2>v5.3.0</h2> <ul> <li>Add <code>trust_level</code> input to set private key trust level by <a href="https://github.com/crazy-max"><code>@​crazy-max</code></a> in <a href="https://redirect.github.com/crazy-max/ghaction-import-gpg/pull/168">crazy-max/ghaction-import-gpg#168</a></li> <li>Missing <code>name</code> output to action metadata by <a href="https://github.com/dtan4"><code>@​dtan4</code></a> in <a href="https://redirect.github.com/crazy-max/ghaction-import-gpg/pull/154">crazy-max/ghaction-import-gpg#154</a></li> <li>Update yarn to 3.5.1 by <a href="https://github.com/crazy-max"><code>@​crazy-max</code></a> in <a href="https://redirect.github.com/crazy-max/ghaction-import-gpg/pull/165">crazy-max/ghaction-import-gpg#165</a></li> <li>Update dev dependencies by <a href="https://github.com/crazy-max"><code>@​crazy-max</code></a> in <a href="https://redirect.github.com/crazy-max/ghaction-import-gpg/pull/167">crazy-max/ghaction-import-gpg#167</a></li> <li>Bump openpgp from 5.5.0 to 5.8.0 in <a href="https://redirect.github.com/crazy-max/ghaction-import-gpg/pull/164">crazy-max/ghaction-import-gpg#164</a></li> <li>Bump minimatch from 3.0.4 to 3.1.2 in <a href="https://redirect.github.com/crazy-max/ghaction-import-gpg/pull/155">crazy-max/ghaction-import-gpg#155</a></li> <li>Bump json5 from 2.1.3 to 2.2.3 in <a href="https://redirect.github.com/crazy-max/ghaction-import-gpg/pull/157">crazy-max/ghaction-import-gpg#157</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/crazy-max/ghaction-import-gpg/compare/v5.2.0...v5.3.0">https://github.com/crazy-max/ghaction-import-gpg/compare/v5.2.0...v5.3.0</a></p> <h2>v5.2.0</h2> <ul> <li>Remove <code>setOutput</code> workaround by <a href="https://github.com/crazy-max"><code>@​crazy-max</code></a> (<a href="https://redirect.github.com/crazy-max/ghaction-import-gpg/issues/152">#152</a>)</li> <li>Bump <code>@​actions/core</code> from 1.9.0 to 1.10.0 (<a href="https://redirect.github.com/crazy-max/ghaction-import-gpg/issues/147">#147</a> <a href="https://redirect.github.com/crazy-max/ghaction-import-gpg/issues/151">#151</a>)</li> <li>Bump openpgp from 5.3.1 to 5.5.0 (<a href="https://redirect.github.com/crazy-max/ghaction-import-gpg/issues/149">#149</a>)</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/crazy-max/ghaction-import-gpg/compare/v5.1.0...v5.2.0">https://github.com/crazy-max/ghaction-import-gpg/compare/v5.1.0...v5.2.0</a></p> <h2>v5.1.0</h2> <ul> <li>Bump openpgp from 5.2.1 to 5.3.1 (<a href="https://redirect.github.com/crazy-max/ghaction-import-gpg/issues/145">#145</a>)</li> <li>Bump <code>@​actions/core</code> from 1.6.0 to 1.9.0 (<a href="https://redirect.github.com/crazy-max/ghaction-import-gpg/issues/143">#143</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/crazy-max/ghaction-import-gpg/commit/82a020f1f7f605c65dd2449b392a52c3fcfef7ef"><code>82a020f</code></a> Merge pull request <a href="https://redirect.github.com/crazy-max/ghaction-import-gpg/issues/182">#182</a> from crazy-max/dependabot/github_actions/actions/chec...</li> <li><a href="https://github.com/crazy-max/ghaction-import-gpg/commit/7ad3b9b075d7e4c94cc45f12f73edcc115c64652"><code>7ad3b9b</code></a> Merge pull request <a href="https://redirect.github.com/crazy-max/ghaction-import-gpg/issues/183">#183</a> from crazy-max/update-node20</li> <li><a href="https://github.com/crazy-max/ghaction-import-gpg/commit/40ca14fdc2215474855e51f743cf08683c74be74"><code>40ca14f</code></a> chore: node 20 as default runtime</li> <li><a href="https://github.com/crazy-max/ghaction-import-gpg/commit/418bb95bb7aaf74c1b37823e17f12eb304babae2"><code>418bb95</code></a> chore: update generated content</li> <li><a href="https://github.com/crazy-max/ghaction-import-gpg/commit/ecf7766ee2d646b498860c4d575b59bdb722c031"><code>ecf7766</code></a> chore: update dev dependencies</li> <li><a href="https://github.com/crazy-max/ghaction-import-gpg/commit/d3591c7a658826fcccb9bd6d764b19325adf79d5"><code>d3591c7</code></a> chore: update to node 20</li> <li><a href="https://github.com/crazy-max/ghaction-import-gpg/commit/255def40cc5a37d7d2b8517d2a24ec91c1d3b20b"><code>255def4</code></a> chore: update yarn to 3.6.3</li> <li><a href="https://github.com/crazy-max/ghaction-import-gpg/commit/3a0627944a3bc77987f2860d7434fba20280ffa3"><code>3a06279</code></a> codecov: update config</li> <li><a href="https://github.com/crazy-max/ghaction-import-gpg/commit/c0d46203bf82f5d7efaa4c47ddfff570eb5f7746"><code>c0d4620</code></a> codecov: update config</li> <li><a href="https://github.com/crazy-max/ghaction-import-gpg/commit/f30daee9c1f2eeb76089d0baa4df925f58ce500a"><code>f30daee</code></a> Bump actions/checkout from 3 to 4</li> <li>See full diff in <a href="https://github.com/crazy-max/ghaction-import-gpg/compare/v5...v6">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=crazy-max/ghaction-import-gpg&package-manager=github_actions&previous-version=5&new-version=6)](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>
sschnabe (Migrated from github.com) reviewed 2023-10-01 22:18:40 +02:00
rpahli (Migrated from github.com) reviewed 2023-10-01 22:18:40 +02:00
fabian-schlegel (Migrated from github.com) reviewed 2023-10-01 22:18:40 +02:00
wistefan (Migrated from github.com) reviewed 2023-10-01 22:18:40 +02:00
kokuwaio-bot (Migrated from github.com) approved these changes 2023-10-01 22:18:52 +02: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.

Reference: kokuwaio/micronaut-logging#200
No description provided.