Skip to content

Commit 8f21d39

Browse files
ci: bump the actions group with 2 updates (#213)
Bumps the actions group with 2 updates: [hynek/build-and-inspect-python-package](https://github.com/hynek/build-and-inspect-python-package) and [svenstaro/upload-release-action](https://github.com/svenstaro/upload-release-action). Updates `hynek/build-and-inspect-python-package` from 2.12.0 to 2.13.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/hynek/build-and-inspect-python-package/releases">hynek/build-and-inspect-python-package's releases</a>.</em></p> <blockquote> <h2>v2.13.0</h2> <h3>Added</h3> <ul> <li> <p>New output: <code>package_name</code> is the name of the built package as stored in metadata. <a href="https://redirect.github.com/hynek/build-and-inspect-python-package/pull/162">#162</a></p> </li> <li> <p>The package name is now part of the action summary which is helpful when you build more than one package from a repository. <a href="https://redirect.github.com/hynek/build-and-inspect-python-package/pull/169">#169</a></p> </li> </ul> <h3>Changed</h3> <ul> <li> <p>All GitHub actions are now pinned to exact hashes for better reproducibility and mild security improvements.</p> <p>Since chosen prefix SHA-1 hash collision attacks <a href="https://eprint.iacr.org/2020/014.pdf">exist</a>, this is but security theater against serious attackers.</p> </li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/hynek/build-and-inspect-python-package/blob/main/CHANGELOG.md">hynek/build-and-inspect-python-package's changelog</a>.</em></p> <blockquote> <h1>Changelog</h1> <p>All notable changes to this project will be documented in this file.</p> <p>The format is based on <a href="https://keepachangelog.com/en/1.0.0/">Keep a Changelog</a>, and this project adheres to <a href="https://semver.org/spec/v2.0.0.html">Semantic Versioning</a>.</p> <h2><a href="https://github.com/hynek/build-and-inspect-python-package/compare/v2.13.0...main">Unreleased</a></h2> <h2><a href="https://github.com/hynek/build-and-inspect-python-package/compare/v2.12.0...2.13.0">2.13.0</a></h2> <h3>Added</h3> <ul> <li> <p>New output: <code>package_name</code> is the name of the built package as stored in metadata. <a href="https://redirect.github.com/hynek/build-and-inspect-python-package/pull/162">#162</a></p> </li> <li> <p>The package name is now part of the action summary which is helpful when you build more than one package from a repository. <a href="https://redirect.github.com/hynek/build-and-inspect-python-package/pull/169">#169</a></p> </li> </ul> <h3>Changed</h3> <ul> <li>All GitHub actions are now pinned to exact hashes for better reproducibility and mild security improvements[^st].</li> </ul> <p>[^st]: Chosen prefix SHA-1 hash collision attacks <a href="https://eprint.iacr.org/2020/014.pdf">exist</a>. Against serious attackers, this is but security theater.</p> <h2><a href="https://github.com/hynek/build-and-inspect-python-package/compare/v2.11.0...v2.12.0">2.12.0</a></h2> <h3>Changed</h3> <ul> <li>This release only updates the tools we use. It's important for being able to handle packaging metadata 2.4, as published by recent versions of Hatchling, though. <a href="https://redirect.github.com/hynek/build-and-inspect-python-package/pull/161">#161</a></li> </ul> <h2><a href="https://github.com/hynek/build-and-inspect-python-package/compare/v2.10.0...v2.11.0">2.11.0</a></h2> <h3>Added</h3> <ul> <li>New output: <code>package_version</code> is the version of the package that was built. <a href="https://redirect.github.com/hynek/build-and-inspect-python-package/pull/152">#152</a></li> </ul> <h2><a href="https://github.com/hynek/build-and-inspect-python-package/compare/v2.9.0...2.10.0">2.10.0</a></h2> <h3>Changed</h3> <ul> <li>Remove <code>.gitignore</code> from the build target directory to avoid <a href="https://github.com/hynek/svcs/attestations/2821122">silly attestations</a>.</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/hynek/build-and-inspect-python-package/commit/c52c3a4710070b50470d903818a7b25115dcd076"><code>c52c3a4</code></a> v2.13.0</li> <li><a href="https://github.com/hynek/build-and-inspect-python-package/commit/3b7844e33dd93f56bf6ea6a05cdd62bf89bbb73a"><code>3b7844e</code></a> Automated dependency upgrades (<a href="https://redirect.github.com/hynek/build-and-inspect-python-package/issues/170">#170</a>)</li> <li><a href="https://github.com/hynek/build-and-inspect-python-package/commit/6e44b71e77bc75b61bc8b65a1f8249637351332b"><code>6e44b71</code></a> Make package name part of contents header (<a href="https://redirect.github.com/hynek/build-and-inspect-python-package/issues/169">#169</a>)</li> <li><a href="https://github.com/hynek/build-and-inspect-python-package/commit/296c43280749a6877648d64899fa4e729d58c2b4"><code>296c432</code></a> Add changelog for <a href="https://redirect.github.com/hynek/build-and-inspect-python-package/issues/162">#162</a></li> <li><a href="https://github.com/hynek/build-and-inspect-python-package/commit/62f7d4c5acebc640850c7be5a6604b3121ea9c5a"><code>62f7d4c</code></a> Output the package name (<a href="https://redirect.github.com/hynek/build-and-inspect-python-package/issues/162">#162</a>)</li> <li><a href="https://github.com/hynek/build-and-inspect-python-package/commit/8fe98a6d36e74e429839a0f66705ff66eaf8508f"><code>8fe98a6</code></a> doc: fix typo</li> <li><a href="https://github.com/hynek/build-and-inspect-python-package/commit/8913d5995fa4e8d91f8f6e3bfc3a6ea93a2f7add"><code>8913d59</code></a> Automated dependency upgrades (<a href="https://redirect.github.com/hynek/build-and-inspect-python-package/issues/168">#168</a>)</li> <li><a href="https://github.com/hynek/build-and-inspect-python-package/commit/0e544fa476bb2294dc7e58299601b672a92ca5cd"><code>0e544fa</code></a> Document hard pins</li> <li><a href="https://github.com/hynek/build-and-inspect-python-package/commit/970d68513b506d086fb08d1f8b4b2c293b8b4237"><code>970d685</code></a> Hard-pin dependencies for better reproducability</li> <li><a href="https://github.com/hynek/build-and-inspect-python-package/commit/ce3cfd0d55922dfb29d3153f789cbbe05ebfca45"><code>ce3cfd0</code></a> Automated dependency upgrades (<a href="https://redirect.github.com/hynek/build-and-inspect-python-package/issues/167">#167</a>)</li> <li>Additional commits viewable in <a href="https://github.com/hynek/build-and-inspect-python-package/compare/b5076c307dc91924a82ad150cdd1533b444d3310...c52c3a4710070b50470d903818a7b25115dcd076">compare view</a></li> </ul> </details> <br /> Updates `svenstaro/upload-release-action` from 2.9.0 to 2.10.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/svenstaro/upload-release-action/releases">svenstaro/upload-release-action's releases</a>.</em></p> <blockquote> <h2>2.10.0</h2> <p>Adds the ability to disable duplicate check, for lower Github API usage - <a href="https://redirect.github.com/svenstaro/upload-release-action/pull/142">#142</a> (thanks <a href="https://github.com/colinsullivan"><code>@​colinsullivan</code></a>)</p> <h2>2.9.1</h2> <p>Fixed development + CI, updated dependencies - <a href="https://redirect.github.com/svenstaro/upload-release-action/pull/137">#137</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/svenstaro/upload-release-action/blob/master/CHANGELOG.md">svenstaro/upload-release-action's changelog</a>.</em></p> <blockquote> <h1>Changelog</h1> <h2>[2.10.0] - 2025-06-21</h2> <ul> <li>Adds the ability to disable duplicate check, for lower Github API usage - <a href="https://redirect.github.com/svenstaro/upload-release-action/pull/142">#142</a> (thanks <a href="https://github.com/colinsullivan"><code>@​colinsullivan</code></a>)</li> </ul> <h2>[2.9.1] - 2025-06-21</h2> <ul> <li>Fixed development + CI, updated dependencies <a href="https://redirect.github.com/svenstaro/upload-release-action/pull/137">#137</a></li> </ul> <h2>[2.9.0] - 2024-02-22</h2> <ul> <li>Allow setting a release as draft <a href="https://redirect.github.com/svenstaro/upload-release-action/pull/112">#112</a> (thanks <a href="https://github.com/ShonP40"><code>@​ShonP40</code></a>)</li> </ul> <h2>[2.8.0] - 2024-02-21</h2> <ul> <li>Bump all deps</li> <li>Update to node 20</li> </ul> <h2>[2.7.0] - 2023-07-28</h2> <ul> <li>Allow setting an explicit target_commitish <a href="https://redirect.github.com/svenstaro/upload-release-action/pull/46">#46</a> (thanks <a href="https://github.com/Spikatrix"><code>@​Spikatrix</code></a>)</li> </ul> <h2>[2.6.1] - 2023-05-31</h2> <ul> <li>Do not overwrite body or name if empty <a href="https://redirect.github.com/svenstaro/upload-release-action/pull/108">#108</a> (thanks <a href="https://github.com/regevbr"><code>@​regevbr</code></a>)</li> </ul> <h2>[2.6.0] - 2023-05-23</h2> <ul> <li>Add <code>make_latest</code> input parameter. Can be set to <code>false</code> to prevent the created release from being marked as the latest release for the repository <a href="https://redirect.github.com/svenstaro/upload-release-action/pull/100">#100</a> (thanks <a href="https://github.com/brandonkelly"><code>@​brandonkelly</code></a>)</li> <li>Don't try to upload empty files <a href="https://redirect.github.com/svenstaro/upload-release-action/pull/102">#102</a> (thanks <a href="https://github.com/Loyalsoldier"><code>@​Loyalsoldier</code></a>)</li> <li>Bump all deps <a href="https://redirect.github.com/svenstaro/upload-release-action/pull/105">#105</a></li> <li><code>overwrite</code> option also overwrites name and body <a href="https://redirect.github.com/svenstaro/upload-release-action/pull/106">#106</a> (thanks <a href="https://github.com/regevbr"><code>@​regevbr</code></a>)</li> <li>Add <code>promote</code> option to allow prereleases to be promoted <a href="https://redirect.github.com/svenstaro/upload-release-action/pull/74">#74</a> (thanks <a href="https://github.com/regevbr"><code>@​regevbr</code></a>)</li> </ul> <h2>[2.5.0] - 2023-02-21</h2> <ul> <li>Add retry to upload release <a href="https://redirect.github.com/svenstaro/upload-release-action/pull/96">#96</a> (thanks <a href="https://github.com/sonphantrung"><code>@​sonphantrung</code></a>)</li> </ul> <h2>[2.4.1] - 2023-02-01</h2> <ul> <li>Modernize octokit usage</li> </ul> <h2>[2.4.0] - 2023-01-09</h2> <ul> <li>Update to node 16</li> <li>Bump most dependencies</li> </ul> <h2>[2.3.0] - 2022-06-05</h2> <ul> <li>Now defaults <code>repo_token</code> to <code>${{ github.token }}</code> and <code>tag</code> to <code>${{ github.ref }}</code> <a href="https://redirect.github.com/svenstaro/upload-release-action/pull/69">#69</a> (thanks <a href="https://github.com/leighmcculloch"><code>@​leighmcculloch</code></a>)</li> </ul> <h2>[2.2.1] - 2020-12-16</h2> <ul> <li>Added support for the GitHub pagination API for repositories with many releases <a href="https://redirect.github.com/svenstaro/upload-release-action/pull/36">#36</a> (thanks <a href="https://github.com/djpohly"><code>@​djpohly</code></a>)</li> </ul> <h2>[2.2.0] - 2020-10-07</h2> <ul> <li>Add support for ceating a new release in a foreign repository <a href="https://redirect.github.com/svenstaro/upload-release-action/pull/25">#25</a> (thanks <a href="https://github.com/kittaakos"><code>@​kittaakos</code></a>)</li> <li>Upgrade all deps</li> </ul> <h2>[2.1.1] - 2020-09-25</h2> <ul> <li>Fix <code>release_name</code> option <a href="https://redirect.github.com/svenstaro/upload-release-action/pull/27">#27</a> (thanks <a href="https://github.com/kittaakos"><code>@​kittaakos</code></a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/svenstaro/upload-release-action/commit/ebd922b779f285dafcac6410a0710daee9c12b82"><code>ebd922b</code></a> 2.10.0</li> <li><a href="https://github.com/svenstaro/upload-release-action/commit/bddccc18cfac7bbaa403a701360d6d9d619cb3a3"><code>bddccc1</code></a> E2E tests: Add failure scenario testing for uploading the same file twice (<a href="https://redirect.github.com/svenstaro/upload-release-action/issues/143">#143</a>)</li> <li><a href="https://github.com/svenstaro/upload-release-action/commit/d5dd839297d83842c0420ccde922cecc256e01b5"><code>d5dd839</code></a> Adds the ability to disable duplicate check (<a href="https://redirect.github.com/svenstaro/upload-release-action/issues/142">#142</a>)</li> <li><a href="https://github.com/svenstaro/upload-release-action/commit/2227fb81717dbed27b19fa3d525eaf2ebdd1a9da"><code>2227fb8</code></a> 2.9.1</li> <li><a href="https://github.com/svenstaro/upload-release-action/commit/579598097387d64dfa4da7f4bb38c3bb7f8395c5"><code>5795980</code></a> Code cleanup (<a href="https://redirect.github.com/svenstaro/upload-release-action/issues/141">#141</a>)</li> <li><a href="https://github.com/svenstaro/upload-release-action/commit/b854e89156b41b600d18119c7f3678c284ac595a"><code>b854e89</code></a> Add clarification regarding contents permissions</li> <li><a href="https://github.com/svenstaro/upload-release-action/commit/1e49097a23d92f353f75aedf36c7fad15baf441c"><code>1e49097</code></a> readme: bump examples to checkout@v4 (<a href="https://redirect.github.com/svenstaro/upload-release-action/issues/140">#140</a>)</li> <li><a href="https://github.com/svenstaro/upload-release-action/commit/7f51c7a2e63d964c6f34d1262254aba89fb49513"><code>7f51c7a</code></a> readme: fix build badge (<a href="https://redirect.github.com/svenstaro/upload-release-action/issues/139">#139</a>)</li> <li><a href="https://github.com/svenstaro/upload-release-action/commit/ed182a6f58a436c53b18c8b0c54617a40fc16717"><code>ed182a6</code></a> Separate build and e2e test, since the tests can only run on push and not on ...</li> <li><a href="https://github.com/svenstaro/upload-release-action/commit/7a203f99d2c970d182b6ad1a206baab40f438aee"><code>7a203f9</code></a> Pass &quot;npm run all&quot;, locally + in CI (<a href="https://redirect.github.com/svenstaro/upload-release-action/issues/137">#137</a>)</li> <li>Additional commits viewable in <a href="https://github.com/svenstaro/upload-release-action/compare/04733e069f2d7f7f0b4aebc4fbdbce8613b03ccd...ebd922b779f285dafcac6410a0710daee9c12b82">compare view</a></li> </ul> </details> <br /> 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 <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0cdc129 commit 8f21d39

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
version: ${{ steps.baipp.outputs.package_version }}
1212
steps:
1313
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
14-
- uses: hynek/build-and-inspect-python-package@b5076c307dc91924a82ad150cdd1533b444d3310 # v2.12.0
14+
- uses: hynek/build-and-inspect-python-package@c52c3a4710070b50470d903818a7b25115dcd076 # v2.13.0
1515
id: baipp
1616

1717
publish:
@@ -32,7 +32,7 @@ jobs:
3232
with:
3333
name: Packages
3434
path: dist
35-
- uses: svenstaro/upload-release-action@04733e069f2d7f7f0b4aebc4fbdbce8613b03ccd # 2.9.0
35+
- uses: svenstaro/upload-release-action@ebd922b779f285dafcac6410a0710daee9c12b82 # 2.10.0
3636
with:
3737
file: dist/*.whl
3838
tag: ${{ github.ref }}

0 commit comments

Comments
 (0)