1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-10-30 23:58:09 +02:00

7181 Commits

Author SHA1 Message Date
actions-user
23b03dad31 chore: auto-update generated files nightly 2025-10-24 18:28:16 +00:00
actions-user
4e31283a63 chore: auto-update generated files 2025-10-24 17:45:39 +00:00
Carlos Alexandro Becker
e993642bd6 ci: lint timeout
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
v2.12.7
2025-10-24 13:40:16 -03:00
Carlos Alexandro Becker
43ca803226 ci: lint timeout
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2025-10-24 11:46:53 -03:00
dependabot[bot]
b844fef337 ci(deps): bump the actions group across 1 directory with 6 updates (#6207)
Bumps the actions group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
|
[cargo-bins/cargo-binstall](https://github.com/cargo-bins/cargo-binstall)
| `1.15.7` | `1.15.8` |
| [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) | `7.1.0`
| `7.1.1` |
| [anchore/sbom-action](https://github.com/anchore/sbom-action) |
`0.20.8` | `0.20.9` |
| [github/codeql-action](https://github.com/github/codeql-action) |
`4.30.8` | `4.30.9` |
| [anchore/scan-action](https://github.com/anchore/scan-action) |
`7.0.2` | `7.1.0` |
| [github/ai-moderator](https://github.com/github/ai-moderator) |
`1.1.2` | `1.1.3` |


Updates `cargo-bins/cargo-binstall` from 1.15.7 to 1.15.8
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/cargo-bins/cargo-binstall/releases">cargo-bins/cargo-binstall's
releases</a>.</em></p>
<blockquote>
<h2>v1.15.8</h2>
<p><em>Binstall is a tool to fetch and install Rust-based executables as
binaries. It aims to be a drop-in replacement for <code>cargo
install</code> in most cases. Install it today with <code>cargo install
cargo-binstall</code>, from the binaries below, or if you already have
it, upgrade with <code>cargo binstall cargo-binstall</code>.</em></p>
<h4>In this release:</h4>
<ul>
<li>Upgrade dependencies</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="ae3bd54088"><code>ae3bd54</code></a>
release: cargo-binstall v1.15.8 (<a
href="https://redirect.github.com/cargo-bins/cargo-binstall/issues/2339">#2339</a>)</li>
<li><a
href="0ebd7239d8"><code>0ebd723</code></a>
chore: release (<a
href="https://redirect.github.com/cargo-bins/cargo-binstall/issues/2333">#2333</a>)</li>
<li><a
href="3a3ff67817"><code>3a3ff67</code></a>
dep: Upgrade transitive dependencies (<a
href="https://redirect.github.com/cargo-bins/cargo-binstall/issues/2338">#2338</a>)</li>
<li><a
href="7a7897f5ac"><code>7a7897f</code></a>
perf(ci,windows): speed up powershell performance (<a
href="https://redirect.github.com/cargo-bins/cargo-binstall/issues/2336">#2336</a>)</li>
<li><a
href="57881e77f8"><code>57881e7</code></a>
chore(lints): introduce typos-cli config in <code>Cargo.toml</code> and
handle typos (<a
href="https://redirect.github.com/cargo-bins/cargo-binstall/issues/2">#2</a>...</li>
<li><a
href="9d7ac8e74b"><code>9d7ac8e</code></a>
build(deps): bump rc-zip-sync from 4.3.1 to 4.3.2 in the deps group (<a
href="https://redirect.github.com/cargo-bins/cargo-binstall/issues/2334">#2334</a>)</li>
<li><a
href="9714db795d"><code>9714db7</code></a>
dep: Upgrade transitive dependencies (<a
href="https://redirect.github.com/cargo-bins/cargo-binstall/issues/2332">#2332</a>)</li>
<li>See full diff in <a
href="a66119fbb1...ae3bd54088">compare
view</a></li>
</ul>
</details>
<br />

Updates `astral-sh/setup-uv` from 7.1.0 to 7.1.1
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/astral-sh/setup-uv/releases">astral-sh/setup-uv's
releases</a>.</em></p>
<blockquote>
<h2>v7.1.1 🌈 Fix empty workdir detection and lowest resolution
strategy</h2>
<h2>Changes</h2>
<p>This release fixes a bug where the <code>working-directory</code>
input was not used to detect an empty work dir. It also fixes the
<code>lowest</code> resolution strategy resolving to latest when only a
lower bound was specified.</p>
<p>Special thanks to <a
href="https://github.com/tpgillam"><code>@​tpgillam</code></a> for the
first contribution!</p>
<h2>🐛 Bug fixes</h2>
<ul>
<li>Fix &quot;lowest&quot; resolution strategy with lower-bound only <a
href="https://github.com/tpgillam"><code>@​tpgillam</code></a> (<a
href="https://redirect.github.com/astral-sh/setup-uv/issues/649">#649</a>)</li>
<li>Use working-directory to detect empty workdir <a
href="https://github.com/eifinger"><code>@​eifinger</code></a> (<a
href="https://redirect.github.com/astral-sh/setup-uv/issues/645">#645</a>)</li>
</ul>
<h2>🧰 Maintenance</h2>
<ul>
<li>chore: update known checksums for 0.9.4 @<a
href="https://github.com/apps/github-actions">github-actions[bot]</a>
(<a
href="https://redirect.github.com/astral-sh/setup-uv/issues/651">#651</a>)</li>
<li>chore: update known checksums for 0.9.3 @<a
href="https://github.com/apps/github-actions">github-actions[bot]</a>
(<a
href="https://redirect.github.com/astral-sh/setup-uv/issues/644">#644</a>)</li>
</ul>
<h2>📚 Documentation</h2>
<ul>
<li>Change version in docs to v7 <a
href="https://github.com/eifinger"><code>@​eifinger</code></a> (<a
href="https://redirect.github.com/astral-sh/setup-uv/issues/647">#647</a>)</li>
</ul>
<h2>⬆️ Dependency updates</h2>
<ul>
<li>Bump github/codeql-action from 4.30.7 to 4.30.8 @<a
href="https://github.com/apps/dependabot">dependabot[bot]</a> (<a
href="https://redirect.github.com/astral-sh/setup-uv/issues/639">#639</a>)</li>
<li>Bump actions/setup-node from 5.0.0 to 6.0.0 @<a
href="https://github.com/apps/dependabot">dependabot[bot]</a> (<a
href="https://redirect.github.com/astral-sh/setup-uv/issues/641">#641</a>)</li>
<li>Bump eifinger/actionlint-action from 1.9.1 to 1.9.2 @<a
href="https://github.com/apps/dependabot">dependabot[bot]</a> (<a
href="https://redirect.github.com/astral-sh/setup-uv/issues/634">#634</a>)</li>
<li>Update lockfile with latest npm <a
href="https://github.com/eifinger"><code>@​eifinger</code></a> (<a
href="https://redirect.github.com/astral-sh/setup-uv/issues/636">#636</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="2ddd2b9cb3"><code>2ddd2b9</code></a>
chore: update known checksums for 0.9.4 (<a
href="https://redirect.github.com/astral-sh/setup-uv/issues/651">#651</a>)</li>
<li><a
href="b7bf78939d"><code>b7bf789</code></a>
Fix &quot;lowest&quot; resolution strategy with lower-bound only (<a
href="https://redirect.github.com/astral-sh/setup-uv/issues/649">#649</a>)</li>
<li><a
href="cb6c0a53d9"><code>cb6c0a5</code></a>
Change version in docs to v7 (<a
href="https://redirect.github.com/astral-sh/setup-uv/issues/647">#647</a>)</li>
<li><a
href="dffc6292f2"><code>dffc629</code></a>
Use working-directory to detect empty workdir (<a
href="https://redirect.github.com/astral-sh/setup-uv/issues/645">#645</a>)</li>
<li><a
href="6e346e1653"><code>6e346e1</code></a>
chore: update known checksums for 0.9.3 (<a
href="https://redirect.github.com/astral-sh/setup-uv/issues/644">#644</a>)</li>
<li><a
href="3ccd0fd498"><code>3ccd0fd</code></a>
Bump github/codeql-action from 4.30.7 to 4.30.8 (<a
href="https://redirect.github.com/astral-sh/setup-uv/issues/639">#639</a>)</li>
<li><a
href="ce6dbd84e1"><code>ce6dbd8</code></a>
Bump actions/setup-node from 5.0.0 to 6.0.0 (<a
href="https://redirect.github.com/astral-sh/setup-uv/issues/641">#641</a>)</li>
<li><a
href="2382069a66"><code>2382069</code></a>
Bump eifinger/actionlint-action from 1.9.1 to 1.9.2 (<a
href="https://redirect.github.com/astral-sh/setup-uv/issues/634">#634</a>)</li>
<li><a
href="b1daf91f4e"><code>b1daf91</code></a>
Update lockfile with latest npm (<a
href="https://redirect.github.com/astral-sh/setup-uv/issues/636">#636</a>)</li>
<li>See full diff in <a
href="3259c6206f...2ddd2b9cb3">compare
view</a></li>
</ul>
</details>
<br />

Updates `anchore/sbom-action` from 0.20.8 to 0.20.9
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/anchore/sbom-action/releases">anchore/sbom-action's
releases</a>.</em></p>
<blockquote>
<h2>v0.20.9</h2>
<h2>Changes in v0.20.9</h2>
<ul>
<li>chore(deps): update Syft to v1.36.0 (<a
href="https://redirect.github.com/anchore/sbom-action/issues/546">#546</a>)
[[<a
href="https://github.com/apps/anchore-actions-token-generator">anchore-actions-token-generator[bot]</a>](<a
href="https://github.com/%5Banchore-actions-token-generator%5Bbot%5D%5D(https://github.com/apps/anchore-actions-token-generator))%5D">https://github.com/[anchore-actions-token-generator[bot]](https://github.com/apps/anchore-actions-token-generator))]</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="8e94d75ddd"><code>8e94d75</code></a>
chore(deps): update Syft to v1.36.0 (<a
href="https://redirect.github.com/anchore/sbom-action/issues/546">#546</a>)</li>
<li>See full diff in <a
href="aa0e114b2e...8e94d75ddd">compare
view</a></li>
</ul>
</details>
<br />

Updates `github/codeql-action` from 4.30.8 to 4.30.9
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/github/codeql-action/releases">github/codeql-action's
releases</a>.</em></p>
<blockquote>
<h2>v4.30.9</h2>
<h1>CodeQL Action Changelog</h1>
<p>See the <a
href="https://github.com/github/codeql-action/releases">releases
page</a> for the relevant changes to the CodeQL CLI and language
packs.</p>
<h2>4.30.9 - 17 Oct 2025</h2>
<ul>
<li>Update default CodeQL bundle version to 2.23.3. <a
href="https://redirect.github.com/github/codeql-action/pull/3205">#3205</a></li>
<li>Experimental: A new <code>setup-codeql</code> action has been added
which is similar to <code>init</code>, except it only installs the
CodeQL CLI and does not initialize a database. Do not use this in
production as it is part of an internal experiment and subject to change
at any time. <a
href="https://redirect.github.com/github/codeql-action/pull/3204">#3204</a></li>
</ul>
<p>See the full <a
href="https://github.com/github/codeql-action/blob/v4.30.9/CHANGELOG.md">CHANGELOG.md</a>
for more information.</p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/github/codeql-action/blob/main/CHANGELOG.md">github/codeql-action's
changelog</a>.</em></p>
<blockquote>
<h1>CodeQL Action Changelog</h1>
<p>See the <a
href="https://github.com/github/codeql-action/releases">releases
page</a> for the relevant changes to the CodeQL CLI and language
packs.</p>
<h2>[UNRELEASED]</h2>
<p>No user facing changes.</p>
<h2>4.30.9 - 17 Oct 2025</h2>
<ul>
<li>Update default CodeQL bundle version to 2.23.3. <a
href="https://redirect.github.com/github/codeql-action/pull/3205">#3205</a></li>
<li>Experimental: A new <code>setup-codeql</code> action has been added
which is similar to <code>init</code>, except it only installs the
CodeQL CLI and does not initialize a database. Do not use this in
production as it is part of an internal experiment and subject to change
at any time. <a
href="https://redirect.github.com/github/codeql-action/pull/3204">#3204</a></li>
</ul>
<h2>4.30.8 - 10 Oct 2025</h2>
<p>No user facing changes.</p>
<h2>4.30.7 - 06 Oct 2025</h2>
<ul>
<li>[v4+ only] The CodeQL Action now runs on Node.js v24. <a
href="https://redirect.github.com/github/codeql-action/pull/3169">#3169</a></li>
</ul>
<h2>3.30.6 - 02 Oct 2025</h2>
<ul>
<li>Update default CodeQL bundle version to 2.23.2. <a
href="https://redirect.github.com/github/codeql-action/pull/3168">#3168</a></li>
</ul>
<h2>3.30.5 - 26 Sep 2025</h2>
<ul>
<li>We fixed a bug that was introduced in <code>3.30.4</code> with
<code>upload-sarif</code> which resulted in files without a
<code>.sarif</code> extension not getting uploaded. <a
href="https://redirect.github.com/github/codeql-action/pull/3160">#3160</a></li>
</ul>
<h2>3.30.4 - 25 Sep 2025</h2>
<ul>
<li>We have improved the CodeQL Action's ability to validate that the
workflow it is used in does not use different versions of the CodeQL
Action for different workflow steps. Mixing different versions of the
CodeQL Action in the same workflow is unsupported and can lead to
unpredictable results. A warning will now be emitted from the
<code>codeql-action/init</code> step if different versions of the CodeQL
Action are detected in the workflow file. Additionally, an error will
now be thrown by the other CodeQL Action steps if they load a
configuration file that was generated by a different version of the
<code>codeql-action/init</code> step. <a
href="https://redirect.github.com/github/codeql-action/pull/3099">#3099</a>
and <a
href="https://redirect.github.com/github/codeql-action/pull/3100">#3100</a></li>
<li>We added support for reducing the size of dependency caches for Java
analyses, which will reduce cache usage and speed up workflows. This
will be enabled automatically at a later time. <a
href="https://redirect.github.com/github/codeql-action/pull/3107">#3107</a></li>
<li>You can now run the latest CodeQL nightly bundle by passing
<code>tools: nightly</code> to the <code>init</code> action. In general,
the nightly bundle is unstable and we only recommend running it when
directed by GitHub staff. <a
href="https://redirect.github.com/github/codeql-action/pull/3130">#3130</a></li>
<li>Update default CodeQL bundle version to 2.23.1. <a
href="https://redirect.github.com/github/codeql-action/pull/3118">#3118</a></li>
</ul>
<h2>3.30.3 - 10 Sep 2025</h2>
<p>No user facing changes.</p>
<h2>3.30.2 - 09 Sep 2025</h2>
<ul>
<li>Fixed a bug which could cause language autodetection to fail. <a
href="https://redirect.github.com/github/codeql-action/pull/3084">#3084</a></li>
<li>Experimental: The <code>quality-queries</code> input that was added
in <code>3.29.2</code> as part of an internal experiment is now
deprecated and will be removed in an upcoming version of the CodeQL
Action. It has been superseded by a new <code>analysis-kinds</code>
input, which is part of the same internal experiment. Do not use this in
production as it is subject to change at any time. <a
href="https://redirect.github.com/github/codeql-action/pull/3064">#3064</a></li>
</ul>
<h2>3.30.1 - 05 Sep 2025</h2>
<ul>
<li>Update default CodeQL bundle version to 2.23.0. <a
href="https://redirect.github.com/github/codeql-action/pull/3077">#3077</a></li>
</ul>
<h2>3.30.0 - 01 Sep 2025</h2>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="16140ae1a1"><code>16140ae</code></a>
Merge pull request <a
href="https://redirect.github.com/github/codeql-action/issues/3213">#3213</a>
from github/update-v4.30.9-70205d3d1</li>
<li><a
href="30db5fee08"><code>30db5fe</code></a>
Update changelog for v4.30.9</li>
<li><a
href="70205d3d12"><code>70205d3</code></a>
Merge pull request <a
href="https://redirect.github.com/github/codeql-action/issues/3211">#3211</a>
from github/mbg/init/starting-partial-config</li>
<li><a
href="697c209bfc"><code>697c209</code></a>
Merge remote-tracking branch 'origin/main' into
mbg/init/starting-partial-config</li>
<li><a
href="1bd53ba38c"><code>1bd53ba</code></a>
Merge pull request <a
href="https://redirect.github.com/github/codeql-action/issues/3205">#3205</a>
from github/update-bundle/codeql-bundle-v2.23.3</li>
<li><a
href="cac4df0c79"><code>cac4df0</code></a>
Rebuild</li>
<li><a
href="77e5c0d0a2"><code>77e5c0d</code></a>
Merge branch 'main' into update-bundle/codeql-bundle-v2.23.3</li>
<li><a
href="97a4f751be"><code>97a4f75</code></a>
Merge pull request <a
href="https://redirect.github.com/github/codeql-action/issues/3204">#3204</a>
from github/mbg/setup-codeql</li>
<li><a
href="2d5512b361"><code>2d5512b</code></a>
Merge remote-tracking branch 'origin/main' into
mbg/init/starting-partial-config</li>
<li><a
href="fa7bdf0559"><code>fa7bdf0</code></a>
Call <code>getAnalysisKinds</code> a second time, and ignore exceptions
thrown during th...</li>
<li>Additional commits viewable in <a
href="f443b600d9...16140ae1a1">compare
view</a></li>
</ul>
</details>
<br />

Updates `anchore/scan-action` from 7.0.2 to 7.1.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/anchore/scan-action/releases">anchore/scan-action's
releases</a>.</em></p>
<blockquote>
<h2>v7.1.0</h2>
<h2>New in scan-action v7.1.0</h2>
<ul>
<li>chore(deps): update Grype to v0.102.0 (<a
href="https://redirect.github.com/anchore/scan-action/issues/536">#536</a>)
[[<a
href="https://github.com/apps/anchore-actions-token-generator">anchore-actions-token-generator[bot]</a>](<a
href="https://github.com/%5Banchore-actions-token-generator%5Bbot%5D%5D(https://github.com/apps/anchore-actions-token-generator))%5D">https://github.com/[anchore-actions-token-generator[bot]](https://github.com/apps/anchore-actions-token-generator))]</a></li>
<li>chore(deps-dev): bump lint-staged from 16.2.5 to 16.2.6 (<a
href="https://redirect.github.com/anchore/scan-action/issues/535">#535</a>)
[[<a href="https://github.com/apps/dependabot">dependabot[bot]</a>](<a
href="https://github.com/%5Bdependabot%5Bbot%5D%5D(https://github.com/apps/dependabot))%5D">https://github.com/[dependabot[bot]](https://github.com/apps/dependabot))]</a></li>
<li>chore(deps-dev): bump eslint from 9.37.0 to 9.38.0 (<a
href="https://redirect.github.com/anchore/scan-action/issues/533">#533</a>)
[[<a href="https://github.com/apps/dependabot">dependabot[bot]</a>](<a
href="https://github.com/%5Bdependabot%5Bbot%5D%5D(https://github.com/apps/dependabot))%5D">https://github.com/[dependabot[bot]](https://github.com/apps/dependabot))]</a></li>
<li>chore(deps-dev): bump lint-staged from 16.2.4 to 16.2.5 (<a
href="https://redirect.github.com/anchore/scan-action/issues/534">#534</a>)
[[<a href="https://github.com/apps/dependabot">dependabot[bot]</a>](<a
href="https://github.com/%5Bdependabot%5Bbot%5D%5D(https://github.com/apps/dependabot))%5D">https://github.com/[dependabot[bot]](https://github.com/apps/dependabot))]</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="568b89d27f"><code>568b89d</code></a>
chore(deps): update Grype to v0.102.0 (<a
href="https://redirect.github.com/anchore/scan-action/issues/536">#536</a>)</li>
<li><a
href="f8889b1be5"><code>f8889b1</code></a>
chore(deps-dev): bump lint-staged from 16.2.5 to 16.2.6 (<a
href="https://redirect.github.com/anchore/scan-action/issues/535">#535</a>)</li>
<li><a
href="7c6e0bcbac"><code>7c6e0bc</code></a>
chore(deps-dev): bump eslint from 9.37.0 to 9.38.0 (<a
href="https://redirect.github.com/anchore/scan-action/issues/533">#533</a>)</li>
<li><a
href="7891b04b14"><code>7891b04</code></a>
chore(deps-dev): bump lint-staged from 16.2.4 to 16.2.5 (<a
href="https://redirect.github.com/anchore/scan-action/issues/534">#534</a>)</li>
<li>See full diff in <a
href="a5605eb094...568b89d27f">compare
view</a></li>
</ul>
</details>
<br />

Updates `github/ai-moderator` from 1.1.2 to 1.1.3
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/github/ai-moderator/releases">github/ai-moderator's
releases</a>.</em></p>
<blockquote>
<h2>v1.1.3</h2>
<h2>What's Changed</h2>
<ul>
<li>Update ai-moderator action version in README by <a
href="https://github.com/castrojo"><code>@​castrojo</code></a> in <a
href="https://redirect.github.com/github/ai-moderator/pull/17">github/ai-moderator#17</a></li>
<li>Bump openai from 4.104.0 to 5.12.2 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/github/ai-moderator/pull/15">github/ai-moderator#15</a></li>
<li>Bump actions/checkout from 4 to 5 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/github/ai-moderator/pull/19">github/ai-moderator#19</a></li>
<li>Bump the npm-development group across 1 directory with 17 updates by
<a
href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/github/ai-moderator/pull/9">github/ai-moderator#9</a></li>
<li>Bump <code>@​rollup/rollup-linux-x64-gnu</code> from 4.46.2 to
4.48.1 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/github/ai-moderator/pull/21">github/ai-moderator#21</a></li>
<li>Add input for endpoint by <a
href="https://github.com/dsanders11"><code>@​dsanders11</code></a> in <a
href="https://redirect.github.com/github/ai-moderator/pull/43">github/ai-moderator#43</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/castrojo"><code>@​castrojo</code></a>
made their first contribution in <a
href="https://redirect.github.com/github/ai-moderator/pull/17">github/ai-moderator#17</a></li>
<li><a
href="https://github.com/dsanders11"><code>@​dsanders11</code></a> made
their first contribution in <a
href="https://redirect.github.com/github/ai-moderator/pull/43">github/ai-moderator#43</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/github/ai-moderator/compare/v1...v1.1.3">https://github.com/github/ai-moderator/compare/v1...v1.1.3</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="6cac571a38"><code>6cac571</code></a>
Merge pull request <a
href="https://redirect.github.com/github/ai-moderator/issues/43">#43</a>
from dsanders11/feat/endpoint-input</li>
<li><a
href="675bfa2fca"><code>675bfa2</code></a>
Add input for endpoint</li>
<li><a
href="a230e1e40c"><code>a230e1e</code></a>
Merge pull request <a
href="https://redirect.github.com/github/ai-moderator/issues/21">#21</a>
from github/dependabot/npm_and_yarn/rollup/rollup-linu...</li>
<li><a
href="6746ca145c"><code>6746ca1</code></a>
Bump <code>@​rollup/rollup-linux-x64-gnu</code> from 4.46.2 to
4.48.1</li>
<li><a
href="4b0390025f"><code>4b03900</code></a>
Merge pull request <a
href="https://redirect.github.com/github/ai-moderator/issues/9">#9</a>
from github/dependabot/npm_and_yarn/npm-development-8d5...</li>
<li><a
href="527b1b7898"><code>527b1b7</code></a>
update licenses cache</li>
<li><a
href="532c0a421e"><code>532c0a4</code></a>
update dist file</li>
<li><a
href="ae1832c23f"><code>ae1832c</code></a>
Merge pull request <a
href="https://redirect.github.com/github/ai-moderator/issues/19">#19</a>
from github/dependabot/github_actions/actions/checkout-5</li>
<li><a
href="bf2dd3f8fe"><code>bf2dd3f</code></a>
Bump actions/checkout from 4 to 5</li>
<li><a
href="56579e6c5a"><code>56579e6</code></a>
Merge branch 'main' into
dependabot/npm_and_yarn/npm-development-8d5535a8ca</li>
<li>Additional commits viewable in <a
href="6bcdb2a79c...6cac571a38">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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-24 10:48:12 -03:00
dependabot[bot]
9c05a0aa3e chore(deps): bump the gomod group with 3 updates (#6205)
Bumps the gomod group with 3 updates: code.gitea.io/sdk/gitea,
[github.com/aws/aws-sdk-go-v2/service/s3](https://github.com/aws/aws-sdk-go-v2)
and
[github.com/klauspost/compress](https://github.com/klauspost/compress).

Updates `code.gitea.io/sdk/gitea` from 0.22.0 to 0.22.1

Updates `github.com/aws/aws-sdk-go-v2/service/s3` from 1.88.5 to 1.88.7
<details>
<summary>Commits</summary>
<ul>
<li><a
href="4bd7f5481e"><code>4bd7f54</code></a>
Release 2025-10-23</li>
<li><a
href="55fb47cb07"><code>55fb47c</code></a>
Regenerated Clients</li>
<li><a
href="bf727c0b40"><code>bf727c0</code></a>
Update partitions file</li>
<li><a
href="0ca943fb07"><code>0ca943f</code></a>
Update endpoints model</li>
<li><a
href="3908bc4e96"><code>3908bc4</code></a>
Update API model</li>
<li><a
href="a0c74d28b6"><code>a0c74d2</code></a>
Release 2025-10-22</li>
<li><a
href="eb611540d5"><code>eb61154</code></a>
Regenerated Clients</li>
<li><a
href="e20d3e4b60"><code>e20d3e4</code></a>
Update endpoints model</li>
<li><a
href="9acd5faf2c"><code>9acd5fa</code></a>
Update API model</li>
<li><a
href="a91cc6c722"><code>a91cc6c</code></a>
Speed up unit tests by removing duplicate work (<a
href="https://redirect.github.com/aws/aws-sdk-go-v2/issues/3216">#3216</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/aws/aws-sdk-go-v2/compare/service/s3/v1.88.5...service/s3/v1.88.7">compare
view</a></li>
</ul>
</details>
<br />

Updates `github.com/klauspost/compress` from 1.18.0 to 1.18.1
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/klauspost/compress/releases">github.com/klauspost/compress's
releases</a>.</em></p>
<blockquote>
<h2>v1.18.1</h2>
<h2>What's Changed</h2>
<ul>
<li>zstd: Fix incorrect buffer size in dictionary encodes by <a
href="https://github.com/klauspost"><code>@​klauspost</code></a> in <a
href="https://redirect.github.com/klauspost/compress/pull/1059">klauspost/compress#1059</a></li>
<li>s2: check for cap, not len of buffer in EncodeBetter/Best by <a
href="https://github.com/vdarulis"><code>@​vdarulis</code></a> in <a
href="https://redirect.github.com/klauspost/compress/pull/1080">klauspost/compress#1080</a></li>
<li>zstd: Add simple zstd EncodeTo/DecodeTo functions by <a
href="https://github.com/klauspost"><code>@​klauspost</code></a> in <a
href="https://redirect.github.com/klauspost/compress/pull/1079">klauspost/compress#1079</a></li>
<li>zlib: Avoiding extra allocation in zlib.reader.Reset by <a
href="https://github.com/travelpolicy"><code>@​travelpolicy</code></a>
in <a
href="https://redirect.github.com/klauspost/compress/pull/1086">klauspost/compress#1086</a></li>
<li>gzhttp: remove redundant err check in zstdReader by <a
href="https://github.com/ryanfowler"><code>@​ryanfowler</code></a> in <a
href="https://redirect.github.com/klauspost/compress/pull/1090">klauspost/compress#1090</a></li>
<li>Run modernize. Deprecate Go 1.22 by <a
href="https://github.com/klauspost"><code>@​klauspost</code></a> in <a
href="https://redirect.github.com/klauspost/compress/pull/1095">klauspost/compress#1095</a></li>
<li>flate: Simplify matchlen by <a
href="https://github.com/klauspost"><code>@​klauspost</code></a> in <a
href="https://redirect.github.com/klauspost/compress/pull/1101">klauspost/compress#1101</a></li>
<li>flate: Add examples by <a
href="https://github.com/klauspost"><code>@​klauspost</code></a> in <a
href="https://redirect.github.com/klauspost/compress/pull/1102">klauspost/compress#1102</a></li>
<li>flate: Use exact sizes for huffman tables by <a
href="https://github.com/klauspost"><code>@​klauspost</code></a> in <a
href="https://redirect.github.com/klauspost/compress/pull/1103">klauspost/compress#1103</a></li>
<li>flate: Faster load+store by <a
href="https://github.com/klauspost"><code>@​klauspost</code></a> in <a
href="https://redirect.github.com/klauspost/compress/pull/1104">klauspost/compress#1104</a></li>
<li>Add notice to S2 about MinLZ by <a
href="https://github.com/klauspost"><code>@​klauspost</code></a> in <a
href="https://redirect.github.com/klauspost/compress/pull/1065">klauspost/compress#1065</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/wooffie"><code>@​wooffie</code></a> made
their first contribution in <a
href="https://redirect.github.com/klauspost/compress/pull/1069">klauspost/compress#1069</a></li>
<li><a href="https://github.com/vdarulis"><code>@​vdarulis</code></a>
made their first contribution in <a
href="https://redirect.github.com/klauspost/compress/pull/1080">klauspost/compress#1080</a></li>
<li><a
href="https://github.com/travelpolicy"><code>@​travelpolicy</code></a>
made their first contribution in <a
href="https://redirect.github.com/klauspost/compress/pull/1086">klauspost/compress#1086</a></li>
<li><a
href="https://github.com/ryanfowler"><code>@​ryanfowler</code></a> made
their first contribution in <a
href="https://redirect.github.com/klauspost/compress/pull/1090">klauspost/compress#1090</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/klauspost/compress/compare/v1.18.0...v1.18.1">https://github.com/klauspost/compress/compare/v1.18.0...v1.18.1</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="d10b5259ee"><code>d10b525</code></a>
build(deps): bump the github-actions group with 2 updates (<a
href="https://redirect.github.com/klauspost/compress/issues/1105">#1105</a>)</li>
<li><a
href="3c0d30844c"><code>3c0d308</code></a>
flate: Faster load+st0re (<a
href="https://redirect.github.com/klauspost/compress/issues/1104">#1104</a>)</li>
<li><a
href="6e2f5d5b24"><code>6e2f5d5</code></a>
flate: Use exact sizes for huffman tables (<a
href="https://redirect.github.com/klauspost/compress/issues/1103">#1103</a>)</li>
<li><a
href="bda824b028"><code>bda824b</code></a>
flate: Add examples (<a
href="https://redirect.github.com/klauspost/compress/issues/1102">#1102</a>)</li>
<li><a
href="f44517c79c"><code>f44517c</code></a>
flate: Simplify matchlen (<a
href="https://redirect.github.com/klauspost/compress/issues/1101">#1101</a>)</li>
<li><a
href="54cb7a5e7c"><code>54cb7a5</code></a>
build(deps): bump the github-actions group with 3 updates (<a
href="https://redirect.github.com/klauspost/compress/issues/1096">#1096</a>)</li>
<li><a
href="c43fcbb924"><code>c43fcbb</code></a>
Run modernize. Deprecate Go 1.22 (<a
href="https://redirect.github.com/klauspost/compress/issues/1095">#1095</a>)</li>
<li><a
href="86a9489c72"><code>86a9489</code></a>
gzhttp: remove redundant err check in zstdReader (<a
href="https://redirect.github.com/klauspost/compress/issues/1090">#1090</a>)</li>
<li><a
href="ad4a0301d0"><code>ad4a030</code></a>
build(deps): bump github/codeql-action in the github-actions group (<a
href="https://redirect.github.com/klauspost/compress/issues/1087">#1087</a>)</li>
<li><a
href="1a8c0e48e1"><code>1a8c0e4</code></a>
Avoiding extra allocation in Reset (<a
href="https://redirect.github.com/klauspost/compress/issues/1086">#1086</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/klauspost/compress/compare/v1.18.0...v1.18.1">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 will merge this PR once it's up-to-date and CI passes on it,
as requested by @caarlos0.

[//]: # (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>
2025-10-24 10:47:51 -03:00
Carlos Alexandro Becker
8ac0513998 test(ko): update base image labels
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2025-10-24 10:07:36 -03:00
Carlos Alexandro Becker
4ee32815ec fix(docker/v2): make sbom templateable (#6203)
refs #5786 #6201

Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2025-10-24 10:01:59 -03:00
actions-user
a9ae03b9e5 chore: auto-update generated files 2025-10-24 08:09:27 +00:00
Carlos Alexandro Becker
bf8f635ac8 fix(dockers/v2): allow to disable configurations (#6200)
this was an oversight - it should have been there from day 1.

Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2025-10-23 10:28:54 -03:00
Carlos Alexandro Becker
6660f9bc44 docs: md:inline_version always put a dot in the end.
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2025-10-23 10:25:22 -03:00
Carlos Alexandro Becker
2092ff91e6 fix(dockers/v2): allow to disable SBOM (#6201)
closes https://github.com/orgs/goreleaser/discussions/6178

---------

Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-10-23 10:22:48 -03:00
Carlos Alexandro Becker
2d1b42c7ab fix(docker/v2): support linux/arm/v5 (#6202)
some images still support it.

Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2025-10-23 10:22:13 -03:00
actions-user
34978f5b44 chore: auto-update generated files 2025-10-22 00:14:44 +00:00
actions-user
4e5d8a2c00 chore: auto-update generated files v2.12.6 2025-10-21 23:42:46 +00:00
actions-user
0fa07ba360 chore: auto-update generated files 2025-10-21 08:10:08 +00:00
actions-user
3ec9fd1838 chore: auto-update generated files 2025-10-19 08:08:02 +00:00
Carlos Alexandro Becker
2d05ec4ad6 fix(cask): remove uneeded template
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2025-10-18 14:07:29 -03:00
Carlos Alexandro Becker
aa3100b7db fix(cask): proper defaults when deprecated binary
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2025-10-18 13:59:30 -03:00
Carlos Alexandro Becker
cd5487f88e docs: casks.binary deprecation notice 2025-10-18 13:55:46 -03:00
Hermann Lienstromberg
3c8d765e80 fiix(cask): allow to set more than 1 binary (#6174)
This will align goreleaser to specification from
https://docs.brew.sh/Cask-Cookbook#at-least-one-artifact-stanza-is-also-required
where multiple `binary` items are permitted.
2025-10-18 13:54:01 -03:00
Carlos Alexandro Becker
12ae9ab394 fix(deps): update gocloud, otel, etc (#6190)
let's see if this works 🙏🏻

Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2025-10-18 12:52:38 -03:00
Carlos Alexandro Becker
fef5c77ee3 ci: lock cosign v2.6.1 until we fix things for v3.0.0 (#6194)
Cosign v3.0.0 has breaking changes that we need to address.

For now, locking to v2.6.1.

Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2025-10-18 12:26:28 -03:00
Ricardo N Feliciano
37573096a8 docs: fix typo in release page (#6191)
Another quick typo PR.
2025-10-18 11:34:04 -03:00
actions-user
388e98a90d chore: auto-update generated files 2025-10-18 08:07:57 +00:00
Carlos Alexandro Becker
fdd2b59456 ci: do not auto-merge dependabot anymore
now we are grouping the updates, once a week, i can manage to look at them manually

Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2025-10-17 09:35:33 -03:00
dependabot[bot]
0aafca09fd ci(deps): bump the actions group with 6 updates (#6189)
Bumps the actions group with 6 updates:

| Package | From | To |
| --- | --- | --- |
|
[cachix/install-nix-action](https://github.com/cachix/install-nix-action)
| `31.7.0` | `31.8.1` |
|
[cargo-bins/cargo-binstall](https://github.com/cargo-bins/cargo-binstall)
| `1.15.6` | `1.15.7` |
|
[sigstore/cosign-installer](https://github.com/sigstore/cosign-installer)
| `3.10.0` | `4.0.0` |
| [anchore/sbom-action](https://github.com/anchore/sbom-action) |
`0.20.6` | `0.20.8` |
|
[actions/dependency-review-action](https://github.com/actions/dependency-review-action)
| `4.8.0` | `4.8.1` |
| [anchore/scan-action](https://github.com/anchore/scan-action) |
`7.0.0` | `7.0.2` |

Updates `cachix/install-nix-action` from 31.7.0 to 31.8.1
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/cachix/install-nix-action/releases">cachix/install-nix-action's
releases</a>.</em></p>
<blockquote>
<h2>v31.8.1</h2>
<h2>What's Changed</h2>
<ul>
<li>nix: 2.32.0 -&gt; 2.32.1 by <a
href="https://github.com/github-actions"><code>@​github-actions</code></a>[bot]
in <a
href="https://redirect.github.com/cachix/install-nix-action/pull/258">cachix/install-nix-action#258</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/cachix/install-nix-action/compare/v31...v31.8.1">https://github.com/cachix/install-nix-action/compare/v31...v31.8.1</a></p>
<h2>v31.8.0</h2>
<h2>What's Changed</h2>
<ul>
<li>nix: 2.31.2 -&gt; 2.32.0 by <a
href="https://github.com/github-actions"><code>@​github-actions</code></a>[bot]
in <a
href="https://redirect.github.com/cachix/install-nix-action/pull/257">cachix/install-nix-action#257</a>
Release notes: <a
href="https://discourse.nixos.org/t/nix-2-32-0-released/70528">https://discourse.nixos.org/t/nix-2-32-0-released/70528</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/cachix/install-nix-action/compare/v31.7.0...v31.8.0">https://github.com/cachix/install-nix-action/compare/v31.7.0...v31.8.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="fd24c48048"><code>fd24c48</code></a>
Merge pull request <a
href="https://redirect.github.com/cachix/install-nix-action/issues/258">#258</a>
from cachix/create-pull-request/patch</li>
<li><a
href="a55fd2d847"><code>a55fd2d</code></a>
nix: 2.32.0 -&gt; 2.32.1</li>
<li><a
href="7ab6e7fd29"><code>7ab6e7f</code></a>
Merge pull request <a
href="https://redirect.github.com/cachix/install-nix-action/issues/257">#257</a>
from cachix/create-pull-request/patch</li>
<li><a
href="a851831538"><code>a851831</code></a>
nix: 2.31.2 -&gt; 2.32.0</li>
<li><a
href="0b2de19be5"><code>0b2de19</code></a>
docs: update the ci badge</li>
<li><a
href="b8a94d3614"><code>b8a94d3</code></a>
ci: pass correct args to the act test</li>
<li><a
href="0ef05056da"><code>0ef0505</code></a>
ci: adjust oldest supported version for macos-15</li>
<li><a
href="0b43574e96"><code>0b43574</code></a>
ci: add macos-15-intel runner</li>
<li>See full diff in <a
href="9280e7aca8...fd24c48048">compare
view</a></li>
</ul>
</details>
<br />

Updates `cargo-bins/cargo-binstall` from 1.15.6 to 1.15.7
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/cargo-bins/cargo-binstall/releases">cargo-bins/cargo-binstall's
releases</a>.</em></p>
<blockquote>
<h2>v1.15.7</h2>
<p><em>Binstall is a tool to fetch and install Rust-based executables as
binaries. It aims to be a drop-in replacement for <code>cargo
install</code> in most cases. Install it today with <code>cargo install
cargo-binstall</code>, from the binaries below, or if you already have
it, upgrade with <code>cargo binstall cargo-binstall</code>.</em></p>
<h4>In this release:</h4>
<ul>
<li>Updated example of CLI argument in README (<a
href="https://redirect.github.com/cargo-bins/cargo-binstall/issues/2326">#2326</a>)</li>
</ul>
<h4>Other changes:</h4>
<ul>
<li>Upgrade dependencies</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="a66119fbb1"><code>a66119f</code></a>
release: cargo-binstall v1.15.7 (<a
href="https://redirect.github.com/cargo-bins/cargo-binstall/issues/2331">#2331</a>)</li>
<li><a
href="78d315ae41"><code>78d315a</code></a>
chore: release (<a
href="https://redirect.github.com/cargo-bins/cargo-binstall/issues/2325">#2325</a>)</li>
<li><a
href="bd81950da7"><code>bd81950</code></a>
dep: Upgrade transitive dependencies (<a
href="https://redirect.github.com/cargo-bins/cargo-binstall/issues/2329">#2329</a>)</li>
<li><a
href="aee29ea279"><code>aee29ea</code></a>
build(deps): bump clap-cargo from 0.17.1 to 0.18.0 in the deps group (<a
href="https://redirect.github.com/cargo-bins/cargo-binstall/issues/2327">#2327</a>)</li>
<li><a
href="fea12d070a"><code>fea12d0</code></a>
Fix outdated cli argument examples (<a
href="https://redirect.github.com/cargo-bins/cargo-binstall/issues/2326">#2326</a>)</li>
<li><a
href="3e2861571c"><code>3e28615</code></a>
dep: Upgrade transitive dependencies (<a
href="https://redirect.github.com/cargo-bins/cargo-binstall/issues/2324">#2324</a>)</li>
<li>See full diff in <a
href="38e8f5e4c3...a66119fbb1">compare
view</a></li>
</ul>
</details>
<br />

Updates `sigstore/cosign-installer` from 3.10.0 to 4.0.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/sigstore/cosign-installer/releases">sigstore/cosign-installer's
releases</a>.</em></p>
<blockquote>
<h2>v4.0.0</h2>
<h2>What's Changed?</h2>
<p><strong>Note:</strong> You must upgrade to cosign-installer v4 if you
want to install <a
href="https://blog.sigstore.dev/cosign-3-0-available/">Cosign v3+</a>.
You may still install Cosign v2.x with cosign-installer v4.</p>
<p>In version v3+, using <code>cosign sign-blob</code> requires adding
the <code>--bundle</code> flag which may require you to update your
signing command.</p>
<ul>
<li>Add support for Cosign v3 releases (<a
href="https://redirect.github.com/sigstore/cosign-installer/issues/201">#201</a>)</li>
</ul>
<h2>v3.10.1</h2>
<h2>What's Changed?</h2>
<p><strong>Note:</strong> cosign-installer v3.x cannot be used to
install <a href="https://blog.sigstore.dev/cosign-3-0-available/">Cosign
v3.x</a>. You must upgrade to cosign-installer v4 in order to use Cosign
v3.</p>
<p><strong>Note:</strong> This is planned to be the final release of
Cosign v2, though we will cut new releases for any critical security or
bug fixes. We recommend transitioning to <a
href="https://blog.sigstore.dev/cosign-3-0-available/">Cosign
v3</a>.</p>
<ul>
<li>Bump default Cosign to v2.6.1 (<a
href="https://redirect.github.com/sigstore/cosign-installer/issues/203">#203</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="faadad0cce"><code>faadad0</code></a>
add support for cosign v3 releases (<a
href="https://redirect.github.com/sigstore/cosign-installer/issues/201">#201</a>)</li>
<li>See full diff in <a
href="d7543c93d8...faadad0cce">compare
view</a></li>
</ul>
</details>
<br />

Updates `anchore/sbom-action` from 0.20.6 to 0.20.8
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/anchore/sbom-action/releases">anchore/sbom-action's
releases</a>.</em></p>
<blockquote>
<h2>v0.20.8</h2>
<h2>Changes in v0.20.8</h2>
<ul>
<li>chore(deps): update Syft to v1.34.2 (<a
href="https://redirect.github.com/anchore/sbom-action/issues/545">#545</a>)
[[<a
href="https://github.com/apps/anchore-actions-token-generator">anchore-actions-token-generator[bot]</a>](<a
href="https://github.com/%5Banchore-actions-token-generator%5Bbot%5D%5D(https://github.com/apps/anchore-actions-token-generator))%5D">https://github.com/[anchore-actions-token-generator[bot]](https://github.com/apps/anchore-actions-token-generator))]</a></li>
</ul>
<h2>v0.20.7</h2>
<h2>Changes in v0.20.7</h2>
<ul>
<li>chore(deps): update Syft to v1.34.1 (<a
href="https://redirect.github.com/anchore/sbom-action/issues/544">#544</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="aa0e114b2e"><code>aa0e114</code></a>
chore(deps): update Syft to v1.34.2 (<a
href="https://redirect.github.com/anchore/sbom-action/issues/545">#545</a>)</li>
<li><a
href="d8a2c01300"><code>d8a2c01</code></a>
chore(deps): update Syft to v1.34.1 (<a
href="https://redirect.github.com/anchore/sbom-action/issues/544">#544</a>)</li>
<li><a
href="c73dd3f93a"><code>c73dd3f</code></a>
Add llms.txt to describe this repo to our AI overlords 🤖 (<a
href="https://redirect.github.com/anchore/sbom-action/issues/534">#534</a>)</li>
<li>See full diff in <a
href="f8bdd1d8ac...aa0e114b2e">compare
view</a></li>
</ul>
</details>
<br />

Updates `actions/dependency-review-action` from 4.8.0 to 4.8.1
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/actions/dependency-review-action/releases">actions/dependency-review-action's
releases</a>.</em></p>
<blockquote>
<h2>Dependency Review Action v4.8.1</h2>
<h2>What's Changed</h2>
<ul>
<li>(bug) Fix spamming link test in deprecation warning (again) by <a
href="https://github.com/ahpook"><code>@​ahpook</code></a> in <a
href="https://redirect.github.com/actions/dependency-review-action/pull/1000">actions/dependency-review-action#1000</a></li>
<li>Bump version for 4.8.1 release by <a
href="https://github.com/ahpook"><code>@​ahpook</code></a> in <a
href="https://redirect.github.com/actions/dependency-review-action/pull/1001">actions/dependency-review-action#1001</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/actions/dependency-review-action/compare/v4...v4.8.1">https://github.com/actions/dependency-review-action/compare/v4...v4.8.1</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="40c09b7dc9"><code>40c09b7</code></a>
Merge pull request <a
href="https://redirect.github.com/actions/dependency-review-action/issues/1001">#1001</a>
from actions/ahpook/v4.8.1-release</li>
<li><a
href="45529485b5"><code>4552948</code></a>
Bump version for 4.8.1 release</li>
<li><a
href="e63da9a041"><code>e63da9a</code></a>
Merge pull request <a
href="https://redirect.github.com/actions/dependency-review-action/issues/1000">#1000</a>
from actions/ahpook/deprecation-redux</li>
<li><a
href="71365c76bc"><code>71365c7</code></a>
(bug) Fix spamming link test in deprecation warning (again)</li>
<li>See full diff in <a
href="56339e523c...40c09b7dc9">compare
view</a></li>
</ul>
</details>
<br />

Updates `anchore/scan-action` from 7.0.0 to 7.0.2
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/anchore/scan-action/releases">anchore/scan-action's
releases</a>.</em></p>
<blockquote>
<h2>v7.0.2</h2>
<h2>New in scan-action v7.0.2</h2>
<ul>
<li>chore(deps): update Grype to v0.101.1 (<a
href="https://redirect.github.com/anchore/scan-action/issues/532">#532</a>)
[[<a
href="https://github.com/apps/anchore-actions-token-generator">anchore-actions-token-generator[bot]</a>](<a
href="https://github.com/%5Banchore-actions-token-generator%5Bbot%5D%5D(https://github.com/apps/anchore-actions-token-generator))%5D">https://github.com/[anchore-actions-token-generator[bot]](https://github.com/apps/anchore-actions-token-generator))]</a></li>
</ul>
<h2>v7.0.1</h2>
<h2>scan-action v7.0.1</h2>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="a5605eb094"><code>a5605eb</code></a>
chore(deps): update Grype to v0.101.1 (<a
href="https://redirect.github.com/anchore/scan-action/issues/532">#532</a>)</li>
<li><a
href="9e8428812a"><code>9e84288</code></a>
chore(deps): update Grype to v0.101.0 (<a
href="https://redirect.github.com/anchore/scan-action/issues/530">#530</a>)</li>
<li><a
href="109c1042fe"><code>109c104</code></a>
chore(deps): bump <code>@​actions/cache</code> from 4.0.3 to 4.1.0 (<a
href="https://redirect.github.com/anchore/scan-action/issues/522">#522</a>)</li>
<li><a
href="c455b6f94a"><code>c455b6f</code></a>
chore(deps-dev): bump eslint from 9.36.0 to 9.37.0 (<a
href="https://redirect.github.com/anchore/scan-action/issues/526">#526</a>)</li>
<li><a
href="cdad80afad"><code>cdad80a</code></a>
chore(deps-dev): bump jest from 30.1.3 to 30.2.0 (<a
href="https://redirect.github.com/anchore/scan-action/issues/525">#525</a>)</li>
<li><a
href="45eec0d3f9"><code>45eec0d</code></a>
chore(deps-dev): bump lint-staged from 16.2.1 to 16.2.4 (<a
href="https://redirect.github.com/anchore/scan-action/issues/528">#528</a>)</li>
<li><a
href="a20799d069"><code>a20799d</code></a>
chore(deps): bump actions/setup-node from 5.0.0 to 6.0.0 (<a
href="https://redirect.github.com/anchore/scan-action/issues/529">#529</a>)</li>
<li><a
href="56e320f818"><code>56e320f</code></a>
chore(deps-dev): bump <code>@​vercel/ncc</code> from 0.38.3 to 0.38.4
(<a
href="https://redirect.github.com/anchore/scan-action/issues/517">#517</a>)</li>
<li><a
href="05c485f08e"><code>05c485f</code></a>
chore(deps-dev): bump eslint from 9.35.0 to 9.36.0 (<a
href="https://redirect.github.com/anchore/scan-action/issues/519">#519</a>)</li>
<li><a
href="0c215f8382"><code>0c215f8</code></a>
chore(deps-dev): bump tar from 7.4.3 to 7.5.1 (<a
href="https://redirect.github.com/anchore/scan-action/issues/521">#521</a>)</li>
<li>Additional commits viewable in <a
href="f6601287cd...a5605eb094">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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-17 08:59:08 -03:00
dependabot[bot]
b384349f9f chore(deps): bump mkdocs-material from 9.6.21 to 9.6.22 in /www (#6182)
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material)
from 9.6.21 to 9.6.22.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/squidfunk/mkdocs-material/releases">mkdocs-material's
releases</a>.</em></p>
<blockquote>
<h2>mkdocs-material-9.6.22</h2>
<ul>
<li>Updated Georgian translation</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG">mkdocs-material's
changelog</a>.</em></p>
<blockquote>
<p>mkdocs-material-9.6.22 (2025-10-15)</p>
<ul>
<li>Updated Georgian translation</li>
</ul>
<p>mkdocs-material-9.6.21 (2025-09-30)</p>
<ul>
<li>Updated Serbian translations</li>
<li>Fixed <a
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/8458">#8458</a>:
Temporary pin of click dependency</li>
</ul>
<p>mkdocs-material-9.6.20 (2025-09-15)</p>
<ul>
<li>Fixed <a
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/8446">#8446</a>:
Deprecation warning as of Python 3.14 in Emoji extension</li>
<li>Fixed <a
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/8440">#8440</a>:
<code>&amp;</code> character not escaped in search highlighting</li>
<li>Fixed <a
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/8439">#8439</a>:
FontAwesome icons color not set in social cards (regression)</li>
</ul>
<p>mkdocs-material-9.6.19 (2025-09-07)</p>
<ul>
<li>Added support for Python 3.14</li>
<li>Updated Bahasa Malaysia translations</li>
</ul>
<p>mkdocs-material-9.6.18 (2025-08-22)</p>
<ul>
<li>Updated Azerbaijani translations</li>
<li>Fixed last compat issues with [minijinja], now 100% compatible</li>
</ul>
<p>mkdocs-material-9.6.17 (2025-08-15)</p>
<ul>
<li>Fixed <a
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/8396">#8396</a>:
Videos do not autoplay when inside a content tab</li>
<li>Fixed <a
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/8394">#8394</a>:
Stroke width not effective in Mermaid.js diagrams</li>
<li>Fixed disappearing version selector when hiding page title</li>
</ul>
<p>mkdocs-material-9.6.16 (2025-07-26)</p>
<ul>
<li>Fixed <a
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/8349">#8349</a>:
Info plugin doesn't correctly detect virtualenv in some cases</li>
<li>Fixed <a
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/8334">#8334</a>:
Find-in-page detects matches in hidden search result list</li>
</ul>
<p>mkdocs-material-9.6.15 (2025-07-01)</p>
<ul>
<li>Updated Mongolian translations</li>
<li>Improved semantic markup of &quot;edit this page&quot; button</li>
<li>Improved info plugin virtual environment resolution</li>
<li>Fixed <a
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/8291">#8291</a>:
Large font size setting throws of breakpoints in JavaScript</li>
</ul>
<p>mkdocs-material-9.6.14 (2025-05-13)</p>
<ul>
<li>Fixed <a
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/8215">#8215</a>:
Social plugin crashes when CairoSVG is updated to 2.8</li>
</ul>
<p>mkdocs-material-9.6.13 (2025-05-10)</p>
<ul>
<li>Fixed <a
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/8204">#8204</a>:
Annotations showing list markers in print view</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="9b3247c9cd"><code>9b3247c</code></a>
Updated changelog</li>
<li><a
href="8f9dcbdd68"><code>8f9dcbd</code></a>
Prepare 9.6.22 release</li>
<li><a
href="b29310f37d"><code>b29310f</code></a>
Updated dependencies</li>
<li><a
href="68bfd526e1"><code>68bfd52</code></a>
Documentation</li>
<li><a
href="c68fac7fb3"><code>c68fac7</code></a>
Updated Georgian translations</li>
<li><a
href="56bb56c0fe"><code>56bb56c</code></a>
Bump actions/setup-node from 4 to 5 (<a
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/8471">#8471</a>)</li>
<li><a
href="e7d898a324"><code>e7d898a</code></a>
Bump actions/setup-python from 5 to 6 (<a
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/8472">#8472</a>)</li>
<li><a
href="1e0699de26"><code>1e0699d</code></a>
Updated dependencies</li>
<li>See full diff in <a
href="https://github.com/squidfunk/mkdocs-material/compare/9.6.21...9.6.22">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=mkdocs-material&package-manager=pip&previous-version=9.6.21&new-version=9.6.22)](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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-17 08:58:52 -03:00
dependabot[bot]
c362f0d696 chore(deps): bump the docker group across 2 directories with 2 updates (#6188)
Bumps the docker group with 1 update in the / directory: golang.
Bumps the docker group with 1 update in the /www directory:
squidfunk/mkdocs-material.

Updates `golang` from `20ee0b6` to `aee43c3`

Updates `squidfunk/mkdocs-material` from `00f9276` to `f5c556a`


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>
2025-10-17 08:52:40 -03:00
Carlos Alexandro Becker
f9f04f30c8 refactor: use official mcp library (#6175)
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2025-10-17 08:49:42 -03:00
Carlos Alexandro Becker
10ecdb0f0e ci: update dependabot config
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2025-10-17 08:48:19 -03:00
dependabot[bot]
c1cf79f1ab chore(deps): bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.88.4 to 1.88.5 (#6187)
Bumps
[github.com/aws/aws-sdk-go-v2/service/s3](https://github.com/aws/aws-sdk-go-v2)
from 1.88.4 to 1.88.5.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="b9b0c6553b"><code>b9b0c65</code></a>
Release 2025-10-16</li>
<li><a
href="e2bc8a0ec6"><code>e2bc8a0</code></a>
Regenerated Clients</li>
<li><a
href="8691ee380a"><code>8691ee3</code></a>
Update API model</li>
<li><a
href="51e8a3fe03"><code>51e8a3f</code></a>
bump to go1.23 (<a
href="https://redirect.github.com/aws/aws-sdk-go-v2/issues/3211">#3211</a>)</li>
<li><a
href="ad2d36cba7"><code>ad2d36c</code></a>
Release 2025-10-15</li>
<li><a
href="19a35d639f"><code>19a35d6</code></a>
Regenerated Clients</li>
<li><a
href="35cb02fd50"><code>35cb02f</code></a>
Update endpoints model</li>
<li><a
href="f673a1b0a8"><code>f673a1b</code></a>
Update API model</li>
<li><a
href="48421fd812"><code>48421fd</code></a>
Release 2025-10-14</li>
<li><a
href="fedcba778c"><code>fedcba7</code></a>
Regenerated Clients</li>
<li>Additional commits viewable in <a
href="https://github.com/aws/aws-sdk-go-v2/compare/service/s3/v1.88.4...service/s3/v1.88.5">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/aws/aws-sdk-go-v2/service/s3&package-manager=go_modules&previous-version=1.88.4&new-version=1.88.5)](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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-17 08:22:13 +00:00
actions-user
59ceeff4e1 chore: auto-update generated files 2025-10-17 08:11:56 +00:00
Eduardo Apolinario
ac876999c1 docs: add Flyte to the list of users (#6184)
<!-- If applied, this commit will... -->

Add Flyte to the list of projects that rely on goreleaser (as can be
evidenced by
https://github.com/flyteorg/flyte/blob/master/.github/workflows/create_release.yml#L181C19-L187)

<!-- Why is this change being made? -->

Flyte has been relying on goreleaser since the beginning of the project
and it's using the pro version for the last 2 years without any issues.

<!-- # Provide links to any relevant tickets, URLs or other resources
-->

N/A
2025-10-16 15:06:10 -03:00
dependabot[bot]
f4c3542c0c chore(deps): bump github.com/avast/retry-go/v4 from 4.6.1 to 4.7.0 (#6177)
Bumps [github.com/avast/retry-go/v4](https://github.com/avast/retry-go)
from 4.6.1 to 4.7.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/avast/retry-go/releases">github.com/avast/retry-go/v4's
releases</a>.</em></p>
<blockquote>
<h2>v4.7.0</h2>
<h2>What's Changed</h2>
<ul>
<li>support context cancel cause by <a
href="https://github.com/NivKeidan"><code>@​NivKeidan</code></a> in <a
href="https://redirect.github.com/avast/retry-go/pull/117">avast/retry-go#117</a></li>
<li>Bump github.com/stretchr/testify from 1.10.0 to 1.11.1 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/avast/retry-go/pull/136">avast/retry-go#136</a></li>
<li>Add FullJitterBackoffDelay by <a
href="https://github.com/amirrezafahimi"><code>@​amirrezafahimi</code></a>
in <a
href="https://redirect.github.com/avast/retry-go/pull/128">avast/retry-go#128</a></li>
<li>No delay after final retry on max attempts by <a
href="https://github.com/StounhandJ"><code>@​StounhandJ</code></a> in <a
href="https://redirect.github.com/avast/retry-go/pull/129">avast/retry-go#129</a></li>
<li>BackOffDelay multiplies attempts from zero by <a
href="https://github.com/StounhandJ"><code>@​StounhandJ</code></a> in <a
href="https://redirect.github.com/avast/retry-go/pull/130">avast/retry-go#130</a></li>
<li>add Go version 1.25 to test matrix for expanded compatibility
testing by <a href="https://github.com/JaSei"><code>@​JaSei</code></a>
in <a
href="https://redirect.github.com/avast/retry-go/pull/142">avast/retry-go#142</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/NivKeidan"><code>@​NivKeidan</code></a>
made their first contribution in <a
href="https://redirect.github.com/avast/retry-go/pull/117">avast/retry-go#117</a></li>
<li><a
href="https://github.com/amirrezafahimi"><code>@​amirrezafahimi</code></a>
made their first contribution in <a
href="https://redirect.github.com/avast/retry-go/pull/128">avast/retry-go#128</a></li>
<li><a
href="https://github.com/StounhandJ"><code>@​StounhandJ</code></a> made
their first contribution in <a
href="https://redirect.github.com/avast/retry-go/pull/129">avast/retry-go#129</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/avast/retry-go/compare/4.6.1...v4.7.0">https://github.com/avast/retry-go/compare/4.6.1...v4.7.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="375037b55d"><code>375037b</code></a>
bump version</li>
<li><a
href="306fcee0b3"><code>306fcee</code></a>
Merge pull request <a
href="https://redirect.github.com/avast/retry-go/issues/142">#142</a>
from avast/go_1_25_test_environment</li>
<li><a
href="0bdef9ca6b"><code>0bdef9c</code></a>
ci(workflow): add Go version 1.25 to test matrix for expanded
compatibility t...</li>
<li><a
href="66013dabdd"><code>66013da</code></a>
Merge pull request <a
href="https://redirect.github.com/avast/retry-go/issues/130">#130</a>
from StounhandJ/back_off_delay</li>
<li><a
href="9e5d0d636c"><code>9e5d0d6</code></a>
Merge pull request <a
href="https://redirect.github.com/avast/retry-go/issues/129">#129</a>
from StounhandJ/master</li>
<li><a
href="5068e50f13"><code>5068e50</code></a>
Merge pull request <a
href="https://redirect.github.com/avast/retry-go/issues/128">#128</a>
from amirrezafahimi/master</li>
<li><a
href="22920c371b"><code>22920c3</code></a>
Merge pull request <a
href="https://redirect.github.com/avast/retry-go/issues/136">#136</a>
from avast/dependabot/go_modules/github.com/stretchr/...</li>
<li><a
href="459fade571"><code>459fade</code></a>
Bump github.com/stretchr/testify from 1.10.0 to 1.11.1</li>
<li><a
href="6c62c209b5"><code>6c62c20</code></a>
BackOffDelay multiplies attempts from zero</li>
<li><a
href="e330bceda0"><code>e330bce</code></a>
no delay after final retry on max attempts</li>
<li>Additional commits viewable in <a
href="https://github.com/avast/retry-go/compare/4.6.1...4.7.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/avast/retry-go/v4&package-manager=go_modules&previous-version=4.6.1&new-version=4.7.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 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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-15 08:22:56 +00:00
dependabot[bot]
6ea0ca10c5 chore(deps): bump gitlab.com/gitlab-org/api/client-go from 0.156.0 to 0.157.0 (#6172)
Bumps
[gitlab.com/gitlab-org/api/client-go](https://gitlab.com/gitlab-org/api/client-go)
from 0.156.0 to 0.157.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://gitlab.com/gitlab-org/api/client-go/tags">gitlab.com/gitlab-org/api/client-go's
releases</a>.</em></p>
<blockquote>
<h2>v0.157.0</h2>
<h2>0.157.0</h2>
<h3>🚀 Features</h3>
<ul>
<li>Add merge requests commit api (<a
href="https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2539">!2539</a>)
by <a href="https://gitlab.com/ipsavitsky234">Ilya Savitsky</a></li>
</ul>
<h3>🔄 Other Changes</h3>
<ul>
<li>test: adds missing UTs for notifications (<a
href="https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2528">!2528</a>)
by <a href="https://gitlab.com/syedzubeen">Zubeen</a></li>
<li>chore: Update review instructions (<a
href="https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2537">!2537</a>)
by <a href="https://gitlab.com/PatrickRice">Patrick Rice</a></li>
<li>chore(no-release): Fix godoc comments; enable godoclint (<a
href="https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2535">!2535</a>)
by <a href="https://gitlab.com/alexandear">Oleksandr Redko</a></li>
</ul>
<h1><a
href="https://gitlab.com/gitlab-org/api/client-go/compare/v0.156.0...v0.157.0">0.157.0</a>
(2025-10-13)</h1>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://gitlab.com/gitlab-org/api/client-go/blob/main/CHANGELOG.md">gitlab.com/gitlab-org/api/client-go's
changelog</a>.</em></p>
<blockquote>
<h2>0.157.0</h2>
<h3>🚀 Features</h3>
<ul>
<li>Add merge requests commit api (<a
href="https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2539">!2539</a>)
by <a href="https://gitlab.com/ipsavitsky234">Ilya Savitsky</a></li>
</ul>
<h3>🔄 Other Changes</h3>
<ul>
<li>test: adds missing UTs for notifications (<a
href="https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2528">!2528</a>)
by <a href="https://gitlab.com/syedzubeen">Zubeen</a></li>
<li>chore: Update review instructions (<a
href="https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2537">!2537</a>)
by <a href="https://gitlab.com/PatrickRice">Patrick Rice</a></li>
<li>chore(no-release): Fix godoc comments; enable godoclint (<a
href="https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2535">!2535</a>)
by <a href="https://gitlab.com/alexandear">Oleksandr Redko</a></li>
</ul>
<h1><a
href="https://gitlab.com/gitlab-org/api/client-go/compare/v0.156.0...v0.157.0">0.157.0</a>
(2025-10-13)</h1>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="c52b2f81a4"><code>c52b2f8</code></a>
chore(release): 0.157.0 [skip ci]</li>
<li><a
href="a44238c146"><code>a44238c</code></a>
Merge branch 'ipsavitsky/merge_request_context_commits' into 'main'</li>
<li><a
href="7d6dc8c3ce"><code>7d6dc8c</code></a>
Add merge requests commit api</li>
<li><a
href="def72bf5ef"><code>def72bf</code></a>
Merge branch 'add-unit-test3' into 'main'</li>
<li><a
href="d5664affec"><code>d5664af</code></a>
test: adds missing UTs for notifications</li>
<li><a
href="44377b08cd"><code>44377b0</code></a>
Merge branch 'update-review-instructions' into 'main'</li>
<li><a
href="c25c8a3d42"><code>c25c8a3</code></a>
chore: Update review instructions</li>
<li><a
href="c45c3a349c"><code>c45c3a3</code></a>
Merge branch 'chore/fix-godoclint' into 'main'</li>
<li><a
href="1d4aee68c0"><code>1d4aee6</code></a>
chore(no-release): Fix godoc comments; enable godoclint</li>
<li>See full diff in <a
href="https://gitlab.com/gitlab-org/api/client-go/compare/v0.156.0...v0.157.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=gitlab.com/gitlab-org/api/client-go&package-manager=go_modules&previous-version=0.156.0&new-version=0.157.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 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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-14 08:21:14 +00:00
dependabot[bot]
4e885cc1b3 chore(deps): bump golang from 1.25.1-alpine to 1.25.3-alpine (#6173)
Bumps golang from 1.25.1-alpine to 1.25.3-alpine.


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang&package-manager=docker&previous-version=1.25.1-alpine&new-version=1.25.3-alpine)](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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-14 08:18:39 +00:00
Ricardo N Feliciano
5a3fbe1d51 docs: add default value for wrap directory (#6163)
Some of the keys for "archives" list defaults, some don't. This one
didn't and I assume it was 'true' given the example. The default is
actually 'false'. I figured I'd document it for future me and others.
2025-10-13 09:53:27 -03:00
dependabot[bot]
77a143ad24 chore(deps): bump github.com/goreleaser/nfpm/v2 from 2.43.3 to 2.43.4 (#6167)
Bumps
[github.com/goreleaser/nfpm/v2](https://github.com/goreleaser/nfpm) from
2.43.3 to 2.43.4.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/goreleaser/nfpm/releases">github.com/goreleaser/nfpm/v2's
releases</a>.</em></p>
<blockquote>
<h2>v2.43.4</h2>
<h2>Changelog</h2>
<h3>Dependency updates</h3>
<ul>
<li>5bc4b8b7fafb3ab8582f0a1f0177e47394b701bd: fix(deps): bump alpine
from 3.22.1 to 3.22.2 (<a
href="https://redirect.github.com/goreleaser/nfpm/issues/986">#986</a>)
(<a
href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot])</li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/goreleaser/nfpm/compare/v2.43.3...v2.43.4">https://github.com/goreleaser/nfpm/compare/v2.43.3...v2.43.4</a></p>
<h2>Helping out</h2>
<p>This release is only possible thanks to <strong>all</strong> the
support of <strong>awesome people</strong>!</p>
<p>Want to be one of them?
You can <a href="https://goreleaser.com/sponsors/">sponsor</a> or <a
href="https://goreleaser.com/contributing">contribute with code</a>.</p>
<h2>Where to go next?</h2>
<ul>
<li>nFPM is a satellite project from GoReleaser. <a
href="https://goreleaser.com">Check it out</a>!</li>
<li>Find examples and commented usage of all options in our <a
href="https://nfpm.goreleaser.com/">website</a>.</li>
<li>Reach out on <a href="https://discord.gg/RGEBtg8vQ6">Discord</a> and
<a href="https://twitter.com/goreleaser">Twitter</a>!</li>
</ul>
<p><!-- raw HTML omitted --><!-- raw HTML omitted --><!-- raw HTML
omitted --></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="d0d484200d"><code>d0d4842</code></a>
chore: re-release v2.43.2</li>
<li><a
href="5bc4b8b7fa"><code>5bc4b8b</code></a>
fix(deps): bump alpine from 3.22.1 to 3.22.2 (<a
href="https://redirect.github.com/goreleaser/nfpm/issues/986">#986</a>)</li>
<li>See full diff in <a
href="https://github.com/goreleaser/nfpm/compare/v2.43.3...v2.43.4">compare
view</a></li>
</ul>
</details>
<br />

<details>
<summary>Most Recent Ignore Conditions Applied to This Pull
Request</summary>

| Dependency Name | Ignore Conditions |
| --- | --- |
| github.com/goreleaser/nfpm/v2 | [>= 2.24.a, < 2.25] |
</details>


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/goreleaser/nfpm/v2&package-manager=go_modules&previous-version=2.43.3&new-version=2.43.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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-13 08:39:15 +00:00
dependabot[bot]
fed56f3f5e chore(deps): bump github/codeql-action from 3.30.6 to 4.30.8 (#6169)
Bumps [github/codeql-action](https://github.com/github/codeql-action)
from 3.30.6 to 4.30.8.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/github/codeql-action/releases">github/codeql-action's
releases</a>.</em></p>
<blockquote>
<h2>v4.30.8</h2>
<h1>CodeQL Action Changelog</h1>
<p>See the <a
href="https://github.com/github/codeql-action/releases">releases
page</a> for the relevant changes to the CodeQL CLI and language
packs.</p>
<h2>4.30.8 - 10 Oct 2025</h2>
<p>No user facing changes.</p>
<p>See the full <a
href="https://github.com/github/codeql-action/blob/v4.30.8/CHANGELOG.md">CHANGELOG.md</a>
for more information.</p>
<h2>v4.30.7</h2>
<h1>CodeQL Action Changelog</h1>
<p>See the <a
href="https://github.com/github/codeql-action/releases">releases
page</a> for the relevant changes to the CodeQL CLI and language
packs.</p>
<h2>4.30.7 - 06 Oct 2025</h2>
<ul>
<li>[v4+ only] The CodeQL Action now runs on Node.js v24. <a
href="https://redirect.github.com/github/codeql-action/pull/3169">#3169</a></li>
</ul>
<p>See the full <a
href="https://github.com/github/codeql-action/blob/v4.30.7/CHANGELOG.md">CHANGELOG.md</a>
for more information.</p>
<h2>v3.30.8</h2>
<h1>CodeQL Action Changelog</h1>
<p>See the <a
href="https://github.com/github/codeql-action/releases">releases
page</a> for the relevant changes to the CodeQL CLI and language
packs.</p>
<h2>3.30.8 - 10 Oct 2025</h2>
<p>No user facing changes.</p>
<p>See the full <a
href="https://github.com/github/codeql-action/blob/v3.30.8/CHANGELOG.md">CHANGELOG.md</a>
for more information.</p>
<h2>v3.30.7</h2>
<h1>CodeQL Action Changelog</h1>
<p>See the <a
href="https://github.com/github/codeql-action/releases">releases
page</a> for the relevant changes to the CodeQL CLI and language
packs.</p>
<h2>3.30.7 - 06 Oct 2025</h2>
<p>No user facing changes.</p>
<p>See the full <a
href="https://github.com/github/codeql-action/blob/v3.30.7/CHANGELOG.md">CHANGELOG.md</a>
for more information.</p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/github/codeql-action/blob/main/CHANGELOG.md">github/codeql-action's
changelog</a>.</em></p>
<blockquote>
<h1>CodeQL Action Changelog</h1>
<p>See the <a
href="https://github.com/github/codeql-action/releases">releases
page</a> for the relevant changes to the CodeQL CLI and language
packs.</p>
<h2>[UNRELEASED]</h2>
<p>No user facing changes.</p>
<h2>4.30.8 - 10 Oct 2025</h2>
<p>No user facing changes.</p>
<h2>4.30.7 - 06 Oct 2025</h2>
<ul>
<li>[v4+ only] The CodeQL Action now runs on Node.js v24. <a
href="https://redirect.github.com/github/codeql-action/pull/3169">#3169</a></li>
</ul>
<h2>3.30.6 - 02 Oct 2025</h2>
<ul>
<li>Update default CodeQL bundle version to 2.23.2. <a
href="https://redirect.github.com/github/codeql-action/pull/3168">#3168</a></li>
</ul>
<h2>3.30.5 - 26 Sep 2025</h2>
<ul>
<li>We fixed a bug that was introduced in <code>3.30.4</code> with
<code>upload-sarif</code> which resulted in files without a
<code>.sarif</code> extension not getting uploaded. <a
href="https://redirect.github.com/github/codeql-action/pull/3160">#3160</a></li>
</ul>
<h2>3.30.4 - 25 Sep 2025</h2>
<ul>
<li>We have improved the CodeQL Action's ability to validate that the
workflow it is used in does not use different versions of the CodeQL
Action for different workflow steps. Mixing different versions of the
CodeQL Action in the same workflow is unsupported and can lead to
unpredictable results. A warning will now be emitted from the
<code>codeql-action/init</code> step if different versions of the CodeQL
Action are detected in the workflow file. Additionally, an error will
now be thrown by the other CodeQL Action steps if they load a
configuration file that was generated by a different version of the
<code>codeql-action/init</code> step. <a
href="https://redirect.github.com/github/codeql-action/pull/3099">#3099</a>
and <a
href="https://redirect.github.com/github/codeql-action/pull/3100">#3100</a></li>
<li>We added support for reducing the size of dependency caches for Java
analyses, which will reduce cache usage and speed up workflows. This
will be enabled automatically at a later time. <a
href="https://redirect.github.com/github/codeql-action/pull/3107">#3107</a></li>
<li>You can now run the latest CodeQL nightly bundle by passing
<code>tools: nightly</code> to the <code>init</code> action. In general,
the nightly bundle is unstable and we only recommend running it when
directed by GitHub staff. <a
href="https://redirect.github.com/github/codeql-action/pull/3130">#3130</a></li>
<li>Update default CodeQL bundle version to 2.23.1. <a
href="https://redirect.github.com/github/codeql-action/pull/3118">#3118</a></li>
</ul>
<h2>3.30.3 - 10 Sep 2025</h2>
<p>No user facing changes.</p>
<h2>3.30.2 - 09 Sep 2025</h2>
<ul>
<li>Fixed a bug which could cause language autodetection to fail. <a
href="https://redirect.github.com/github/codeql-action/pull/3084">#3084</a></li>
<li>Experimental: The <code>quality-queries</code> input that was added
in <code>3.29.2</code> as part of an internal experiment is now
deprecated and will be removed in an upcoming version of the CodeQL
Action. It has been superseded by a new <code>analysis-kinds</code>
input, which is part of the same internal experiment. Do not use this in
production as it is subject to change at any time. <a
href="https://redirect.github.com/github/codeql-action/pull/3064">#3064</a></li>
</ul>
<h2>3.30.1 - 05 Sep 2025</h2>
<ul>
<li>Update default CodeQL bundle version to 2.23.0. <a
href="https://redirect.github.com/github/codeql-action/pull/3077">#3077</a></li>
</ul>
<h2>3.30.0 - 01 Sep 2025</h2>
<ul>
<li>Reduce the size of the CodeQL Action, speeding up workflows by
approximately 4 seconds. <a
href="https://redirect.github.com/github/codeql-action/pull/3054">#3054</a></li>
</ul>
<h2>3.29.11 - 21 Aug 2025</h2>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="f443b600d9"><code>f443b60</code></a>
Merge pull request <a
href="https://redirect.github.com/github/codeql-action/issues/3198">#3198</a>
from github/update-v4.30.8-527f0f324</li>
<li><a
href="7a2cb623ed"><code>7a2cb62</code></a>
Update changelog for v4.30.8</li>
<li><a
href="527f0f324a"><code>527f0f3</code></a>
Merge pull request <a
href="https://redirect.github.com/github/codeql-action/issues/3195">#3195</a>
from github/dependabot/npm_and_yarn/npm-minor-37415c...</li>
<li><a
href="f402506f0f"><code>f402506</code></a>
Merge pull request <a
href="https://redirect.github.com/github/codeql-action/issues/3196">#3196</a>
from github/dependabot/github_actions/dot-github/wor...</li>
<li><a
href="f5e53f9476"><code>f5e53f9</code></a>
Merge pull request <a
href="https://redirect.github.com/github/codeql-action/issues/3197">#3197</a>
from github/dependabot/github_actions/dot-github/wor...</li>
<li><a
href="4e90a42a3e"><code>4e90a42</code></a>
Merge pull request <a
href="https://redirect.github.com/github/codeql-action/issues/3193">#3193</a>
from github/mbg/ff/tools-toolcache</li>
<li><a
href="413a4a4df1"><code>413a4a4</code></a>
Rebuild</li>
<li><a
href="452186448a"><code>4521864</code></a>
Bump github/codeql-action from 3 to 4 in /.github/workflows</li>
<li><a
href="eadf14bf6e"><code>eadf14b</code></a>
Bump ruby/setup-ruby</li>
<li><a
href="e1257b6fda"><code>e1257b6</code></a>
Rebuild</li>
<li>Additional commits viewable in <a
href="64d10c1313...f443b600d9">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github/codeql-action&package-manager=github_actions&previous-version=3.30.6&new-version=4.30.8)](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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-13 08:34:11 +00:00
dependabot[bot]
b36d04bb51 chore(deps): bump astral-sh/setup-uv from 6.8.0 to 7.1.0 (#6165)
Bumps [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) from
6.8.0 to 7.1.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/astral-sh/setup-uv/releases">astral-sh/setup-uv's
releases</a>.</em></p>
<blockquote>
<h2>v7.1.0 🌈 Support all the use cases</h2>
<h2>Changes</h2>
<p><strong>Support all the use cases!!!</strong>
... well, that we know of.</p>
<p>This release adds support for some use cases that most users don't
encounter but are useful for e.g. people running Gitea.</p>
<p>The input <code>resolution-strategy</code> lets you use the lowest
possible version of uv from a version range. Useful if you want to test
your tool with different versions of uv.</p>
<p>If you use <code>activate-environment</code> the path to the
activated venv is now also exposed under the output
<code>venv</code>.</p>
<p>Downloaded python installations can now also be uploaded to the
GitHub Actions cache backend. Useful if you are running in
<code>act</code> and have configured your own backend and don't want to
download python again, and again over a slow internet connection.</p>
<p>Finally the path to installed python interpreters is now added to the
<code>PATH</code> on Windows.</p>
<h2>🚀 Enhancements</h2>
<ul>
<li>Add resolution-strategy input to support oldest compatible version
selection @<a
href="https://github.com/apps/copilot-swe-agent">copilot-swe-agent[bot]</a>
(<a
href="https://redirect.github.com/astral-sh/setup-uv/issues/631">#631</a>)</li>
<li>Add value of UV_PYTHON_INSTALL_DIR to path <a
href="https://github.com/eifinger"><code>@​eifinger</code></a> (<a
href="https://redirect.github.com/astral-sh/setup-uv/issues/628">#628</a>)</li>
<li>Set output venv when activate-environment is used <a
href="https://github.com/eifinger"><code>@​eifinger</code></a> (<a
href="https://redirect.github.com/astral-sh/setup-uv/issues/627">#627</a>)</li>
<li>Cache python installs <a
href="https://github.com/merlinz01"><code>@​merlinz01</code></a> (<a
href="https://redirect.github.com/astral-sh/setup-uv/issues/621">#621</a>)</li>
</ul>
<h2>🧰 Maintenance</h2>
<ul>
<li>Add copilot-instructions.md <a
href="https://github.com/eifinger"><code>@​eifinger</code></a> (<a
href="https://redirect.github.com/astral-sh/setup-uv/issues/630">#630</a>)</li>
<li>chore: update known checksums for 0.9.2 @<a
href="https://github.com/apps/github-actions">github-actions[bot]</a>
(<a
href="https://redirect.github.com/astral-sh/setup-uv/issues/626">#626</a>)</li>
<li>chore: update known checksums for 0.9.1 @<a
href="https://github.com/apps/github-actions">github-actions[bot]</a>
(<a
href="https://redirect.github.com/astral-sh/setup-uv/issues/625">#625</a>)</li>
<li>Fall back to PR for updating known versions <a
href="https://github.com/eifinger"><code>@​eifinger</code></a> (<a
href="https://redirect.github.com/astral-sh/setup-uv/issues/623">#623</a>)</li>
</ul>
<h2>📚 Documentation</h2>
<ul>
<li>Split up documentation <a
href="https://github.com/eifinger"><code>@​eifinger</code></a> (<a
href="https://redirect.github.com/astral-sh/setup-uv/issues/632">#632</a>)</li>
</ul>
<h2>⬆️ Dependency updates</h2>
<ul>
<li>Bump deps <a
href="https://github.com/eifinger"><code>@​eifinger</code></a> (<a
href="https://redirect.github.com/astral-sh/setup-uv/issues/633">#633</a>)</li>
<li>Bump github/codeql-action from 3.30.6 to 4.30.7 @<a
href="https://github.com/apps/dependabot">dependabot[bot]</a> (<a
href="https://redirect.github.com/astral-sh/setup-uv/issues/614">#614</a>)</li>
</ul>
<h2>v7.0.0 🌈 node24 and a lot of bugfixes</h2>
<h2>Changes</h2>
<p>This release comes with a load of bug fixes and a speed up. Because
of switching from node20 to node24 it is also a breaking change. If you
are running on GitHub hosted runners this will just work, if you are
using self-hosted runners make sure, that your runners are up to date.
If you followed the normal installation instructions your self-hosted
runner will keep itself updated.</p>
<p>This release also removes the deprecated input
<code>server-url</code> which was used to download uv releases from a
different server.
The <a
href="https://github.com/astral-sh/setup-uv?tab=readme-ov-file#manifest-file">manifest-file</a>
input supersedes that functionality by adding a flexible way to define
available versions and where they should be downloaded from.</p>
<h3>Fixes</h3>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="3259c6206f"><code>3259c62</code></a>
Bump deps (<a
href="https://redirect.github.com/astral-sh/setup-uv/issues/633">#633</a>)</li>
<li><a
href="bf8e8ed895"><code>bf8e8ed</code></a>
Split up documentation (<a
href="https://redirect.github.com/astral-sh/setup-uv/issues/632">#632</a>)</li>
<li><a
href="9c6b5e9fb5"><code>9c6b5e9</code></a>
Add resolution-strategy input to support oldest compatible version
selection ...</li>
<li><a
href="a5129e99f4"><code>a5129e9</code></a>
Add copilot-instructions.md (<a
href="https://redirect.github.com/astral-sh/setup-uv/issues/630">#630</a>)</li>
<li><a
href="d18bcc753a"><code>d18bcc7</code></a>
Add value of UV_PYTHON_INSTALL_DIR to path (<a
href="https://redirect.github.com/astral-sh/setup-uv/issues/628">#628</a>)</li>
<li><a
href="bd1f875aba"><code>bd1f875</code></a>
Set output venv when activate-environment is used (<a
href="https://redirect.github.com/astral-sh/setup-uv/issues/627">#627</a>)</li>
<li><a
href="1a91c3851d"><code>1a91c38</code></a>
chore: update known checksums for 0.9.2 (<a
href="https://redirect.github.com/astral-sh/setup-uv/issues/626">#626</a>)</li>
<li><a
href="c79f606987"><code>c79f606</code></a>
chore: update known checksums for 0.9.1 (<a
href="https://redirect.github.com/astral-sh/setup-uv/issues/625">#625</a>)</li>
<li><a
href="e0249f1599"><code>e0249f1</code></a>
Fall back to PR for updating known versions (<a
href="https://redirect.github.com/astral-sh/setup-uv/issues/623">#623</a>)</li>
<li><a
href="6d2eb15b49"><code>6d2eb15</code></a>
Cache python installs (<a
href="https://redirect.github.com/astral-sh/setup-uv/issues/621">#621</a>)</li>
<li>Additional commits viewable in <a
href="d0cc045d04...3259c6206f">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=astral-sh/setup-uv&package-manager=github_actions&previous-version=6.8.0&new-version=7.1.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 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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-13 08:33:56 +00:00
dependabot[bot]
5d6904bd5a chore(deps): bump stefanzweifel/git-auto-commit-action from 6.0.1 to 7.0.0 (#6166)
Bumps
[stefanzweifel/git-auto-commit-action](https://github.com/stefanzweifel/git-auto-commit-action)
from 6.0.1 to 7.0.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/stefanzweifel/git-auto-commit-action/releases">stefanzweifel/git-auto-commit-action's
releases</a>.</em></p>
<blockquote>
<h2>v7.0.0</h2>
<h2>Added</h2>
<ul>
<li>Restore skip_fetch, skip_checkout, create_branch (<a
href="https://redirect.github.com/stefanzweifel/git-auto-commit-action/pull/388">#388</a>)
<a
href="https://github.com/@stefanzweifel"><code>@​stefanzweifel</code></a></li>
<li>Restore Detached State Detection (<a
href="https://redirect.github.com/stefanzweifel/git-auto-commit-action/pull/393">#393</a>)
<a
href="https://github.com/@stefanzweifel"><code>@​stefanzweifel</code></a></li>
<li>Add Support for Tag Messages (<a
href="https://redirect.github.com/stefanzweifel/git-auto-commit-action/pull/391">#391</a>)
<a
href="https://github.com/@EliasBoulharts"><code>@​EliasBoulharts</code></a></li>
</ul>
<h2>Changed</h2>
<ul>
<li>Run Action on Node 24 (<a
href="https://redirect.github.com/stefanzweifel/git-auto-commit-action/pull/389">#389</a>)
<a
href="https://github.com/@stefanzweifel"><code>@​stefanzweifel</code></a></li>
</ul>
<h2>Dependency Updates</h2>
<ul>
<li>Bump actions/checkout from 4 to 5 (<a
href="https://redirect.github.com/stefanzweifel/git-auto-commit-action/pull/386">#386</a>)
[@<a href="https://github.com/apps/dependabot">dependabot[bot]</a>](<a
href="https://github.com/@%5Bdependabot%5Bbot%5D%5D(https://github.com/apps/dependabot)">https://github.com/@[dependabot[bot]](https://github.com/apps/dependabot)</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/stefanzweifel/git-auto-commit-action/blob/master/CHANGELOG.md">stefanzweifel/git-auto-commit-action'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="http://keepachangelog.com/en/1.0.0/">Keep a Changelog</a>
and this project adheres to <a
href="http://semver.org/spec/v2.0.0.html">Semantic Versioning</a>.</p>
<h2><a
href="https://github.com/stefanzweifel/git-auto-commit-action/compare/v7.0.0...HEAD">Unreleased</a></h2>
<blockquote>
<p>TBD</p>
</blockquote>
<h2><a
href="https://github.com/stefanzweifel/git-auto-commit-action/compare/v6.0.1...v7.0.0">v7.0.0</a>
- 2025-10-12</h2>
<h3>Added</h3>
<ul>
<li>Restore skip_fetch, skip_checkout, create_branch (<a
href="https://redirect.github.com/stefanzweifel/git-auto-commit-action/pull/388">#388</a>)
<a
href="https://github.com/@stefanzweifel"><code>@​stefanzweifel</code></a></li>
<li>Restore Detached State Detection (<a
href="https://redirect.github.com/stefanzweifel/git-auto-commit-action/pull/393">#393</a>)
<a
href="https://github.com/@stefanzweifel"><code>@​stefanzweifel</code></a></li>
<li>Add Support for Tag Messages (<a
href="https://redirect.github.com/stefanzweifel/git-auto-commit-action/pull/391">#391</a>)
<a
href="https://github.com/@EliasBoulharts"><code>@​EliasBoulharts</code></a></li>
</ul>
<h3>Changed</h3>
<ul>
<li>Run Action on Node 24 (<a
href="https://redirect.github.com/stefanzweifel/git-auto-commit-action/pull/389">#389</a>)
<a
href="https://github.com/@stefanzweifel"><code>@​stefanzweifel</code></a></li>
</ul>
<h3>Dependency Updates</h3>
<ul>
<li>Bump actions/checkout from 4 to 5 (<a
href="https://redirect.github.com/stefanzweifel/git-auto-commit-action/pull/386">#386</a>)
[@<a href="https://github.com/apps/dependabot">dependabot[bot]</a>](<a
href="https://github.com/@%5Bdependabot%5Bbot%5D%5D(https://github.com/apps/dependabot)">https://github.com/@[dependabot[bot]](https://github.com/apps/dependabot)</a>)</li>
</ul>
<h2><a
href="https://github.com/stefanzweifel/git-auto-commit-action/compare/v6.0.0...v6.0.1">v6.0.1</a>
- 2025-06-11</h2>
<h3>Fixed</h3>
<ul>
<li>Disable Check if Repo is in Detached State (<a
href="https://redirect.github.com/stefanzweifel/git-auto-commit-action/pull/379">#379</a>)
<a
href="https://github.com/@stefanzweifel"><code>@​stefanzweifel</code></a></li>
</ul>
<h2><a
href="https://github.com/stefanzweifel/git-auto-commit-action/compare/v5.2.0...v6.0.0">v6.0.0</a>
- 2025-06-10</h2>
<h3>Added</h3>
<ul>
<li>Throw error early if repository is in a detached state (<a
href="https://redirect.github.com/stefanzweifel/git-auto-commit-action/pull/357">#357</a>)</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Fix PAT instructions with Dependabot (<a
href="https://redirect.github.com/stefanzweifel/git-auto-commit-action/pull/376">#376</a>)
<a
href="https://github.com/@Dreamsorcerer"><code>@​Dreamsorcerer</code></a></li>
</ul>
<h3>Removed</h3>
<ul>
<li>Remove support for <code>create_branch</code>,
<code>skip_checkout</code>, <code>skip_Fetch</code> (<a
href="https://redirect.github.com/stefanzweifel/git-auto-commit-action/pull/314">#314</a>)</li>
</ul>
<h2><a
href="https://github.com/stefanzweifel/git-auto-commit-action/compare/v5.1.0...v5.2.0">v5.2.0</a>
- 2025-04-19</h2>
<h3>Added</h3>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="28e16e8177"><code>28e16e8</code></a>
Release preparations for v7 (<a
href="https://redirect.github.com/stefanzweifel/git-auto-commit-action/issues/394">#394</a>)</li>
<li><a
href="698fd76863"><code>698fd76</code></a>
Merge pull request <a
href="https://redirect.github.com/stefanzweifel/git-auto-commit-action/issues/391">#391</a>
from EliasBoulharts/custom-tag-message</li>
<li><a
href="c40819ab3b"><code>c40819a</code></a>
Update README</li>
<li><a
href="d7ee275235"><code>d7ee275</code></a>
Change internal variable names</li>
<li><a
href="e8684eb0cd"><code>e8684eb</code></a>
Fix Tests</li>
<li><a
href="19497011bb"><code>1949701</code></a>
Merge branch 'master' into pr/391</li>
<li><a
href="a88dc49508"><code>a88dc49</code></a>
Merge pull request <a
href="https://redirect.github.com/stefanzweifel/git-auto-commit-action/issues/388">#388</a>
from stefanzweifel/v7-next</li>
<li><a
href="a531deca6b"><code>a531dec</code></a>
Merge pull request <a
href="https://redirect.github.com/stefanzweifel/git-auto-commit-action/issues/386">#386</a>
from stefanzweifel/dependabot/github_actions/actions/...</li>
<li><a
href="acbe8b15bf"><code>acbe8b1</code></a>
Merge pull request <a
href="https://redirect.github.com/stefanzweifel/git-auto-commit-action/issues/393">#393</a>
from stefanzweifel/v7-warn-detached-head</li>
<li><a
href="d1854850ec"><code>d185485</code></a>
Enable Detached State Check</li>
<li>Additional commits viewable in <a
href="778341af66...28e16e8177">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=stefanzweifel/git-auto-commit-action&package-manager=github_actions&previous-version=6.0.1&new-version=7.0.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 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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-13 08:33:06 +00:00
Carlos Alexandro Becker
eaf8e6c407 docs(dockers/v2): fix typo
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2025-10-12 11:06:15 -03:00
dependabot[bot]
46a55d3eb4 chore(deps): bump mkdocs-rss-plugin from 1.17.3 to 1.17.4 in /www (#6162)
Bumps [mkdocs-rss-plugin](https://github.com/Guts/mkdocs-rss-plugin)
from 1.17.3 to 1.17.4.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/Guts/mkdocs-rss-plugin/releases">mkdocs-rss-plugin's
releases</a>.</em></p>
<blockquote>
<h2>1.17.4</h2>
<!-- raw HTML omitted -->
<h2>What's Changed</h2>
<h3>Bugs fixes 🐛</h3>
<ul>
<li>fix: preserve sentence structure across newlines by <a
href="https://github.com/miketheman"><code>@​miketheman</code></a> in <a
href="https://redirect.github.com/Guts/mkdocs-rss-plugin/pull/378">Guts/mkdocs-rss-plugin#378</a></li>
<li>fix(logs): update references hyperlinks for git depth logs by <a
href="https://github.com/Guts"><code>@​Guts</code></a> in <a
href="https://redirect.github.com/Guts/mkdocs-rss-plugin/pull/384">Guts/mkdocs-rss-plugin#384</a></li>
<li>fix(material): mkdocs_config.plugins.get(&quot;material/blog&quot;)
can be None by <a href="https://github.com/Guts"><code>@​Guts</code></a>
in <a
href="https://redirect.github.com/Guts/mkdocs-rss-plugin/pull/392">Guts/mkdocs-rss-plugin#392</a></li>
</ul>
<h3>Features and enhancements 🎉</h3>
<ul>
<li>improve(images): add timeout to remote images requests by <a
href="https://github.com/Guts"><code>@​Guts</code></a> in <a
href="https://redirect.github.com/Guts/mkdocs-rss-plugin/pull/391">Guts/mkdocs-rss-plugin#391</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/miketheman"><code>@​miketheman</code></a> made
their first contribution in <a
href="https://redirect.github.com/Guts/mkdocs-rss-plugin/pull/378">Guts/mkdocs-rss-plugin#378</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/Guts/mkdocs-rss-plugin/compare/1.17.3...1.17.4">https://github.com/Guts/mkdocs-rss-plugin/compare/1.17.3...1.17.4</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/Guts/mkdocs-rss-plugin/blob/main/CHANGELOG.md">mkdocs-rss-plugin's
changelog</a>.</em></p>
<blockquote>
<h2>1.17.4 - 2025-10-10</h2>
<h3>Bugs fixes 🐛</h3>
<ul>
<li>fix(logs): update references hyperlinks for git depth logs by <a
href="https://github.com/Guts"><code>@​Guts</code></a> in <a
href="https://redirect.github.com/Guts/mkdocs-rss-plugin/pull/384">Guts/mkdocs-rss-plugin#384</a></li>
<li>fix(material): mkdocs_config.plugins.get(&quot;material/blog&quot;)
can be None by <a href="https://github.com/Guts"><code>@​Guts</code></a>
in <a
href="https://redirect.github.com/Guts/mkdocs-rss-plugin/pull/392">Guts/mkdocs-rss-plugin#392</a></li>
<li>fix: preserve sentence structure across newlines by <a
href="https://github.com/miketheman"><code>@​miketheman</code></a> in <a
href="https://redirect.github.com/Guts/mkdocs-rss-plugin/pull/378">Guts/mkdocs-rss-plugin#378</a></li>
</ul>
<h3>Features and enhancements 🎉</h3>
<ul>
<li>improve(images): add timeout to remote images requests by <a
href="https://github.com/Guts"><code>@​Guts</code></a> in <a
href="https://redirect.github.com/Guts/mkdocs-rss-plugin/pull/391">Guts/mkdocs-rss-plugin#391</a></li>
</ul>
<h3>New Contributors</h3>
<ul>
<li><a
href="https://github.com/miketheman"><code>@​miketheman</code></a> made
their first contribution in <a
href="https://redirect.github.com/Guts/mkdocs-rss-plugin/pull/378">Guts/mkdocs-rss-plugin#378</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="67858c5399"><code>67858c5</code></a>
release: bump version to 1.17.4</li>
<li><a
href="85b60b00b4"><code>85b60b0</code></a>
update(tooling): refine excluded authors</li>
<li><a
href="4f67a41301"><code>4f67a41</code></a>
fix(material): mkdocs_config.plugins.get(&quot;material/blog&quot;) can
be None (<a
href="https://redirect.github.com/Guts/mkdocs-rss-plugin/issues/392">#392</a>)</li>
<li><a
href="91242c6947"><code>91242c6</code></a>
update(docs): add SonarQube badge</li>
<li><a
href="9fe2ad8b33"><code>9fe2ad8</code></a>
fix(material): mkdocs_config.plugins.get(&quot;material/blog&quot;) can
be None</li>
<li><a
href="0b473622a0"><code>0b47362</code></a>
improve(images): add timeout to remote images requests (<a
href="https://redirect.github.com/Guts/mkdocs-rss-plugin/issues/391">#391</a>)</li>
<li><a
href="993d7c21d1"><code>993d7c2</code></a>
build(deps): update mkdocstrings-python requirement from
&lt;1.17,&gt;=1.16.2 to &gt;=...</li>
<li><a
href="fd2e92f0c6"><code>fd2e92f</code></a>
build(deps): update mkdocstrings-python requirement</li>
<li><a
href="cd5a8b91b0"><code>cd5a8b9</code></a>
build(deps): update pytest-cov requirement from &lt;7,&gt;=6 to
&gt;=6,&lt;8 (<a
href="https://redirect.github.com/Guts/mkdocs-rss-plugin/issues/385">#385</a>)</li>
<li><a
href="eb0c1f3aad"><code>eb0c1f3</code></a>
build(deps): update pytest-cov requirement from &lt;7,&gt;=6 to
&gt;=6,&lt;8</li>
<li>Additional commits viewable in <a
href="https://github.com/Guts/mkdocs-rss-plugin/compare/1.17.3...1.17.4">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=mkdocs-rss-plugin&package-manager=pip&previous-version=1.17.3&new-version=1.17.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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-10 09:53:41 -03:00
dependabot[bot]
ce7c641e11 chore(deps): bump golang.org/x/oauth2 from 0.31.0 to 0.32.0 (#6161)
[//]: # (dependabot-start)
⚠️  **Dependabot is rebasing this PR** ⚠️ 

Rebasing might not happen immediately, so don't worry if this takes some
time.

Note: if you make any changes to this PR yourself, they will take
precedence over the rebase.

---

[//]: # (dependabot-end)

Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2) from
0.31.0 to 0.32.0.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="792c877635"><code>792c877</code></a>
oauth2: use strings.Builder instead of bytes.Buffer</li>
<li>See full diff in <a
href="https://github.com/golang/oauth2/compare/v0.31.0...v0.32.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/oauth2&package-manager=go_modules&previous-version=0.31.0&new-version=0.32.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 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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-10 08:22:56 +00:00
dependabot[bot]
fe72a22e11 chore(deps): bump gitlab.com/gitlab-org/api/client-go from 0.154.0 to 0.156.0 (#6160)
Bumps
[gitlab.com/gitlab-org/api/client-go](https://gitlab.com/gitlab-org/api/client-go)
from 0.154.0 to 0.156.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://gitlab.com/gitlab-org/api/client-go/tags">gitlab.com/gitlab-org/api/client-go's
releases</a>.</em></p>
<blockquote>
<h2>v0.156.0</h2>
<h2>0.156.0</h2>
<h3>🚀 Features</h3>
<ul>
<li>feat(api): add support for test report summary api (<a
href="https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2487">!2487</a>)
by <a href="https://gitlab.com/danifbento">Daniela Filipe Bento</a></li>
</ul>
<h1><a
href="https://gitlab.com/gitlab-org/api/client-go/compare/v0.155.0...v0.156.0">0.156.0</a>
(2025-10-10)</h1>
<h3>Features</h3>
<ul>
<li><strong>api:</strong> add support for test report summary api (<a
href="8a0c6dde10">8a0c6dd</a>)</li>
</ul>
<h2>v0.155.0</h2>
<h2>0.155.0</h2>
<h3>🚀 Features</h3>
<ul>
<li>feat(group_relations_export): Added Group Relations API integration
(<a
href="https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2508">!2508</a>)
by <a href="https://gitlab.com/elC0mpa">Jose Gabriel Companioni
Benitez</a></li>
</ul>
<h3>🔄 Other Changes</h3>
<ul>
<li>chore: use local protoc plugin with buf (<a
href="https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2536">!2536</a>)
by <a href="https://gitlab.com/timofurrer">Timo Furrer</a></li>
<li>chore(no-release): Change generated file comment (<a
href="https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2532">!2532</a>)
by <a href="https://gitlab.com/alexandear">Oleksandr Redko</a></li>
<li>docs(no-release): Fix the comment for EnvVarGitLabContext (<a
href="https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2533">!2533</a>)
by <a href="https://gitlab.com/alexandear">Oleksandr Redko</a></li>
<li>feat(client_options): Added unit tests (<a
href="https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2510">!2510</a>)
by <a href="https://gitlab.com/elC0mpa">Jose Gabriel Companioni
Benitez</a></li>
</ul>
<h1><a
href="https://gitlab.com/gitlab-org/api/client-go/compare/v0.154.0...v0.155.0">0.155.0</a>
(2025-10-09)</h1>
<h3>Features</h3>
<ul>
<li><strong>client_options:</strong> Added unit tests (<a
href="c14803189a">c148031</a>)</li>
<li><strong>group_relations_export:</strong> Added Group Relations API
integration (<a
href="956e03950d">956e039</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://gitlab.com/gitlab-org/api/client-go/blob/main/CHANGELOG.md">gitlab.com/gitlab-org/api/client-go's
changelog</a>.</em></p>
<blockquote>
<h2>0.156.0</h2>
<h3>🚀 Features</h3>
<ul>
<li>feat(api): add support for test report summary api (<a
href="https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2487">!2487</a>)
by <a href="https://gitlab.com/danifbento">Daniela Filipe Bento</a></li>
</ul>
<h1><a
href="https://gitlab.com/gitlab-org/api/client-go/compare/v0.155.0...v0.156.0">0.156.0</a>
(2025-10-10)</h1>
<h3>Features</h3>
<ul>
<li><strong>api:</strong> add support for test report summary api (<a
href="8a0c6dde10">8a0c6dd</a>)</li>
</ul>
<h2>0.155.0</h2>
<h3>🚀 Features</h3>
<ul>
<li>feat(group_relations_export): Added Group Relations API integration
(<a
href="https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2508">!2508</a>)
by <a href="https://gitlab.com/elC0mpa">Jose Gabriel Companioni
Benitez</a></li>
</ul>
<h3>🔄 Other Changes</h3>
<ul>
<li>chore: use local protoc plugin with buf (<a
href="https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2536">!2536</a>)
by <a href="https://gitlab.com/timofurrer">Timo Furrer</a></li>
<li>chore(no-release): Change generated file comment (<a
href="https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2532">!2532</a>)
by <a href="https://gitlab.com/alexandear">Oleksandr Redko</a></li>
<li>docs(no-release): Fix the comment for EnvVarGitLabContext (<a
href="https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2533">!2533</a>)
by <a href="https://gitlab.com/alexandear">Oleksandr Redko</a></li>
<li>feat(client_options): Added unit tests (<a
href="https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2510">!2510</a>)
by <a href="https://gitlab.com/elC0mpa">Jose Gabriel Companioni
Benitez</a></li>
</ul>
<h1><a
href="https://gitlab.com/gitlab-org/api/client-go/compare/v0.154.0...v0.155.0">0.155.0</a>
(2025-10-09)</h1>
<h3>Features</h3>
<ul>
<li><strong>client_options:</strong> Added unit tests (<a
href="c14803189a">c148031</a>)</li>
<li><strong>group_relations_export:</strong> Added Group Relations API
integration (<a
href="956e03950d">956e039</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="bf80b98bf4"><code>bf80b98</code></a>
chore(release): 0.156.0 [skip ci]</li>
<li><a
href="5fea1c4ffb"><code>5fea1c4</code></a>
Merge branch 'feature/add-support-pipeline-test-report-summary' into
'main'</li>
<li><a
href="8a0c6dde10"><code>8a0c6dd</code></a>
feat(api): add support for test report summary api</li>
<li><a
href="a46ba96d6c"><code>a46ba96</code></a>
chore(release): 0.155.0 [skip ci]</li>
<li><a
href="e1af445009"><code>e1af445</code></a>
Merge branch 'feat/2160' into 'main'</li>
<li><a
href="956e03950d"><code>956e039</code></a>
feat(group_relations_export): Added Group Relations API integration</li>
<li><a
href="4f824f6407"><code>4f824f6</code></a>
Merge branch 'use-local-protoc-plugin' into 'main'</li>
<li><a
href="2f6b5b2c61"><code>2f6b5b2</code></a>
chore: use local protoc plugin with buf</li>
<li><a
href="fe4b3a4d6a"><code>fe4b3a4</code></a>
Merge branch 'chore/change-generated-header' into 'main'</li>
<li><a
href="e4bc46546a"><code>e4bc465</code></a>
chore(no-release): Change generated file comment</li>
<li>Additional commits viewable in <a
href="https://gitlab.com/gitlab-org/api/client-go/compare/v0.154.0...v0.156.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=gitlab.com/gitlab-org/api/client-go&package-manager=go_modules&previous-version=0.154.0&new-version=0.156.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 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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-10 08:21:57 +00:00
Oleksandr Redko
1e72fcf0ab docs: fix duplicated packages comments (#6150)
This PR fixes
[`godoclint`](https://golangci-lint.run/docs/linters/configuration/#godoclint)
issues that reports about duplicated package comments:

```console
❯ golangci-lint run --enable-only godoclint
cmd/build.go:1:1: package has more than one godoc ("cmd") (godoclint)
// Package cmd provides the command line interface for goreleaser.
^
cmd/init.go:1:1: package has more than one godoc ("cmd") (godoclint)
// Package cmd provides the command line interface for goreleaser.
^
internal/pipe/blob/blob.go:1:1: package has more than one godoc ("blob") (godoclint)
// Package blob provides the pipe implementation that uploads files to "blob" providers, such as s3, gcs and azure.
^
internal/pipe/blob/doc.go:1:1: package has more than one godoc ("blob") (godoclint)
// Package blob provides a Pipe that push artifacts to blob supported by Go CDK
^
internal/pipe/chocolatey/chocolatey.go:1:1: package has more than one godoc ("chocolatey") (godoclint)
// Package chocolatey publishes chocolatey packages.
^
internal/pipe/chocolatey/nuspec.go:1:1: package has more than one godoc ("chocolatey") (godoclint)
// Package chocolatey creates chocolatey packages.
^
internal/pipe/gomod/doc.go:1:1: package has more than one godoc ("gomod") (godoclint)
// Package gomod provides go modules utilities, such as template variables and the ability to proxy the module from
^
internal/pipe/gomod/gomod_proxy.go:1:1: package has more than one godoc ("gomod") (godoclint)
// Package gomod provides go modules utilities, such as template variables and the ability to proxy the module from
^
internal/pipe/linkedin/client.go:1:1: package has more than one godoc ("linkedin") (godoclint)
// Package linkedin announces releases on LinkedIn.
^
internal/pipe/linkedin/linkedin.go:1:1: package has more than one godoc ("linkedin") (godoclint)
// Package linkedin announces releases on LinkedIn.
^
internal/pipe/winget/template.go:1:1: package has more than one godoc ("winget") (godoclint)
// Package winget creates winget manifests.
^
internal/pipe/winget/winget.go:1:1: package has more than one godoc ("winget") (godoclint)
// Package winget creates winget manifests.
^
12 issues:
* godoclint: 12
```

Before (see the text in "Overview"):

<img width="835" height="680" alt="image"
src="https://github.com/user-attachments/assets/a19f7574-3c8c-45da-be80-c1c57ceb413e"
/>

After:

<img width="998" height="566" alt="image"
src="https://github.com/user-attachments/assets/ae6ca863-3d52-4907-8634-26271f3ef7de"
/>
2025-10-09 14:39:47 -03:00
dependabot[bot]
6fbbab1780 chore(deps): bump gitlab.com/gitlab-org/api/client-go from 0.152.0 to 0.154.0 (#6156)
Bumps
[gitlab.com/gitlab-org/api/client-go](https://gitlab.com/gitlab-org/api/client-go)
from 0.152.0 to 0.154.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://gitlab.com/gitlab-org/api/client-go/tags">gitlab.com/gitlab-org/api/client-go's
releases</a>.</em></p>
<blockquote>
<h2>v0.154.0</h2>
<h2>0.154.0</h2>
<h3>🚀 Features</h3>
<ul>
<li>feat(protected_packages): Add api integration (<a
href="https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2520">!2520</a>)
by <a href="https://gitlab.com/elC0mpa">Jose Gabriel Companioni
Benitez</a></li>
</ul>
<h1><a
href="https://gitlab.com/gitlab-org/api/client-go/compare/v0.153.0...v0.154.0">0.154.0</a>
(2025-10-08)</h1>
<h3>Features</h3>
<ul>
<li><strong>protected_packages:</strong> Add api integration (<a
href="2de15c7875">2de15c7</a>)</li>
</ul>
<h2>v0.153.0</h2>
<h2>0.153.0</h2>
<h3>🚀 Features</h3>
<ul>
<li>feat(project_Statistics): Added api integration (<a
href="https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2512">!2512</a>)
by <a href="https://gitlab.com/elC0mpa">Jose Gabriel Companioni
Benitez</a></li>
</ul>
<h3>🔄 Other Changes</h3>
<ul>
<li>refactor: moved comments to interface (<a
href="https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2509">!2509</a>)
by <a href="https://gitlab.com/ajeymuthiah">ajey muthiah</a></li>
<li>chore(no-release): Helper Functions for Code Refactoring (<a
href="https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2503">!2503</a>)
by <a href="https://gitlab.com/yashes7516">Yashesvinee V</a></li>
<li>Add t.Parallel() to all tests and enable linters (<a
href="https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2513">!2513</a>)
by <a href="https://gitlab.com/timofurrer">Timo Furrer</a></li>
<li>ci: Remove the <code>commitlint</code> job. (<a
href="https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2511">!2511</a>)
by <a href="https://gitlab.com/fforster">Florian Forster</a></li>
<li>refactor: moved comments to interface (<a
href="https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2507">!2507</a>)
by <a href="https://gitlab.com/ajeymuthiah">ajey muthiah</a></li>
</ul>
<h1><a
href="https://gitlab.com/gitlab-org/api/client-go/compare/v0.152.0...v0.153.0">0.153.0</a>
(2025-10-08)</h1>
<h3>Features</h3>
<ul>
<li><strong>project_Statistics:</strong> Added api integration (<a
href="75b5a03010">75b5a03</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://gitlab.com/gitlab-org/api/client-go/blob/main/CHANGELOG.md">gitlab.com/gitlab-org/api/client-go's
changelog</a>.</em></p>
<blockquote>
<h2>0.154.0</h2>
<h3>🚀 Features</h3>
<ul>
<li>feat(protected_packages): Add api integration (<a
href="https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2520">!2520</a>)
by <a href="https://gitlab.com/elC0mpa">Jose Gabriel Companioni
Benitez</a></li>
</ul>
<h1><a
href="https://gitlab.com/gitlab-org/api/client-go/compare/v0.153.0...v0.154.0">0.154.0</a>
(2025-10-08)</h1>
<h3>Features</h3>
<ul>
<li><strong>protected_packages:</strong> Add api integration (<a
href="2de15c7875">2de15c7</a>)</li>
</ul>
<h2>0.153.0</h2>
<h3>🚀 Features</h3>
<ul>
<li>feat(project_Statistics): Added api integration (<a
href="https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2512">!2512</a>)
by <a href="https://gitlab.com/elC0mpa">Jose Gabriel Companioni
Benitez</a></li>
</ul>
<h3>🔄 Other Changes</h3>
<ul>
<li>refactor: moved comments to interface (<a
href="https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2509">!2509</a>)
by <a href="https://gitlab.com/ajeymuthiah">ajey muthiah</a></li>
<li>chore(no-release): Helper Functions for Code Refactoring (<a
href="https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2503">!2503</a>)
by <a href="https://gitlab.com/yashes7516">Yashesvinee V</a></li>
<li>Add t.Parallel() to all tests and enable linters (<a
href="https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2513">!2513</a>)
by <a href="https://gitlab.com/timofurrer">Timo Furrer</a></li>
<li>ci: Remove the <code>commitlint</code> job. (<a
href="https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2511">!2511</a>)
by <a href="https://gitlab.com/fforster">Florian Forster</a></li>
<li>refactor: moved comments to interface (<a
href="https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2507">!2507</a>)
by <a href="https://gitlab.com/ajeymuthiah">ajey muthiah</a></li>
</ul>
<h1><a
href="https://gitlab.com/gitlab-org/api/client-go/compare/v0.152.0...v0.153.0">0.153.0</a>
(2025-10-08)</h1>
<h3>Features</h3>
<ul>
<li><strong>project_Statistics:</strong> Added api integration (<a
href="75b5a03010">75b5a03</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="0eaa7001d3"><code>0eaa700</code></a>
chore(release): 0.154.0 [skip ci]</li>
<li><a
href="331349f955"><code>331349f</code></a>
Merge branch 'feat/2163' into 'main'</li>
<li><a
href="2de15c7875"><code>2de15c7</code></a>
feat(protected_packages): Add api integration</li>
<li><a
href="14b96f59cd"><code>14b96f5</code></a>
chore(release): 0.153.0 [skip ci]</li>
<li><a
href="8a44520635"><code>8a44520</code></a>
Merge branch 'feat/2164' into 'main'</li>
<li><a
href="75b5a03010"><code>75b5a03</code></a>
feat(project_Statistics): Added api integration</li>
<li><a
href="62acedf361"><code>62acedf</code></a>
Merge branch 'feature/refactor-comments-batch-1' into 'main'</li>
<li><a
href="1bc0ec6ecd"><code>1bc0ec6</code></a>
refactor: moved comments to interface</li>
<li><a
href="25874e3058"><code>25874e3</code></a>
Merge branch 'feature/code-refactor' into 'main'</li>
<li><a
href="603dfaf1e1"><code>603dfaf</code></a>
chore(no-release): Helper Functions for Code Refactoring</li>
<li>Additional commits viewable in <a
href="https://gitlab.com/gitlab-org/api/client-go/compare/v0.152.0...v0.154.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=gitlab.com/gitlab-org/api/client-go&package-manager=go_modules&previous-version=0.152.0&new-version=0.154.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 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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-09 08:49:39 +00:00
dependabot[bot]
2bc627a85c chore(deps): bump golang.org/x/tools from 0.37.0 to 0.38.0 (#6157)
Bumps [golang.org/x/tools](https://github.com/golang/tools) from 0.37.0
to 0.38.0.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="a22b5e8a9b"><code>a22b5e8</code></a>
go.mod: update golang.org/x dependencies</li>
<li><a
href="4bbcc9fd12"><code>4bbcc9f</code></a>
all: use reflect.TypeFor instead of reflect.TypeOf when we have known
the type</li>
<li><a
href="122c93afe1"><code>122c93a</code></a>
internal/refactor: AddImport: remove unnecessary result</li>
<li><a
href="76aace8abc"><code>76aace8</code></a>
internal/analysisinternal: rationalize</li>
<li><a
href="8cf2d63f23"><code>8cf2d63</code></a>
gopls/internal/golang: add condition for enabling package move</li>
<li><a
href="1f054fd59c"><code>1f054fd</code></a>
x/tools: downgrade token.FileSet parameters to token.File</li>
<li><a
href="44e71e5c40"><code>44e71e5</code></a>
go/analysis/passes/printf: check anonymous functions too</li>
<li><a
href="9095e9b831"><code>9095e9b</code></a>
internal/analysisinternal: extract DeleteVar</li>
<li><a
href="62a1b26b1a"><code>62a1b26</code></a>
internal/analysisinternal: IsChildOf(Cursor, edge.Kind) bool</li>
<li><a
href="d32fb5053d"><code>d32fb50</code></a>
internal/analysisinternal: export EnclosingFile</li>
<li>Additional commits viewable in <a
href="https://github.com/golang/tools/compare/v0.37.0...v0.38.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/tools&package-manager=go_modules&previous-version=0.37.0&new-version=0.38.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 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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-09 08:24:42 +00:00
dependabot[bot]
a43263fef0 chore(deps): bump github.com/docker/docker from 28.5.0+incompatible to 28.5.1+incompatible (#6159)
Bumps [github.com/docker/docker](https://github.com/docker/docker) from
28.5.0+incompatible to 28.5.1+incompatible.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/docker/docker/releases">github.com/docker/docker's
releases</a>.</em></p>
<blockquote>
<h2>v28.5.1</h2>
<h2>28.5.1</h2>
<p>For a full list of pull requests and changes in this release, refer
to the relevant GitHub milestones:</p>
<ul>
<li><a
href="https://github.com/docker/cli/issues?q=is%3Aclosed+milestone%3A28.5.1">docker/cli,
28.5.1 milestone</a></li>
<li><a
href="https://github.com/moby/moby/issues?q=is%3Aclosed+milestone%3A28.5.1">moby/moby,
28.5.1 milestone</a></li>
<li>Deprecated and removed features, see <a
href="https://github.com/docker/cli/blob/v28.5.1/docs/deprecated.md">Deprecated
Features</a>.</li>
<li>Changes to the Engine API, see <a
href="https://github.com/moby/moby/blob/v28.5.1/docs/api/version-history.md">API
version history</a>.</li>
</ul>
<h3>Bug fixes and enhancements</h3>
<ul>
<li>Update BuildKit to v0.25.1. <a
href="https://redirect.github.com/moby/moby/pull/51137">moby/moby#51137</a></li>
<li>Update Go runtime to <a
href="https://go.dev/doc/devel/release#go1.24.8">1.24.8</a>. <a
href="https://redirect.github.com/moby/moby/pull/51133">moby/moby#51133</a>,
<a
href="https://redirect.github.com/docker/cli/pull/6541">docker/cli#6541</a></li>
</ul>
<h3>Deprecations</h3>
<ul>
<li>api/types/image: InspectResponse: deprecate <code>Parent</code> and
<code>DockerVersion</code> fields. <a
href="https://redirect.github.com/moby/moby/pull/51105">moby/moby#51105</a></li>
<li>api/types/plugin: deprecate <code>Config.DockerVersion</code> field.
<a
href="https://redirect.github.com/moby/moby/pull/51110">moby/moby#51110</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="f8215cc266"><code>f8215cc</code></a>
Merge pull request <a
href="https://redirect.github.com/docker/docker/issues/51137">#51137</a>
from austinvazquez/cherry-pick-vendor-buildkit-0.25...</li>
<li><a
href="40a856a593"><code>40a856a</code></a>
hack: add patch to buildkit tests</li>
<li><a
href="5d1c3119f2"><code>5d1c311</code></a>
vendor: update buildkit to v0.25.1</li>
<li><a
href="90506c1144"><code>90506c1</code></a>
Merge pull request <a
href="https://redirect.github.com/docker/docker/issues/51133">#51133</a>
from vvoland/51132-28.x</li>
<li><a
href="17db0cd834"><code>17db0cd</code></a>
Merge pull request <a
href="https://redirect.github.com/docker/docker/issues/51128">#51128</a>
from thaJeztah/28.x_backport_gcpolicy-invalid-calcu...</li>
<li><a
href="f7c40ea344"><code>f7c40ea</code></a>
update to go1.24.8</li>
<li><a
href="dccf7c889c"><code>dccf7c8</code></a>
builder: use proper percentage calculations for default gc policy</li>
<li><a
href="0f040aa194"><code>0f040aa</code></a>
Merge pull request <a
href="https://redirect.github.com/docker/docker/issues/51126">#51126</a>
from vvoland/51124-28.x</li>
<li><a
href="5b1a039e6f"><code>5b1a039</code></a>
ci: fix cache for go modules</li>
<li><a
href="8fa4bd5e0d"><code>8fa4bd5</code></a>
Merge pull request <a
href="https://redirect.github.com/docker/docker/issues/51121">#51121</a>
from crazy-max/28.x_ci-caches-fixes</li>
<li>Additional commits viewable in <a
href="https://github.com/docker/docker/compare/v28.5.0...v28.5.1">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/docker/docker&package-manager=go_modules&previous-version=28.5.0+incompatible&new-version=28.5.1+incompatible)](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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-09 08:23:18 +00:00