Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dependabot: bump actions/create-release from 1.0.0 to 1.1.4 #3141

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 10, 2023

Bumps actions/create-release from 1.0.0 to 1.1.4.

Release notes

Sourced from actions/create-release's releases.

v1.1.4

This release adds the ability to specify an owner/repo in your inputs to have an action run create releases on a different repository.

v1.1.3

This release includes vendored licenses for this action's npm dependencies.

v1.1.2

Adds the ability to populate the release body from a file. actions/create-release#50

v1.1.1

v1.1.0

  • Add support to v2 to connect to GHES (#70)
  • Bumped acorn (#57) and handlebars (#33) versions

Automate sliding major version number

This is a minor update to make the current release have the latest code from master, and additionally allows for a new automation workflow to execute to automate the sliding of the major (v1, v2, v3, etc) version numbers for ease of referencing

Commits
  • 0cb9c9b Merge pull request #96 from Chocrates/main
  • 8868c04 Add commitish to inputs in README
  • 7c69cb4 Updating readme with new inputs
  • 818a8f0 adding owner/repo options for remote releasing
  • 1e92f6f Merge pull request #86 from thboop/thboop/AddThirdPartyLicenses
  • 653bc6f Update licenses for @​actions npm modules
  • e7b3139 Add Third Party License Information
  • 705dd14 Merge pull request #82 from actions/ci-on-main
  • c068e85 Update ci.yml
  • 89e8dc2 Merge pull request #81 from actions/dependabot/npm_and_yarn/lodash-4.17.19
  • 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 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 [actions/create-release](https://github.com/actions/create-release) from 1.0.0 to 1.1.4.
- [Release notes](https://github.com/actions/create-release/releases)
- [Commits](actions/create-release@v1.0.0...v1.1.4)

---
updated-dependencies:
- dependency-name: actions/create-release
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Aug 10, 2023
@codecov
Copy link

codecov bot commented Aug 10, 2023

Codecov Report

Merging #3141 (a33e5c6) into main (f70931b) will decrease coverage by 0.16%.
The diff coverage is n/a.

@@             Coverage Diff              @@
##               main    #3141      +/-   ##
============================================
- Coverage     62.39%   62.24%   -0.16%     
+ Complexity     3348     3345       -3     
============================================
  Files           254      254              
  Lines         19749    19749              
  Branches       3334     3334              
============================================
- Hits          12323    12293      -30     
- Misses         5792     5828      +36     
+ Partials       1634     1628       -6     

see 4 files with indirect coverage changes

@cwperks cwperks added the backport 2.x backport to 2.x branch label Aug 11, 2023
@willyborankin willyborankin merged commit 554c97a into main Aug 11, 2023
@willyborankin willyborankin deleted the dependabot/github_actions/actions/create-release-1.1.4 branch August 11, 2023 18:41
opensearch-trigger-bot bot pushed a commit that referenced this pull request Aug 11, 2023
Bumps
[actions/create-release](https://github.com/actions/create-release) from
1.0.0 to 1.1.4.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/actions/create-release/releases">actions/create-release's
releases</a>.</em></p>
<blockquote>
<h2>v1.1.4</h2>
<p>This release adds the ability to specify an owner/repo in your inputs
to have an action run create releases on a different repository.</p>
<h2>v1.1.3</h2>
<p>This release includes vendored licenses for this action's npm
dependencies.</p>
<h2>v1.1.2</h2>
<p>Adds the ability to populate the release body from a file. <a
href="https://redirect.github.com/actions/create-release/pull/50">actions/create-release#50</a></p>
<h2>v1.1.1</h2>
<ul>
<li>Release name is now an optional field to match the GitHub API - <a
href="https://redirect.github.com/actions/create-release/pull/75">actions/create-release#75</a></li>
<li>Add <code>commitish</code> param. Useful for targeting a commit or
tag. <a
href="https://redirect.github.com/actions/create-release/pull/32">actions/create-release#32</a></li>
</ul>
<h2>v1.1.0</h2>
<ul>
<li>Add support to v2 to connect to GHES (<a
href="https://redirect.github.com/actions/create-release/issues/70">#70</a>)</li>
<li>Bumped acorn (<a
href="https://redirect.github.com/actions/create-release/issues/57">#57</a>)
and handlebars (<a
href="https://redirect.github.com/actions/create-release/issues/33">#33</a>)
versions</li>
</ul>
<h2>Automate sliding major version number</h2>
<p>This is a minor update to make the current release have the latest
code from master, and additionally allows for a new automation workflow
to execute to automate the sliding of the major (v1, v2, v3, etc)
version numbers for ease of referencing</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/actions/create-release/commit/0cb9c9b65d5d1901c1f53e5e66eaf4afd303e70e"><code>0cb9c9b</code></a>
Merge pull request <a
href="https://redirect.github.com/actions/create-release/issues/96">#96</a>
from Chocrates/main</li>
<li><a
href="https://github.com/actions/create-release/commit/8868c043d3b524cc5bda7bfb5f1c205aee14b8b3"><code>8868c04</code></a>
Add commitish to inputs in README</li>
<li><a
href="https://github.com/actions/create-release/commit/7c69cb4cedc5fa490bc995e2033bea561c245e38"><code>7c69cb4</code></a>
Updating readme with new inputs</li>
<li><a
href="https://github.com/actions/create-release/commit/818a8f069684436c4fea532ca442be86fa6dcfe1"><code>818a8f0</code></a>
adding owner/repo options for remote releasing</li>
<li><a
href="https://github.com/actions/create-release/commit/1e92f6fc665e271a5435631ba00711fdd83d9d27"><code>1e92f6f</code></a>
Merge pull request <a
href="https://redirect.github.com/actions/create-release/issues/86">#86</a>
from thboop/thboop/AddThirdPartyLicenses</li>
<li><a
href="https://github.com/actions/create-release/commit/653bc6fb0229fa545fde680ae5e685ab99822130"><code>653bc6f</code></a>
Update licenses for <a
href="https://github.com/actions"><code>@​actions</code></a> npm
modules</li>
<li><a
href="https://github.com/actions/create-release/commit/e7b3139eb269787c82cec25665a4ccac16073da6"><code>e7b3139</code></a>
Add Third Party License Information</li>
<li><a
href="https://github.com/actions/create-release/commit/705dd14f2cfab478ff3eacb1316cbc3d151ee77e"><code>705dd14</code></a>
Merge pull request <a
href="https://redirect.github.com/actions/create-release/issues/82">#82</a>
from actions/ci-on-main</li>
<li><a
href="https://github.com/actions/create-release/commit/c068e8508ed8873161eb704b5e23b6b6a64ce37e"><code>c068e85</code></a>
Update ci.yml</li>
<li><a
href="https://github.com/actions/create-release/commit/89e8dc236279a907f495cdc4ebff2056b7036b3d"><code>89e8dc2</code></a>
Merge pull request <a
href="https://redirect.github.com/actions/create-release/issues/81">#81</a>
from actions/dependabot/npm_and_yarn/lodash-4.17.19</li>
<li>Additional commits viewable in <a
href="https://github.com/actions/create-release/compare/v1.0.0...v1.1.4">compare
view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=actions/create-release&package-manager=github_actions&previous-version=1.0.0&new-version=1.1.4)](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>
(cherry picked from commit 554c97a)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
cwperks pushed a commit that referenced this pull request Aug 11, 2023
…1.1.4 (#3160)

Backport 554c97a from #3141.

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport 2.x backport to 2.x branch 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.

2 participants