-
dependabot[bot] authored
Bumps the all-github-actions group with 2 updates: [actions/checkout](https://github.com/actions/checkout) and [codecov/codecov-action](https://github.com/codecov/codecov-action). Updates `actions/checkout` from 3 to 4 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/actions/checkout/releases">actions/checkout's releases</a>.</em></p> <blockquote> <h2>v4.0.0</h2> <h2>What's Changed</h2> <ul> <li>Update default runtime to node20 by <a href="https://github.com/takost"><code>@takost</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1436">actions/checkout#1436</a></li> <li>Support fetching without the --progress option by <a href="https://github.com/simonbaird"><code>@simonbaird</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1067">actions/checkout#1067</a></li> <li>Release 4.0.0 by <a href="https://github.com/takost"><code>@takost</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1447">actions/checkout#1447</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/takost"><code>@takost</code></a> made their first contribution in <a href="https://redirect.github.com/actions/checkout/pull/1436">actions/checkout#1436</a></li> <li><a href="https://github.com/simonbaird"><code>@simonbaird</code></a> made their first contribution in <a href="https://redirect.github.com/actions/checkout/pull/1067">actions/checkout#1067</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/actions/checkout/compare/v3...v4.0.0">https://github.com/actions/checkout/compare/v3...v4.0.0</a></p> <h2>v3.6.0</h2> <h2>What's Changed</h2> <ul> <li>Mark test scripts with Bash'isms to be run via Bash by <a href="https://github.com/dscho"><code>@dscho</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1377">actions/checkout#1377</a></li> <li>Add option to fetch tags even if fetch-depth > 0 by <a href="https://github.com/RobertWieczoreck"><code>@RobertWieczoreck</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/579">actions/checkout#579</a></li> <li>Release 3.6.0 by <a href="https://github.com/luketomlinson"><code>@luketomlinson</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1437">actions/checkout#1437</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/RobertWieczoreck"><code>@RobertWieczoreck</code></a> made their first contribution in <a href="https://redirect.github.com/actions/checkout/pull/579">actions/checkout#579</a></li> <li><a href="https://github.com/luketomlinson"><code>@luketomlinson</code></a> made their first contribution in <a href="https://redirect.github.com/actions/checkout/pull/1437">actions/checkout#1437</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/actions/checkout/compare/v3.5.3...v3.6.0">https://github.com/actions/checkout/compare/v3.5.3...v3.6.0</a></p> <h2>v3.5.3</h2> <h2>What's Changed</h2> <ul> <li>Fix: Checkout Issue in self hosted runner due to faulty submodule check-ins by <a href="https://github.com/megamanics"><code>@megamanics</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1196">actions/checkout#1196</a></li> <li>Fix typos found by codespell by <a href="https://github.com/DimitriPapadopoulos"><code>@DimitriPapadopoulos</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1287">actions/checkout#1287</a></li> <li>Add support for sparse checkouts by <a href="https://github.com/dscho"><code>@dscho</code></a> and <a href="https://github.com/dfdez"><code>@dfdez</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1369">actions/checkout#1369</a></li> <li>Release v3.5.3 by <a href="https://github.com/TingluoHuang"><code>@TingluoHuang</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1376">actions/checkout#1376</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/megamanics"><code>@megamanics</code></a> made their first contribution in <a href="https://redirect.github.com/actions/checkout/pull/1196">actions/checkout#1196</a></li> <li><a href="https://github.com/DimitriPapadopoulos"><code>@DimitriPapadopoulos</code></a> made their first contribution in <a href="https://redirect.github.com/actions/checkout/pull/1287">actions/checkout#1287</a></li> <li><a href="https://github.com/dfdez"><code>@dfdez</code></a> made their first contribution in <a href="https://redirect.github.com/actions/checkout/pull/1369">actions/checkout#1369</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/actions/checkout/compare/v3...v3.5.3">https://github.com/actions/checkout/compare/v3...v3.5.3</a></p> <h2>v3.5.2</h2> <h2>What's Changed</h2> <ul> <li>Fix: Use correct API url / endpoint in GHES by <a href="https://github.com/fhammerl"><code>@fhammerl</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1289">actions/checkout#1289</a> based on <a href="https://redirect.github.com/actions/checkout/issues/1286">#1286</a> by <a href="https://github.com/1newsr"><code>@1newsr</code></a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/actions/checkout/compare/v3.5.1...v3.5.2">https://github.com/actions/checkout/compare/v3.5.1...v3.5.2</a></p> <h2>v3.5.1</h2> <h2>What's Changed</h2> <ul> <li>Improve checkout performance on Windows runners by upgrading <code>@actions/github</code> dependency by <a href="https://github.com/BrettDong"><code>@BrettDong</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1246">actions/checkout#1246</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/BrettDong"><code>@BrettDong</code></a> made their first contribution in <a href="https://redirect.github.com/actions/checkout/pull/1246">actions/checkout#1246</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/actions/checkout/commit/11bd71901bbe5b1630ceea73d27597364c9af683"><code>11bd719</code></a> Prepare 4.2.2 Release (<a href="https://redirect.github.com/actions/checkout/issues/1953">#1953</a>)</li> <li><a href="https://github.com/actions/checkout/commit/e3d2460bbb42d7710191569f88069044cfb9d8cf"><code>e3d2460</code></a> Expand unit test coverage (<a href="https://redirect.github.com/actions/checkout/issues/1946">#1946</a>)</li> <li><a href="https://github.com/actions/checkout/commit/163217dfcd28294438ea1c1c149cfaf66eec283e"><code>163217d</code></a> <code>url-helper.ts</code> now leverages well-known environment variables. (<a href="https://redirect.github.com/actions/checkout/issues/1941">#1941</a>)</li> <li><a href="https://github.com/actions/checkout/commit/eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871"><code>eef6144</code></a> Prepare 4.2.1 release (<a href="https://redirect.github.com/actions/checkout/issues/1925">#1925</a>)</li> <li><a href="https://github.com/actions/checkout/commit/6b42224f41ee5dfe5395e27c8b2746f1f9955030"><code>6b42224</code></a> Add workflow file for publishing releases to immutable action package (<a href="https://redirect.github.com/actions/checkout/issues/1919">#1919</a>)</li> <li><a href="https://github.com/actions/checkout/commit/de5a000abf73b6f4965bd1bcdf8f8d94a56ea815"><code>de5a000</code></a> Check out other refs/* by commit if provided, fall back to ref (<a href="https://redirect.github.com/actions/checkout/issues/1924">#1924</a>)</li> <li><a href="https://github.com/actions/checkout/commit/d632683dd7b4114ad314bca15554477dd762a938"><code>d632683</code></a> Prepare 4.2.0 release (<a href="https://redirect.github.com/actions/checkout/issues/1878">#1878</a>)</li> <li><a href="https://github.com/actions/checkout/commit/6d193bf28034eafb982f37bd894289fe649468fc"><code>6d193bf</code></a> Bump braces from 3.0.2 to 3.0.3 (<a href="https://redirect.github.com/actions/checkout/issues/1777">#1777</a>)</li> <li><a href="https://github.com/actions/checkout/commit/db0cee9a514becbbd4a101a5fbbbf47865ee316c"><code>db0cee9</code></a> Bump the minor-npm-dependencies group across 1 directory with 4 updates (<a href="https://redirect.github.com/actions/checkout/issues/1872">#1872</a>)</li> <li><a href="https://github.com/actions/checkout/commit/b6849436894e144dbce29d7d7fda2ae3bf9d8365"><code>b684943</code></a> Add Ref and Commit outputs (<a href="https://redirect.github.com/actions/checkout/issues/1180">#1180</a>)</li> <li>Additional commits viewable in <a href="https://github.com/actions/checkout/compare/v3...v4">compare view</a></li> </ul> </details> <br /> Updates `codecov/codecov-action` from 5.1.1 to 5.3.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/codecov/codecov-action/releases">codecov/codecov-action's releases</a>.</em></p> <blockquote> <h2>v5.3.1</h2> <h2>What's Changed</h2> <ul> <li>fix: add docs and copy over dist by <a href="https://github.com/thomasrockhu-codecov"><code>@thomasrockhu-codecov</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/1752">codecov/codecov-action#1752</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/codecov/codecov-action/compare/v5.3.0...v5.3.1">https://github.com/codecov/codecov-action/compare/v5.3.0...v5.3.1</a></p> <h2>v5.3.0</h2> <h2>What's Changed</h2> <ul> <li>Update README with reqs by <a href="https://github.com/thomasrockhu-codecov"><code>@thomasrockhu-codecov</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/1749">codecov/codecov-action#1749</a></li> <li>chore(release): wrapper -0.1.0 by <a href="https://github.com/codecov-releaser-app"><code>@codecov-releaser-app</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/1750">codecov/codecov-action#1750</a></li> <li>chore(release): 5.3.0 by <a href="https://github.com/thomasrockhu-codecov"><code>@thomasrockhu-codecov</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/1751">codecov/codecov-action#1751</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/codecov/codecov-action/compare/v5.2.0...v5.3.0">https://github.com/codecov/codecov-action/compare/v5.2.0...v5.3.0</a></p> <h2>v5.2.0</h2> <h2>What's Changed</h2> <ul> <li>fix: remove erroneous linebreak in readme by <a href="https://github.com/Vampire"><code>@Vampire</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/1734">codecov/codecov-action#1734</a></li> <li>feat: add disable-telem feature by <a href="https://github.com/thomasrockhu-codecov"><code>@thomasrockhu-codecov</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/1739">codecov/codecov-action#1739</a></li> <li>chore(deps): bump wrapper to 0.0.32 by <a href="https://github.com/thomasrockhu-codecov"><code>@thomasrockhu-codecov</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/1740">codecov/codecov-action#1740</a></li> <li>build(deps): bump actions/upload-artifact from 4.4.3 to 4.6.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/1743">codecov/codecov-action#1743</a></li> <li>build(deps): bump github/codeql-action from 3.27.9 to 3.28.1 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/1742">codecov/codecov-action#1742</a></li> <li>use correct audience when requesting oidc token by <a href="https://github.com/juho9000"><code>@juho9000</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/1744">codecov/codecov-action#1744</a></li> <li>Th/add commands by <a href="https://github.com/thomasrockhu-codecov"><code>@thomasrockhu-codecov</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/1745">codecov/codecov-action#1745</a></li> <li>Fix typo in README by <a href="https://github.com/tserg"><code>@tserg</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/1747">codecov/codecov-action#1747</a></li> <li>chore(release): bump to 5.2.0 by <a href="https://github.com/thomasrockhu-codecov"><code>@thomasrockhu-codecov</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/1748">codecov/codecov-action#1748</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/Vampire"><code>@Vampire</code></a> made their first contribution in <a href="https://redirect.github.com/codecov/codecov-action/pull/1734">codecov/codecov-action#1734</a></li> <li><a href="https://github.com/juho9000"><code>@juho9000</code></a> made their first contribution in <a href="https://redirect.github.com/codecov/codecov-action/pull/1744">codecov/codecov-action#1744</a></li> <li><a href="https://github.com/tserg"><code>@tserg</code></a> made their first contribution in <a href="https://redirect.github.com/codecov/codecov-action/pull/1747">codecov/codecov-action#1747</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/codecov/codecov-action/compare/v5.1.2...v5.2.0">https://github.com/codecov/codecov-action/compare/v5.1.2...v5.2.0</a></p> <h2>v5.1.2</h2> <h2>What's Changed</h2> <ul> <li>build(deps): bump github/codeql-action from 3.27.5 to 3.27.6 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/1717">codecov/codecov-action#1717</a></li> <li>Remove mistake from options table by <a href="https://github.com/Acconut"><code>@Acconut</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/1718">codecov/codecov-action#1718</a></li> <li>build(deps): bump github/codeql-action from 3.27.6 to 3.27.9 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/1722">codecov/codecov-action#1722</a></li> <li>Put quotes around <code>${{ inputs.token }}</code> in <code>action.yml</code> by <a href="https://github.com/jwodder"><code>@jwodder</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/1721">codecov/codecov-action#1721</a></li> <li>chore(release): wrapper-0.0.31 by <a href="https://github.com/codecov-releaser-app"><code>@codecov-releaser-app</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/1723">codecov/codecov-action#1723</a></li> <li>fix: prevent oidc on tokenless due to permissioning by <a href="https://github.com/thomasrockhu-codecov"><code>@thomasrockhu-codecov</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/1724">codecov/codecov-action#1724</a></li> <li>fix: update action script by <a href="https://github.com/thomasrockhu-codecov"><code>@thomasrockhu-codecov</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/1725">codecov/codecov-action#1725</a></li> <li>fix: update statment by <a href="https://github.com/thomasrockhu-codecov"><code>@thomasrockhu-codecov</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/1726">codecov/codecov-action#1726</a></li> <li>chore(release): 5.1.2 by <a href="https://github.com/thomasrockhu-codecov"><code>@thomasrockhu-codecov</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/1727">codecov/codecov-action#1727</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/Acconut"><code>@Acconut</code></a> made their first contribution in <a href="https://redirect.github.com/codecov/codecov-action/pull/1718">codecov/codecov-action#1718</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md">codecov/codecov-action's changelog</a>.</em></p> <blockquote> <h2>v5.3.1</h2> <h3>What's Changed</h3> <p><strong>Full Changelog</strong>: <a href="https://github.com/codecov/codecov-action/compare/v5.3.0..v5.3.1">https://github.com/codecov/codecov-action/compare/v5.3.0..v5.3.1</a></p> <h2>v5.3.0</h2> <h3>What's Changed</h3> <p><strong>Full Changelog</strong>: <a href="https://github.com/codecov/codecov-action/compare/v5.2.0..v5.3.0">https://github.com/codecov/codecov-action/compare/v5.2.0..v5.3.0</a></p> <h2>v5.2.0</h2> <h3>What's Changed</h3> <ul> <li>Fix typo in README by <a href="https://github.com/tserg"><code>@tserg</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/1747">codecov/codecov-action#1747</a></li> <li>Th/add commands by <a href="https://github.com/thomasrockhu-codecov"><code>@thomasrockhu-codecov</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/1745">codecov/codecov-action#1745</a></li> <li>use correct audience when requesting oidc token by <a href="https://github.com/juho9000"><code>@juho9000</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/1744">codecov/codecov-action#1744</a></li> <li>build(deps): bump github/codeql-action from 3.27.9 to 3.28.1 by <code>@app/dependabot</code> in <a href="https://redirect.github.com/codecov/codecov-action/pull/1742">codecov/codecov-action#1742</a></li> <li>build(deps): bump actions/upload-artifact from 4.4.3 to 4.6.0 by <code>@app/dependabot</code> in <a href="https://redirect.github.com/codecov/codecov-action/pull/1743">codecov/codecov-action#1743</a></li> <li>chore(deps): bump wrapper to 0.0.32 by <a href="https://github.com/thomasrockhu-codecov"><code>@thomasrockhu-codecov</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/1740">codecov/codecov-action#1740</a></li> <li>feat: add disable-telem feature by <a href="https://github.com/thomasrockhu-codecov"><code>@thomasrockhu-codecov</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/1739">codecov/codecov-action#1739</a></li> <li>fix: remove erroneous linebreak in readme by <a href="https://github.com/Vampire"><code>@Vampire</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/1734">codecov/codecov-action#1734</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/codecov/codecov-action/compare/v5.1.2..v5.2.0">https://github.com/codecov/codecov-action/compare/v5.1.2..v5.2.0</a></p> <h2>v5.1.2</h2> <h3>What's Changed</h3> <ul> <li>fix: update statment by <a href="https://github.com/thomasrockhu-codecov"><code>@thomasrockhu-codecov</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/1726">codecov/codecov-action#1726</a></li> <li>fix: update action script by <a href="https://github.com/thomasrockhu-codecov"><code>@thomasrockhu-codecov</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/1725">codecov/codecov-action#1725</a></li> <li>fix: prevent oidc on tokenless due to permissioning by <a href="https://github.com/thomasrockhu-codecov"><code>@thomasrockhu-codecov</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/1724">codecov/codecov-action#1724</a></li> <li>chore(release): wrapper-0.0.31 by <code>@app/codecov-releaser-app</code> in <a href="https://redirect.github.com/codecov/codecov-action/pull/1723">codecov/codecov-action#1723</a></li> <li>Put quotes around <code>${{ inputs.token }}</code> in <code>action.yml</code> by <a href="https://github.com/jwodder"><code>@jwodder</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/1721">codecov/codecov-action#1721</a></li> <li>build(deps): bump github/codeql-action from 3.27.6 to 3.27.9 by <code>@app/dependabot</code> in <a href="https://redirect.github.com/codecov/codecov-action/pull/1722">codecov/codecov-action#1722</a></li> <li>Remove mistake from options table by <a href="https://github.com/Acconut"><code>@Acconut</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/1718">codecov/codecov-action#1718</a></li> <li>build(deps): bump github/codeql-action from 3.27.5 to 3.27.6 by <code>@app/dependabot</code> in <a href="https://redirect.github.com/codecov/codecov-action/pull/1717">codecov/codecov-action#1717</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/codecov/codecov-action/compare/v5.1.1..v5.1.2">https://github.com/codecov/codecov-action/compare/v5.1.1..v5.1.2</a></p> <h2>v5.1.1</h2> <h3>What's Changed</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/codecov/codecov-action/commit/13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3"><code>13ce06b</code></a> chore(release): bump to 5.3.1</li> <li><a href="https://github.com/codecov/codecov-action/commit/3e260409808a9d6e480e7d31aed41224fbcbf201"><code>3e26040</code></a> fix: add docs and copy over dist (<a href="https://redirect.github.com/codecov/codecov-action/issues/1752">#1752</a>)</li> <li><a href="https://github.com/codecov/codecov-action/commit/0da7aa657d958d32c117fc47e1f977e7524753c7"><code>0da7aa6</code></a> chore(release): 5.3.0 (<a href="https://redirect.github.com/codecov/codecov-action/issues/1751">#1751</a>)</li> <li><a href="https://github.com/codecov/codecov-action/commit/1ca7ce65df9d8b02c16d05c1749d031b9b0627b4"><code>1ca7ce6</code></a> chore(release): wrapper -0.1.0 (<a href="https://redirect.github.com/codecov/codecov-action/issues/1750">#1750</a>)</li> <li><a href="https://github.com/codecov/codecov-action/commit/65baa5fcb69d85c3bba6323fd1fbc7598857b44f"><code>65baa5f</code></a> Update README with reqs (<a href="https://redirect.github.com/codecov/codecov-action/issues/1749">#1749</a>)</li> <li><a href="https://github.com/codecov/codecov-action/commit/5a605bd92782ce0810fa3b8acc235c921b497052"><code>5a605bd</code></a> chore(release): bump to 5.2.0 (<a href="https://redirect.github.com/codecov/codecov-action/issues/1748">#1748</a>)</li> <li><a href="https://github.com/codecov/codecov-action/commit/5825942583afb2414b3c7097ffae795c7cb4c042"><code>5825942</code></a> Fix typo in README (<a href="https://redirect.github.com/codecov/codecov-action/issues/1747">#1747</a>)</li> <li><a href="https://github.com/codecov/codecov-action/commit/b1a63834ce744b09ffd721206f6874b967bd8a07"><code>b1a6383</code></a> Th/add commands (<a href="https://redirect.github.com/codecov/codecov-action/issues/1745">#1745</a>)</li> <li><a href="https://github.com/codecov/codecov-action/commit/6c5b693a58b15cefda3a7403bf51de71c223ef00"><code>6c5b693</code></a> use correct audience when requesting oidc token (<a href="https://redirect.github.com/codecov/codecov-action/issues/1744">#1744</a>)</li> <li><a href="https://github.com/codecov/codecov-action/commit/ad45165bd4a83d2b1f3765391b25169a62face76"><code>ad45165</code></a> build(deps): bump github/codeql-action from 3.27.9 to 3.28.1 (<a href="https://redirect.github.com/codecov/codecov-action/issues/1742">#1742</a>)</li> <li>Additional commits viewable in <a href="https://github.com/codecov/codecov-action/compare/7f8b4b4bde536c465e797be725718b88c5d95e0e...13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3 ">compare view</a></li> </ul> </details> <br /> <details> <summary>Most Recent Ignore Conditions Applied to This Pull Request</summary> | Dependency Name | Ignore Conditions | | --- | --- | | codecov/codecov-action | [>= 5.0.7.a, < 5.0.8] | </details> 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] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>