mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-01-08 03:31:59 +02:00
46fdb5552a
4272 Commits
Author | SHA1 | Message | Date | |
---|---|---|---|---|
Carlos Alexandro Becker
|
46fdb5552a
|
fix: multiple files with same name warning (#3660)
the warning was too trigger happy, this should fix it. thanks @ioga for reporting it. Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com> |
||
dependabot[bot]
|
89856068b8
|
chore(deps): Bump actions/cache from 3.2.0 to 3.2.1 (#3658)
Bumps [actions/cache](https://github.com/actions/cache) from 3.2.0 to 3.2.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/actions/cache/releases">actions/cache's releases</a>.</em></p> <blockquote> <h2>v3.2.1</h2> <h2>What's Changed</h2> <ul> <li>Release compression related changes for windows by <a href="https://github.com/Phantsure"><code>@Phantsure</code></a> in <a href="https://github-redirect.dependabot.com/actions/cache/pull/1039">actions/cache#1039</a></li> <li>Upgrade codeql to v2 by <a href="https://github.com/Phantsure"><code>@Phantsure</code></a> in <a href="https://github-redirect.dependabot.com/actions/cache/pull/1023">actions/cache#1023</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/actions/cache/compare/v3.2.0...v3.2.1">https://github.com/actions/cache/compare/v3.2.0...v3.2.1</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/actions/cache/blob/main/RELEASES.md">actions/cache's changelog</a>.</em></p> <blockquote> <h1>Releases</h1> <h3>3.0.0</h3> <ul> <li>Updated minimum runner version support from node 12 -> node 16</li> </ul> <h3>3.0.1</h3> <ul> <li>Added support for caching from GHES 3.5.</li> <li>Fixed download issue for files > 2GB during restore.</li> </ul> <h3>3.0.2</h3> <ul> <li>Added support for dynamic cache size cap on GHES.</li> </ul> <h3>3.0.3</h3> <ul> <li>Fixed avoiding empty cache save when no files are available for caching. (<a href="https://github-redirect.dependabot.com/actions/cache/issues/624">issue</a>)</li> </ul> <h3>3.0.4</h3> <ul> <li>Fixed tar creation error while trying to create tar with path as <code>~/</code> home folder on <code>ubuntu-latest</code>. (<a href="https://github-redirect.dependabot.com/actions/cache/issues/689">issue</a>)</li> </ul> <h3>3.0.5</h3> <ul> <li>Removed error handling by consuming actions/cache 3.0 toolkit, Now cache server error handling will be done by toolkit. (<a href="https://github-redirect.dependabot.com/actions/cache/pull/834">PR</a>)</li> </ul> <h3>3.0.6</h3> <ul> <li>Fixed <a href="https://github-redirect.dependabot.com/actions/cache/issues/809">#809</a> - zstd -d: no such file or directory error</li> <li>Fixed <a href="https://github-redirect.dependabot.com/actions/cache/issues/833">#833</a> - cache doesn't work with github workspace directory</li> </ul> <h3>3.0.7</h3> <ul> <li>Fixed <a href="https://github-redirect.dependabot.com/actions/cache/issues/810">#810</a> - download stuck issue. A new timeout is introduced in the download process to abort the download if it gets stuck and doesn't finish within an hour.</li> </ul> <h3>3.0.8</h3> <ul> <li>Fix zstd not working for windows on gnu tar in issues <a href="https://github-redirect.dependabot.com/actions/cache/issues/888">#888</a> and <a href="https://github-redirect.dependabot.com/actions/cache/issues/891">#891</a>.</li> <li>Allowing users to provide a custom timeout as input for aborting download of a cache segment using an environment variable <code>SEGMENT_DOWNLOAD_TIMEOUT_MINS</code>. Default is 60 minutes.</li> </ul> <h3>3.0.9</h3> <ul> <li>Enhanced the warning message for cache unavailablity in case of GHES.</li> </ul> <h3>3.0.10</h3> <ul> <li>Fix a bug with sorting inputs.</li> <li>Update definition for restore-keys in README.md</li> </ul> <h3>3.0.11</h3> <ul> <li>Update toolkit version to 3.0.5 to include <code>@actions/core@^1.10.0</code></li> <li>Update <code>@actions/cache</code> to use updated <code>saveState</code> and <code>setOutput</code> functions from <code>@actions/core@^1.10.0</code></li> </ul> <h3>3.1.0-beta.1</h3> <ul> <li>Update <code>@actions/cache</code> on windows to use gnu tar and zstd by default and fallback to bsdtar and zstd if gnu tar is not available. (<a href="https://github-redirect.dependabot.com/actions/cache/issues/984">issue</a>)</li> </ul> <h3>3.1.0-beta.2</h3> <ul> <li>Added support for fallback to gzip to restore old caches on windows.</li> </ul> <h3>3.1.0-beta.3</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
dependabot[bot]
|
6c9adcb1c7
|
chore(deps): bump actions/cache from 3.0.11 to 3.2.0 (#3657)
Bumps [actions/cache](https://github.com/actions/cache) from 3.0.11 to 3.2.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/actions/cache/releases">actions/cache's releases</a>.</em></p> <blockquote> <h2>v3.2.0</h2> <h2>What's Changed</h2> <ul> <li>fix wrong timeout env var key in README.md by <a href="https://github.com/walterddr"><code>@walterddr</code></a> in <a href="https://github-redirect.dependabot.com/actions/cache/pull/959">actions/cache#959</a></li> <li>Updated release doc with correct env variable by <a href="https://github.com/kotewar"><code>@kotewar</code></a> in <a href="https://github-redirect.dependabot.com/actions/cache/pull/960">actions/cache#960</a></li> <li>Create pull_request_template.md by <a href="https://github.com/pdotl"><code>@pdotl</code></a> in <a href="https://github-redirect.dependabot.com/actions/cache/pull/963">actions/cache#963</a></li> <li>Update README with clearer info about cache-hit and its value by <a href="https://github.com/kotewar"><code>@kotewar</code></a> in <a href="https://github-redirect.dependabot.com/actions/cache/pull/961">actions/cache#961</a></li> <li>Change datadog/squid to Ubuntu/squid in CI check by <a href="https://github.com/bishal-pdMSFT"><code>@bishal-pdMSFT</code></a> in <a href="https://github-redirect.dependabot.com/actions/cache/pull/976">actions/cache#976</a></li> <li>Add more details to version section in readme by <a href="https://github.com/bishal-pdMSFT"><code>@bishal-pdMSFT</code></a> in <a href="https://github-redirect.dependabot.com/actions/cache/pull/971">actions/cache#971</a></li> <li>Update hashFiles documentation reference by <a href="https://github.com/asaf400"><code>@asaf400</code></a> in <a href="https://github-redirect.dependabot.com/actions/cache/pull/979">actions/cache#979</a></li> <li>Updated link for cache segment download info by <a href="https://github.com/kotewar"><code>@kotewar</code></a> in <a href="https://github-redirect.dependabot.com/actions/cache/pull/986">actions/cache#986</a></li> <li>Readme update for deleting caches by <a href="https://github.com/t-dedah"><code>@t-dedah</code></a> in <a href="https://github-redirect.dependabot.com/actions/cache/pull/981">actions/cache#981</a></li> <li>Add oncall logic to assign issues and PRs by <a href="https://github.com/vsvipul"><code>@vsvipul</code></a> in <a href="https://github-redirect.dependabot.com/actions/cache/pull/997">actions/cache#997</a></li> <li>Bump minimatch from 3.0.4 to 3.1.2 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://github-redirect.dependabot.com/actions/cache/pull/998">actions/cache#998</a></li> <li>Revert "Bump minimatch from 3.0.4 to 3.1.2" by <a href="https://github.com/vsvipul"><code>@vsvipul</code></a> in <a href="https://github-redirect.dependabot.com/actions/cache/pull/1005">actions/cache#1005</a></li> <li>Fix npm vulnerability by <a href="https://github.com/Phantsure"><code>@Phantsure</code></a> in <a href="https://github-redirect.dependabot.com/actions/cache/pull/1007">actions/cache#1007</a></li> <li>refactor: Use early return pattern to avoid nested conditions by <a href="https://github.com/jongwooo"><code>@jongwooo</code></a> in <a href="https://github-redirect.dependabot.com/actions/cache/pull/1013">actions/cache#1013</a></li> <li>Use cache in check-dist.yml by <a href="https://github.com/jongwooo"><code>@jongwooo</code></a> in <a href="https://github-redirect.dependabot.com/actions/cache/pull/1004">actions/cache#1004</a></li> <li>chore: Use built-in cache action to cache dependencies by <a href="https://github.com/jongwooo"><code>@jongwooo</code></a> in <a href="https://github-redirect.dependabot.com/actions/cache/pull/1014">actions/cache#1014</a></li> <li>Updated node example by <a href="https://github.com/t-dedah"><code>@t-dedah</code></a> in <a href="https://github-redirect.dependabot.com/actions/cache/pull/1008">actions/cache#1008</a></li> <li>Fix: Node npm doc example by <a href="https://github.com/apascualm"><code>@apascualm</code></a> in <a href="https://github-redirect.dependabot.com/actions/cache/pull/1026">actions/cache#1026</a></li> <li>docs: fix an invalid link in workarounds.md by <a href="https://github.com/teatimeguest"><code>@teatimeguest</code></a> in <a href="https://github-redirect.dependabot.com/actions/cache/pull/929">actions/cache#929</a></li> <li>General Availability release for granular cache by <a href="https://github.com/kotewar"><code>@kotewar</code></a> in <a href="https://github-redirect.dependabot.com/actions/cache/pull/1035">actions/cache#1035</a> More details here on <a href="https://github.com/actions/cache/discussions/1020">beta</a> release.</li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/walterddr"><code>@walterddr</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/actions/cache/pull/959">actions/cache#959</a></li> <li><a href="https://github.com/asaf400"><code>@asaf400</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/actions/cache/pull/979">actions/cache#979</a></li> <li><a href="https://github.com/jongwooo"><code>@jongwooo</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/actions/cache/pull/1013">actions/cache#1013</a></li> <li><a href="https://github.com/apascualm"><code>@apascualm</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/actions/cache/pull/1026">actions/cache#1026</a></li> <li><a href="https://github.com/teatimeguest"><code>@teatimeguest</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/actions/cache/pull/929">actions/cache#929</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/actions/cache/compare/v3...v3.2.0">https://github.com/actions/cache/compare/v3...v3.2.0</a></p> <h2>v3.2.0-beta.1</h2> <h2>What's Changed</h2> <ul> <li>Actions Cache Granular Control Implementation by <a href="https://github.com/kotewar"><code>@kotewar</code></a> in <a href="https://github-redirect.dependabot.com/actions/cache/pull/1006">actions/cache#1006</a></li> </ul> <h2>v3.1.0-beta.3</h2> <h2>What's Changed</h2> <ul> <li>Bug fixes for bsdtar fallback, if gnutar not available, and gzip fallback, if cache saved using old cache action, on windows.</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/actions/cache/compare/v3.1.0-beta.2...v3.1.0-beta.3">https://github.com/actions/cache/compare/v3.1.0-beta.2...v3.1.0-beta.3</a></p> <h2>v3.1.0-beta.2</h2> <h2>What's Changed</h2> <ul> <li>Updated node example by <a href="https://github.com/t-dedah"><code>@t-dedah</code></a> in <a href="https://github-redirect.dependabot.com/actions/cache/pull/1008">actions/cache#1008</a></li> <li>Release cache <code>3.1.0-beta.2</code> with gzip fallback for old cache by <a href="https://github.com/Phantsure"><code>@Phantsure</code></a> in <a href="https://github-redirect.dependabot.com/actions/cache/pull/1022">actions/cache#1022</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/actions/cache/compare/v3.1.0-beta.1...v3.1.0-beta.2">https://github.com/actions/cache/compare/v3.1.0-beta.1...v3.1.0-beta.2</a></p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/actions/cache/blob/main/RELEASES.md">actions/cache's changelog</a>.</em></p> <blockquote> <h1>Releases</h1> <h3>3.0.0</h3> <ul> <li>Updated minimum runner version support from node 12 -> node 16</li> </ul> <h3>3.0.1</h3> <ul> <li>Added support for caching from GHES 3.5.</li> <li>Fixed download issue for files > 2GB during restore.</li> </ul> <h3>3.0.2</h3> <ul> <li>Added support for dynamic cache size cap on GHES.</li> </ul> <h3>3.0.3</h3> <ul> <li>Fixed avoiding empty cache save when no files are available for caching. (<a href="https://github-redirect.dependabot.com/actions/cache/issues/624">issue</a>)</li> </ul> <h3>3.0.4</h3> <ul> <li>Fixed tar creation error while trying to create tar with path as <code>~/</code> home folder on <code>ubuntu-latest</code>. (<a href="https://github-redirect.dependabot.com/actions/cache/issues/689">issue</a>)</li> </ul> <h3>3.0.5</h3> <ul> <li>Removed error handling by consuming actions/cache 3.0 toolkit, Now cache server error handling will be done by toolkit. (<a href="https://github-redirect.dependabot.com/actions/cache/pull/834">PR</a>)</li> </ul> <h3>3.0.6</h3> <ul> <li>Fixed <a href="https://github-redirect.dependabot.com/actions/cache/issues/809">#809</a> - zstd -d: no such file or directory error</li> <li>Fixed <a href="https://github-redirect.dependabot.com/actions/cache/issues/833">#833</a> - cache doesn't work with github workspace directory</li> </ul> <h3>3.0.7</h3> <ul> <li>Fixed <a href="https://github-redirect.dependabot.com/actions/cache/issues/810">#810</a> - download stuck issue. A new timeout is introduced in the download process to abort the download if it gets stuck and doesn't finish within an hour.</li> </ul> <h3>3.0.8</h3> <ul> <li>Fix zstd not working for windows on gnu tar in issues <a href="https://github-redirect.dependabot.com/actions/cache/issues/888">#888</a> and <a href="https://github-redirect.dependabot.com/actions/cache/issues/891">#891</a>.</li> <li>Allowing users to provide a custom timeout as input for aborting download of a cache segment using an environment variable <code>SEGMENT_DOWNLOAD_TIMEOUT_MINS</code>. Default is 60 minutes.</li> </ul> <h3>3.0.9</h3> <ul> <li>Enhanced the warning message for cache unavailablity in case of GHES.</li> </ul> <h3>3.0.10</h3> <ul> <li>Fix a bug with sorting inputs.</li> <li>Update definition for restore-keys in README.md</li> </ul> <h3>3.0.11</h3> <ul> <li>Update toolkit version to 3.0.5 to include <code>@actions/core@^1.10.0</code></li> <li>Update <code>@actions/cache</code> to use updated <code>saveState</code> and <code>setOutput</code> functions from <code>@actions/core@^1.10.0</code></li> </ul> <h3>3.1.0-beta.1</h3> <ul> <li>Update <code>@actions/cache</code> on windows to use gnu tar and zstd by default and fallback to bsdtar and zstd if gnu tar is not available. (<a href="https://github-redirect.dependabot.com/actions/cache/issues/984">issue</a>)</li> </ul> <h3>3.1.0-beta.2</h3> <ul> <li>Added support for fallback to gzip to restore old caches on windows.</li> </ul> <h3>3.1.0-beta.3</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
Carlos A Becker
|
21648d187c
|
fix: init with extra quote
Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com> |
||
dependabot[bot]
|
196fa6c1e9
|
feat(deps): bump github.com/slack-go/slack from 0.12.0 to 0.12.1 (#3654)
Bumps [github.com/slack-go/slack](https://github.com/slack-go/slack) from 0.12.0 to 0.12.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/slack-go/slack/releases">github.com/slack-go/slack's releases</a>.</em></p> <blockquote> <h2>v0.12.1</h2> <h2>What's Changed</h2> <h3>Enhancements</h3> <ul> <li>Add FileUploadV2 function to avoid server side file timeouts by <a href="https://github.com/kanata2"><code>@kanata2</code></a> in <a href="https://github-redirect.dependabot.com/slack-go/slack/pull/1148">slack-go/slack#1148</a> <ul> <li>Added new FileUploadV2 function to avoid server side file timeouts by <a href="https://github.com/sarthakkothari"><code>@sarthakkothari</code></a> in <a href="https://github-redirect.dependabot.com/slack-go/slack/pull/1130">slack-go/slack#1130</a></li> </ul> </li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/sarthakkothari"><code>@sarthakkothari</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/slack-go/slack/pull/1130">slack-go/slack#1130</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/slack-go/slack/compare/v0.12.0...v0.12.1">https://github.com/slack-go/slack/compare/v0.12.0...v0.12.1</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
Carlos A Becker
|
494ba29267
|
fix: lint issue
Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com> |
||
Engin Diri
|
2999db7a4c
|
docs: fix README badge (#3652)
Hi @caarlos0, This PR fixes https://github.com/badges/shields/issues/8671 |
||
Carlos A Becker
|
580022b1b6
|
docs: typo fix
Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com> |
||
actions-user
|
19b12018b7 | chore: docs auto-update | ||
Adam Bouqdib
|
fd9afb9cd7
|
docs: add Optimus Mine to GoReleaser users (#3651)
Just adding Optimus Mine to the users. We've been using GoReleaser from
day one and love it! 🙂
|
||
dependabot[bot]
|
d32b420d0c
|
feat(deps): bump github.com/disgoorg/disgo from 0.14.0 to 0.14.1 (#3650)
Bumps [github.com/disgoorg/disgo](https://github.com/disgoorg/disgo) from 0.14.0 to 0.14.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/disgoorg/disgo/releases">github.com/disgoorg/disgo's releases</a>.</em></p> <blockquote> <h2>v0.14.1</h2> <h2>What's Changed</h2> <ul> <li>add role connections by <a href="https://github.com/caneleex"><code>@caneleex</code></a> and <a href="https://github.com/TopiSenpai"><code>@TopiSenpai</code></a> in <a href="https://github-redirect.dependabot.com/disgoorg/disgo/pull/219">disgoorg/disgo#219</a></li> <li>add <code>DefaultForumLayout</code> by <a href="https://github.com/caneleex"><code>@caneleex</code></a> in <a href="https://github-redirect.dependabot.com/disgoorg/disgo/pull/216">disgoorg/disgo#216</a></li> <li>add <code>LocaleIndonesian</code> by <a href="https://github.com/caneleex"><code>@caneleex</code></a> in <a href=" |
||
dependabot[bot]
|
b6cac24c79
|
feat(deps): bump github.com/slack-go/slack from 0.11.4 to 0.12.0 (#3649)
Bumps [github.com/slack-go/slack](https://github.com/slack-go/slack) from 0.11.4 to 0.12.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/slack-go/slack/releases">github.com/slack-go/slack's releases</a>.</em></p> <blockquote> <h2>v0.12.0</h2> <p>Thank you for all the contributions!</p> <h2>What's Changed</h2> <p>This release contains several backward incompatible changes.</p> <h3>Fixes</h3> <ul> <li>Fix WorkflowStepCompletedRequest options handling by <a href="https://github.com/CedricFinance"><code>@CedricFinance</code></a> in <a href="https://github-redirect.dependabot.com/slack-go/slack/pull/1129">slack-go/slack#1129</a></li> <li>fix: change type of timestamp by <a href="https://github.com/yokishava"><code>@yokishava</code></a> in <a href="https://github-redirect.dependabot.com/slack-go/slack/pull/1131">slack-go/slack#1131</a></li> </ul> <h3>Enhancements</h3> <ul> <li>add include_all_metadata to conversations.replies API by <a href="https://github.com/ebkn"><code>@ebkn</code></a> in <a href="https://github-redirect.dependabot.com/slack-go/slack/pull/1139">slack-go/slack#1139</a></li> <li>Add team_id as a parameter to the users.conversations API method by <a href="https://github.com/ctennis"><code>@ctennis</code></a> in <a href="https://github-redirect.dependabot.com/slack-go/slack/pull/1134">slack-go/slack#1134</a></li> <li>feat: add number input block element by <a href="https://github.com/snpkx"><code>@snpkx</code></a> in <a href="https://github-redirect.dependabot.com/slack-go/slack/pull/1132">slack-go/slack#1132</a></li> <li>add GetOtherTeam method by <a href="https://github.com/johanmcos"><code>@johanmcos</code></a> in <a href="https://github-redirect.dependabot.com/slack-go/slack/pull/1118">slack-go/slack#1118</a></li> <li>add block elements for email_text_input and url_text_input by <a href="https://github.com/ameliagapin"><code>@ameliagapin</code></a> in <a href="https://github-redirect.dependabot.com/slack-go/slack/pull/1140">slack-go/slack#1140</a></li> <li>Expose reactionItem and reactionEvent by <a href="https://github.com/grimmy"><code>@grimmy</code></a> in <a href="https://github-redirect.dependabot.com/slack-go/slack/pull/1095">slack-go/slack#1095</a></li> <li>Support team.profile.get method by <a href="https://github.com/MattDavisRV"><code>@MattDavisRV</code></a> in <a href="https://github-redirect.dependabot.com/slack-go/slack/pull/1097">slack-go/slack#1097</a></li> <li>add GetOtherTeamInfoContext method by <a href="https://github.com/johanmcos"><code>@johanmcos</code></a> in <a href="https://github-redirect.dependabot.com/slack-go/slack/pull/1143">slack-go/slack#1143</a></li> <li>Add include_num_members support to conversation.info request by <a href="https://github.com/Yohan460"><code>@Yohan460</code></a> in <a href="https://github-redirect.dependabot.com/slack-go/slack/pull/989">slack-go/slack#989</a></li> <li>Add ListTeams and TeamAccess{Granted,Revoked}Events and fix missing enterprise ID by <a href="https://github.com/stephenwan-opal"><code>@stephenwan-opal</code></a> in <a href="https://github-redirect.dependabot.com/slack-go/slack/pull/1119">slack-go/slack#1119</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/CedricFinance"><code>@CedricFinance</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/slack-go/slack/pull/1129">slack-go/slack#1129</a></li> <li><a href="https://github.com/ebkn"><code>@ebkn</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/slack-go/slack/pull/1139">slack-go/slack#1139</a></li> <li><a href="https://github.com/ctennis"><code>@ctennis</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/slack-go/slack/pull/1134">slack-go/slack#1134</a></li> <li><a href="https://github.com/snpkx"><code>@snpkx</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/slack-go/slack/pull/1132">slack-go/slack#1132</a></li> <li><a href="https://github.com/johanmcos"><code>@johanmcos</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/slack-go/slack/pull/1118">slack-go/slack#1118</a></li> <li><a href="https://github.com/grimmy"><code>@grimmy</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/slack-go/slack/pull/1095">slack-go/slack#1095</a></li> <li><a href="https://github.com/Yohan460"><code>@Yohan460</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/slack-go/slack/pull/989">slack-go/slack#989</a></li> <li><a href="https://github.com/stephenwan-opal"><code>@stephenwan-opal</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/slack-go/slack/pull/1119">slack-go/slack#1119</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/slack-go/slack/compare/v0.11.4...v0.12.0">https://github.com/slack-go/slack/compare/v0.11.4...v0.12.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
Carlos A Becker
|
d4b570a002
|
fix: clarify scoop no windows archive errors
closes #3648 Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com> |
||
Carlos A Becker
|
d7ce4841c8
|
fix: jsonschema for chocolateys
closes #3647 Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com> |
||
Carlos A Becker
|
27af559a62
|
docs: improve reproducible builds | ||
dependabot[bot]
|
691234d402
|
feat(deps): bump github.com/atc0005/go-teams-notify/v2 from 2.6.1 to 2.7.0 (#3638)
Bumps [github.com/atc0005/go-teams-notify/v2](https://github.com/atc0005/go-teams-notify) from 2.6.1 to 2.7.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/atc0005/go-teams-notify/releases">github.com/atc0005/go-teams-notify/v2's releases</a>.</em></p> <blockquote> <h2>v2.7.0</h2> <h2>Added</h2> <ul> <li>(<a href="https://github-redirect.dependabot.com/atc0005/go-teams-notify/issues/134">GH-134</a>) Allow setting user agent, fallback to project-specific default value</li> <li>(<a href="https://github-redirect.dependabot.com/atc0005/go-teams-notify/issues/135">GH-135</a>) Allow overriding default <code>http.Client</code></li> <li>(<a href="https://github-redirect.dependabot.com/atc0005/go-teams-notify/issues/157">GH-157</a>) Add <code>Adaptive Card</code> message format support <ul> <li>see also discussion from <a href="https://github-redirect.dependabot.com/atc0005/go-teams-notify/issues/127">GH-127</a>, including feedback from <a href="https://github.com/ghokun"><code>@ghokun</code></a></li> </ul> </li> <li>(<a href="https://github-redirect.dependabot.com/atc0005/go-teams-notify/issues/169">GH-169</a>) Added YAML en(de)coding support to <code>MessageCard</code> <ul> <li>credit: <a href="https://github.com/pcanilho"><code>@pcanilho</code></a></li> </ul> </li> </ul> <h2>Changed</h2> <ul> <li>Dependencies <ul> <li><code>github.com/stretchr/testify</code> <ul> <li><code>v1.7.0</code> to <code>v1.8.1</code></li> </ul> </li> </ul> </li> <li>(<a href="https://github-redirect.dependabot.com/atc0005/go-teams-notify/issues/154">GH-154</a>) Deprecate API interface, expose underlying "Teams" client</li> <li>(<a href="https://github-redirect.dependabot.com/atc0005/go-teams-notify/issues/183">GH-183</a>) Update Makefile and GitHub Actions Workflows</li> <li>(<a href="https://github-redirect.dependabot.com/atc0005/go-teams-notify/issues/190">GH-190</a>) Refactor GitHub Actions workflows to import logic</li> </ul> <h2>Fixed</h2> <ul> <li>(<a href="https://github-redirect.dependabot.com/atc0005/go-teams-notify/issues/166">GH-166</a>) Update <code>lintinstall</code> Makefile recipe</li> <li>(<a href="https://github-redirect.dependabot.com/atc0005/go-teams-notify/issues/184">GH-184</a>) Apply Go 1.19 specific doc comments linting fixes</li> <li>(<a href="https://github-redirect.dependabot.com/atc0005/go-teams-notify/issues/176">GH-176</a>) <code>./send_test.go:238:8: second argument to errors.As should not be *error</code></li> <li>(<a href="https://github-redirect.dependabot.com/atc0005/go-teams-notify/issues/179">GH-179</a>) Wrong json key name for URL (uses uri instead) <ul> <li>credit: <a href="https://github.com/janfonas"><code>@janfonas</code></a></li> </ul> </li> </ul> <h2>References</h2> <ul> <li>See the <a href="https://github.com/atc0005/go-teams-notify/milestone/11?closed=1"><code>v2.7.0</code> milestone</a> for the issues associated with this release.</li> <li>See our <a href="https://github.com/atc0005/go-teams-notify/blob/master/CHANGELOG.md">CHANGELOG</a> for more information.</li> </ul> <h2>v2.7.0-rc.2</h2> <h2>WARNING</h2> <p>This is a release candidate (RC) release. Unless issues are discovered & reported, this will become the next v2.7.0 stable release.</p> <p>Please test and provide feedback so that any blocking issues can be resolved before the v2.7.0 release.</p> <p>Thanks in advance!</p> <h2>Changes for the <code>v2.7.0-rc.2</code> release</h2> <ul> <li>dependency updates</li> <li>CI tweaks/enhancements</li> </ul> <h2>Changes for the <code>v2.7.0-rc.1</code> release</h2> <ul> <li>Go 1.19 specific linting fixes</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/atc0005/go-teams-notify/blob/master/CHANGELOG.md">github.com/atc0005/go-teams-notify/v2's changelog</a>.</em></p> <blockquote> <h2>[v2.7.0] - 2022-12-12</h2> <h3>Added</h3> <ul> <li>(<a href="https://github-redirect.dependabot.com/atc0005/go-teams-notify/issues/134">GH-134</a>) Allow setting user agent, fallback to project-specific default value</li> <li>(<a href="https://github-redirect.dependabot.com/atc0005/go-teams-notify/issues/135">GH-135</a>) Allow overriding default <code>http.Client</code></li> <li>(<a href="https://github-redirect.dependabot.com/atc0005/go-teams-notify/issues/157">GH-157</a>) Add <code>Adaptive Card</code> message format support <ul> <li>see also discussion from <a href="https://github-redirect.dependabot.com/atc0005/go-teams-notify/issues/127">GH-127</a>, including feedback from <a href="https://github.com/ghokun"><code>@ghokun</code></a></li> </ul> </li> <li>(<a href="https://github-redirect.dependabot.com/atc0005/go-teams-notify/issues/169">GH-169</a>) Added YAML en(de)coding support to <code>MessageCard</code> <ul> <li>credit: <a href="https://github.com/pcanilho"><code>@pcanilho</code></a></li> </ul> </li> </ul> <h3>Changed</h3> <ul> <li>Dependencies <ul> <li><code>github.com/stretchr/testify</code> <ul> <li><code>v1.7.0</code> to <code>v1.8.1</code></li> </ul> </li> </ul> </li> <li>(<a href="https://github-redirect.dependabot.com/atc0005/go-teams-notify/issues/154">GH-154</a>) Deprecate API interface, expose underlying "Teams" client</li> <li>(<a href="https://github-redirect.dependabot.com/atc0005/go-teams-notify/issues/183">GH-183</a>) Update Makefile and GitHub Actions Workflows</li> <li>(<a href="https://github-redirect.dependabot.com/atc0005/go-teams-notify/issues/190">GH-190</a>) Refactor GitHub Actions workflows to import logic</li> </ul> <h3>Fixed</h3> <ul> <li>(<a href="https://github-redirect.dependabot.com/atc0005/go-teams-notify/issues/166">GH-166</a>) Update <code>lintinstall</code> Makefile recipe</li> <li>(<a href="https://github-redirect.dependabot.com/atc0005/go-teams-notify/issues/184">GH-184</a>) Apply Go 1.19 specific doc comments linting fixes</li> <li>(<a href="https://github-redirect.dependabot.com/atc0005/go-teams-notify/issues/176">GH-176</a>) <code>./send_test.go:238:8: second argument to errors.As should not be *error</code></li> <li>(<a href="https://github-redirect.dependabot.com/atc0005/go-teams-notify/issues/179">GH-179</a>) Wrong json key name for URL (uses uri instead) <ul> <li>credit: <a href="https://github.com/janfonas"><code>@janfonas</code></a></li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
Carlos A Becker
|
84392e56cf
|
chore: schema update
Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com> |
||
Carlos Alexandro Becker
|
0767ded0cd
|
refactor: improving minio and docker tests (#3642)
using ory/dockertest to simplify integration tests Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com> |
||
dependabot[bot]
|
0d5b669642
|
chore(deps): bump github/codeql-action from 2.1.36 to 2.1.37 (#3645)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.1.36 to 2.1.37. <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> <h2>[UNRELEASED]</h2> <p>No user facing changes.</p> <h2>2.1.37 - 14 Dec 2022</h2> <ul> <li>Update default CodeQL bundle version to 2.11.6. <a href="https://github-redirect.dependabot.com/github/codeql-action/pull/1433">#1433</a></li> </ul> <h2>2.1.36 - 08 Dec 2022</h2> <ul> <li>Update default CodeQL bundle version to 2.11.5. <a href="https://github-redirect.dependabot.com/github/codeql-action/pull/1412">#1412</a></li> <li>Add a step that tries to upload a SARIF file for the workflow run when that workflow run fails. This will help better surface failed code scanning workflow runs. <a href="https://github-redirect.dependabot.com/github/codeql-action/pull/1393">#1393</a></li> <li>Python automatic dependency installation will no longer consider dependecy code installed in venv as user-written, for projects using Poetry that specify <code>virtualenvs.in-project = true</code> in their <code>poetry.toml</code>. <a href="https://github-redirect.dependabot.com/github/codeql-action/pull/1419">#1419</a>.</li> </ul> <h2>2.1.35 - 01 Dec 2022</h2> <p>No user facing changes.</p> <h2>2.1.34 - 25 Nov 2022</h2> <ul> <li>Update default CodeQL bundle version to 2.11.4. <a href="https://github-redirect.dependabot.com/github/codeql-action/pull/1391">#1391</a></li> <li>Fixed a bug where some the <code>init</code> action and the <code>analyze</code> action would have different sets of experimental feature flags enabled. <a href="https://github-redirect.dependabot.com/github/codeql-action/pull/1384">#1384</a></li> </ul> <h2>2.1.33 - 16 Nov 2022</h2> <ul> <li>Go is now analyzed in the same way as other compiled languages such as C/C++, C#, and Java. This completes the rollout of the feature described in <a href="https://github.com/github/codeql-action/blob/main/#2127---06-oct-2022">CodeQL Action version 2.1.27</a>. <a href="https://github-redirect.dependabot.com/github/codeql-action/pull/1322">#1322</a></li> <li>Bump the minimum CodeQL bundle version to 2.6.3. <a href="https://github-redirect.dependabot.com/github/codeql-action/pull/1358">#1358</a></li> </ul> <h2>2.1.32 - 14 Nov 2022</h2> <ul> <li>Update default CodeQL bundle version to 2.11.3. <a href="https://github-redirect.dependabot.com/github/codeql-action/pull/1348">#1348</a></li> <li>Update the ML-powered additional query pack for JavaScript to version 0.4.0. <a href="https://github-redirect.dependabot.com/github/codeql-action/pull/1351">#1351</a></li> </ul> <h2>2.1.31 - 04 Nov 2022</h2> <ul> <li>The <code>rb/weak-cryptographic-algorithm</code> Ruby query has been updated to no longer report uses of hash functions such as <code>MD5</code> and <code>SHA1</code> even if they are known to be weak. These hash algorithms are used very often in non-sensitive contexts, making the query too imprecise in practice. For more information, see the corresponding change in the <a href="https://github-redirect.dependabot.com/github/codeql/pull/11129">github/codeql repository</a>. <a href="https://github-redirect.dependabot.com/github/codeql-action/pull/1344">#1344</a></li> </ul> <h2>2.1.30 - 02 Nov 2022</h2> <ul> <li>Improve the error message when using CodeQL bundle version 2.7.2 and earlier in a workflow that runs on a runner image such as <code>ubuntu-22.04</code> that uses glibc version 2.34 and later. <a href="https://github-redirect.dependabot.com/github/codeql-action/pull/1334">#1334</a></li> </ul> <h2>2.1.29 - 26 Oct 2022</h2> <ul> <li>Update default CodeQL bundle version to 2.11.2. <a href="https://github-redirect.dependabot.com/github/codeql-action/pull/1320">#1320</a></li> </ul> <h2>2.1.28 - 18 Oct 2022</h2> <ul> <li>Update default CodeQL bundle version to 2.11.1. <a href="https://github-redirect.dependabot.com/github/codeql-action/pull/1294">#1294</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
dependabot[bot]
|
8480d3090e
|
feat(deps): bump github.com/caarlos0/log from 0.2.0 to 0.2.1 (#3646)
Bumps [github.com/caarlos0/log](https://github.com/caarlos0/log) from 0.2.0 to 0.2.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/caarlos0/log/releases">github.com/caarlos0/log's releases</a>.</em></p> <blockquote> <h2>v0.2.1</h2> <h2>Changelog</h2> <hr /> <p><em>Released with <a href="https://goreleaser.com/pro">GoReleaser Pro</a>!</em></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
Carlos Alexandro Becker
|
cac3f17562
|
feat(deps): build with go 1.19.4 (#3644)
latest and greatest Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com> |
||
actions-user
|
1b14f0d26f | chore: docs auto-update | ||
Carlos Alexandro Becker
|
2e5a8e5a54
|
feat: allow to template archives.files.info (#3630)
this allows to template the owner, group and mtime in file infos inside archives. should help towards reproducible builds! goes well with #3618 Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com> |
||
Carlos Alexandro Becker
|
3cfe215d4c
|
docs: update github-action documentation (#3640)
Using the new version (v4) everywhere. Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com> |
||
Carlos Alexandro Becker
|
937067697b
|
feat: set file info for binaries inside archives (#3618)
closes #3582 Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com> |
||
dependabot[bot]
|
f05b211b61
|
chore(deps): bump actions/setup-go from 3.4.0 to 3.5.0 (#3643)
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 3.4.0 to 3.5.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/actions/setup-go/releases">actions/setup-go's releases</a>.</em></p> <blockquote> <h2>Add support for stable and oldstable aliases</h2> <p>In scope of this release we introduce aliases for the <code>go-version</code> input. The <code>stable</code> alias instals the latest stable version of Go. The <code>oldstable</code> alias installs previous latest minor release (the stable is 1.19.x -> the oldstable is 1.18.x).</p> <h3>Stable</h3> <pre lang="yaml"><code>steps: - uses: actions/checkout@v3 - uses: actions/setup-go@v3 with: go-version: 'stable' - run: go run hello.go </code></pre> <h3>OldStable</h3> <pre lang="yaml"><code>steps: - uses: actions/checkout@v3 - uses: actions/setup-go@v3 with: go-version: 'oldstable' - run: go run hello.go </code></pre> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
dependabot[bot]
|
583bca59aa
|
feat(deps): bump github.com/caarlos0/log from 0.1.10 to 0.2.0 (#3634)
Bumps [github.com/caarlos0/log](https://github.com/caarlos0/log) from
0.1.10 to 0.2.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/caarlos0/log/releases">github.com/caarlos0/log's
releases</a>.</em></p>
<blockquote>
<h2>v0.2.0</h2>
<h2>What's Changed</h2>
<ul>
<li>Entry WithoutPadding by <a
href="https://github.com/nervo"><code>@nervo</code></a> in <a
href="https://github-redirect.dependabot.com/caarlos0/log/pull/5">caarlos0/log#5</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/caarlos0/log/compare/v0.1.10...v0.2.0">https://github.com/caarlos0/log/compare/v0.1.10...v0.2.0</a></p>
<hr />
<p><em>Released with <a href="https://goreleaser.com/pro">GoReleaser
Pro</a>!</em></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="
|
||
dependabot[bot]
|
43e2b3bf69
|
chore(deps): bump actions/checkout from 3.1.0 to 3.2.0 (#3636)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.1.0 to 3.2.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/actions/checkout/releases">actions/checkout's releases</a>.</em></p> <blockquote> <h2>v3.2.0</h2> <h2>What's Changed</h2> <ul> <li>Add GitHub Action to perform release by <a href="https://github.com/rentziass"><code>@rentziass</code></a> in <a href="https://github-redirect.dependabot.com/actions/checkout/pull/942">actions/checkout#942</a></li> <li>Fix status badge by <a href="https://github.com/ScottBrenner"><code>@ScottBrenner</code></a> in <a href="https://github-redirect.dependabot.com/actions/checkout/pull/967">actions/checkout#967</a></li> <li>Replace datadog/squid with ubuntu/squid Docker image by <a href="https://github.com/cory-miller"><code>@cory-miller</code></a> in <a href="https://github-redirect.dependabot.com/actions/checkout/pull/1002">actions/checkout#1002</a></li> <li>Wrap pipeline commands for submoduleForeach in quotes by <a href="https://github.com/jokreliable"><code>@jokreliable</code></a> in <a href="https://github-redirect.dependabot.com/actions/checkout/pull/964">actions/checkout#964</a></li> <li>Update <code>@actions/io</code> to 1.1.2 by <a href="https://github.com/cory-miller"><code>@cory-miller</code></a> in <a href="https://github-redirect.dependabot.com/actions/checkout/pull/1029">actions/checkout#1029</a></li> <li>Upgrading version to 3.2.0 by <a href="https://github.com/vmjoseph"><code>@vmjoseph</code></a> in <a href="https://github-redirect.dependabot.com/actions/checkout/pull/1039">actions/checkout#1039</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/ScottBrenner"><code>@ScottBrenner</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/actions/checkout/pull/967">actions/checkout#967</a></li> <li><a href="https://github.com/cory-miller"><code>@cory-miller</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/actions/checkout/pull/1002">actions/checkout#1002</a></li> <li><a href="https://github.com/jokreliable"><code>@jokreliable</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/actions/checkout/pull/964">actions/checkout#964</a></li> <li><a href="https://github.com/vmjoseph"><code>@vmjoseph</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/actions/checkout/pull/1039">actions/checkout#1039</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/actions/checkout/compare/v3...v3.2.0">https://github.com/actions/checkout/compare/v3...v3.2.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
dependabot[bot]
|
d0e91cb99b
|
feat(deps): bump github.com/ulikunitz/xz from 0.5.10 to 0.5.11 (#3639)
Bumps [github.com/ulikunitz/xz](https://github.com/ulikunitz/xz) from 0.5.10 to 0.5.11. <details> <summary>Commits</summary> <ul> <li><a href=" |
||
dependabot[bot]
|
6b01982e1b
|
feat(deps): bump github.com/xanzy/go-gitlab from 0.76.0 to 0.77.0 (#3637)
Bumps [github.com/xanzy/go-gitlab](https://github.com/xanzy/go-gitlab) from 0.76.0 to 0.77.0. <details> <summary>Commits</summary> <ul> <li><a href=" |
||
dependabot[bot]
|
261cc8a5cd
|
feat(deps): bump github.com/google/go-github/v48 from 48.1.0 to 48.2.0 (#3633)
Bumps [github.com/google/go-github/v48](https://github.com/google/go-github) from 48.1.0 to 48.2.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/google/go-github/releases">github.com/google/go-github/v48's releases</a>.</em></p> <blockquote> <h2>v48.2.0</h2> <p>This minor release includes the following changes:</p> <ul> <li>Add parents field to timeline events (<a href="https://github-redirect.dependabot.com/google/go-github/issues/2566">#2566</a>)</li> <li>Update doc URL for PackageGetAllVersions (<a href="https://github-redirect.dependabot.com/google/go-github/issues/2568">#2568</a>)</li> <li>Add the 'require_last_push_approval' field (<a href="https://github-redirect.dependabot.com/google/go-github/issues/2567">#2567</a>)</li> <li>Bump github.com/google/go-github/v48 from 48.0.0 to 48.1.0 in /scrape (<a href="https://github-redirect.dependabot.com/google/go-github/issues/2573">#2573</a>)</li> <li>Bump golangci-lint version to 1.50.1 (<a href="https://github-redirect.dependabot.com/google/go-github/issues/2576">#2576</a>)</li> <li>Add RunAttempt field for WorkflowJob (<a href="https://github-redirect.dependabot.com/google/go-github/issues/2562">#2562</a>)</li> <li>Add LockBranch and AllowForkSyncing to repos.go (<a href="https://github-redirect.dependabot.com/google/go-github/issues/2577">#2577</a>)</li> <li>Add new field for issue state reason (<a href="https://github-redirect.dependabot.com/google/go-github/issues/2583">#2583</a>)</li> <li>Add support for repository actions access level / permission (<a href="https://github-redirect.dependabot.com/google/go-github/issues/2578">#2578</a>)</li> <li>Add has_discussions field to repository (<a href="https://github-redirect.dependabot.com/google/go-github/issues/2589">#2589</a>)</li> <li>Use 'concurrency' instead of 'styfle/cancel-workflow-action' in GitHub Actions (<a href="https://github-redirect.dependabot.com/google/go-github/issues/2591">#2591</a>)</li> <li>Add MakeLatest parameter to support explicitly setting latest release (<a href="https://github-redirect.dependabot.com/google/go-github/issues/2594">#2594</a>)</li> <li>Change create fork options from url param to body param (<a href="https://github-redirect.dependabot.com/google/go-github/issues/2490">#2490</a>)</li> <li>Support new GitHub v3 API calendar-based versioning (<a href="https://github-redirect.dependabot.com/google/go-github/issues/2581">#2581</a>)</li> <li>Update AUTHORS for v48.2.0</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
Carlos A Becker
|
ddf7660b6d
|
fix: extra quotes on goreleaser archives | ||
dependabot[bot]
|
dae543ff24
|
chore(deps): bump github/codeql-action from 2.1.35 to 2.1.36 (#3629)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.1.35 to 2.1.36. <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> <h2>[UNRELEASED]</h2> <p>No user facing changes.</p> <h2>2.1.36 - 08 Dec 2022</h2> <ul> <li>Update default CodeQL bundle version to 2.11.5. <a href="https://github-redirect.dependabot.com/github/codeql-action/pull/1412">#1412</a></li> <li>Add a step that tries to upload a SARIF file for the workflow run when that workflow run fails. This will help better surface failed code scanning workflow runs. <a href="https://github-redirect.dependabot.com/github/codeql-action/pull/1393">#1393</a></li> <li>Python automatic dependency installation will no longer consider dependecy code installed in venv as user-written, for projects using Poetry that specify <code>virtualenvs.in-project = true</code> in their <code>poetry.toml</code>. <a href="https://github-redirect.dependabot.com/github/codeql-action/pull/1419">#1419</a>.</li> </ul> <h2>2.1.35 - 01 Dec 2022</h2> <p>No user facing changes.</p> <h2>2.1.34 - 25 Nov 2022</h2> <ul> <li>Update default CodeQL bundle version to 2.11.4. <a href="https://github-redirect.dependabot.com/github/codeql-action/pull/1391">#1391</a></li> <li>Fixed a bug where some the <code>init</code> action and the <code>analyze</code> action would have different sets of experimental feature flags enabled. <a href="https://github-redirect.dependabot.com/github/codeql-action/pull/1384">#1384</a></li> </ul> <h2>2.1.33 - 16 Nov 2022</h2> <ul> <li>Go is now analyzed in the same way as other compiled languages such as C/C++, C#, and Java. This completes the rollout of the feature described in <a href="https://github.com/github/codeql-action/blob/main/#2127---06-oct-2022">CodeQL Action version 2.1.27</a>. <a href="https://github-redirect.dependabot.com/github/codeql-action/pull/1322">#1322</a></li> <li>Bump the minimum CodeQL bundle version to 2.6.3. <a href="https://github-redirect.dependabot.com/github/codeql-action/pull/1358">#1358</a></li> </ul> <h2>2.1.32 - 14 Nov 2022</h2> <ul> <li>Update default CodeQL bundle version to 2.11.3. <a href="https://github-redirect.dependabot.com/github/codeql-action/pull/1348">#1348</a></li> <li>Update the ML-powered additional query pack for JavaScript to version 0.4.0. <a href="https://github-redirect.dependabot.com/github/codeql-action/pull/1351">#1351</a></li> </ul> <h2>2.1.31 - 04 Nov 2022</h2> <ul> <li>The <code>rb/weak-cryptographic-algorithm</code> Ruby query has been updated to no longer report uses of hash functions such as <code>MD5</code> and <code>SHA1</code> even if they are known to be weak. These hash algorithms are used very often in non-sensitive contexts, making the query too imprecise in practice. For more information, see the corresponding change in the <a href="https://github-redirect.dependabot.com/github/codeql/pull/11129">github/codeql repository</a>. <a href="https://github-redirect.dependabot.com/github/codeql-action/pull/1344">#1344</a></li> </ul> <h2>2.1.30 - 02 Nov 2022</h2> <ul> <li>Improve the error message when using CodeQL bundle version 2.7.2 and earlier in a workflow that runs on a runner image such as <code>ubuntu-22.04</code> that uses glibc version 2.34 and later. <a href="https://github-redirect.dependabot.com/github/codeql-action/pull/1334">#1334</a></li> </ul> <h2>2.1.29 - 26 Oct 2022</h2> <ul> <li>Update default CodeQL bundle version to 2.11.2. <a href="https://github-redirect.dependabot.com/github/codeql-action/pull/1320">#1320</a></li> </ul> <h2>2.1.28 - 18 Oct 2022</h2> <ul> <li>Update default CodeQL bundle version to 2.11.1. <a href="https://github-redirect.dependabot.com/github/codeql-action/pull/1294">#1294</a></li> <li>Replace uses of GitHub Actions command <code>set-output</code> because it is now deprecated. See more information in the <a href="https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/">GitHub Changelog</a>. <a href="https://github-redirect.dependabot.com/github/codeql-action/pull/1301">#1301</a></li> </ul> <h2>2.1.27 - 06 Oct 2022</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
Jo
|
960814aea8
|
docs: fix skip_push parameter to skip_build (#3628)
Fix the wrong `skip_push` to `skip_build` in `docker.md`. |
||
dependabot[bot]
|
7083751934
|
feat(deps): bump github.com/dghubble/oauth1 from 0.7.1 to 0.7.2 (#3627)
Bumps [github.com/dghubble/oauth1](https://github.com/dghubble/oauth1) from 0.7.1 to 0.7.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dghubble/oauth1/releases">github.com/dghubble/oauth1's releases</a>.</em></p> <blockquote> <h2>v0.7.2</h2> <ul> <li>Update minimum Go version from v1.17 to v1.18 (<a href="https://github-redirect.dependabot.com/dghubble/oauth1/pull/66">#66</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/dghubble/oauth1/blob/main/CHANGES.md">github.com/dghubble/oauth1's changelog</a>.</em></p> <blockquote> <h2>v0.7.2</h2> <ul> <li>Update minimum Go version from v1.17 to v1.18 (<a href="https://github-redirect.dependabot.com/dghubble/oauth1/pull/66">#66</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
dependabot[bot]
|
e8773b7f9d
|
feat(deps): bump golang from 1.19.3-alpine to 1.19.4-alpine (#3626)
Bumps golang from 1.19.3-alpine to 1.19.4-alpine. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang&package-manager=docker&previous-version=1.19.3-alpine&new-version=1.19.4-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 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> |
||
Carlos Alexandro Becker
|
7e9c6a82df
|
chore: delete lock.yml
not really that useful, as we rarely have gravediggers... and its too noisy. |
||
dependabot[bot]
|
60cbed540e
|
chore(deps): bump dessant/lock-threads from 3.0.0 to 4.0.0 (#3621)
[//]: # (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 [dessant/lock-threads](https://github.com/dessant/lock-threads) from 3.0.0 to 4.0.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dessant/lock-threads/releases">dessant/lock-threads's releases</a>.</em></p> <blockquote> <h2>v4.0.0</h2> <p>Learn more about this release from the <a href="https://github.com/dessant/lock-threads/blob/master/CHANGELOG.md#changelog">changelog</a>.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/dessant/lock-threads/blob/master/CHANGELOG.md">dessant/lock-threads's changelog</a>.</em></p> <blockquote> <h1>Changelog</h1> <p>All notable changes to this project will be documented in this file. See <a href="https://github.com/conventional-changelog/standard-version">standard-version</a> for commit guidelines.</p> <h2><a href="https://github.com/dessant/lock-threads/compare/v3.0.0...v4.0.0">4.0.0</a> (2022-12-04)</h2> <h3>⚠ BREAKING CHANGES</h3> <ul> <li>the action now requires Node.js 16</li> </ul> <h3>Bug Fixes</h3> <ul> <li>update dependencies (<a href=" |
||
Engin Diri
|
e57416e0ab
|
chore: update lock task parameter due to breaking change (#3623)
<!-- Hi, thanks for contributing! Please make sure you read our CONTRIBUTING guide. Also, add tests and the respective documentation changes as well. --> <!-- If applied, this commit will... --> Update lock task due to breaking changes https://github.com/dessant/lock-threads/blob/master/CHANGELOG.md#changelog <!-- Why is this change being made? --> Updated the properties <!-- # Provide links to any relevant tickets, URLs or other resources --> ... |
||
dependabot[bot]
|
50d1ca68e2
|
feat(deps): bump golang.org/x/text from 0.4.0 to 0.5.0 (#3622)
Bumps [golang.org/x/text](https://github.com/golang/text) from 0.4.0 to 0.5.0. <details> <summary>Commits</summary> <ul> <li><a href=" |
||
Carlos A Becker
|
5c15e5a6ef
|
docs: errors/build
Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com> |
||
Carlos A Becker
|
b06f217e3b
|
docs: update docker options and schema
Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com> |
||
actions-user
|
370575107e | chore: docs auto-update | ||
Carlos Alexandro Becker
|
f5696d01ee
|
feat: custom tag.sort (#3611)
closes #3609 Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com> |
||
dependabot[bot]
|
4c62c9b450
|
feat(deps): bump golang from d171aa3 to 8bd8a4b (#3617)
[//]: # (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 from `d171aa3` to `8bd8a4b`. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang&package-manager=docker&previous-version=1.19.3-alpine&new-version=1.19.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 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> |
||
dependabot[bot]
|
2228edc406
|
chore(deps): bump actions/setup-go from 3.3.1 to 3.4.0 (#3616)
[//]: # (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 [actions/setup-go](https://github.com/actions/setup-go) from 3.3.1 to 3.4.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/actions/setup-go/releases">actions/setup-go's releases</a>.</em></p> <blockquote> <h2>Add support for go.work and pass the token input through on GHES</h2> <p>In scope of this release we added <a href="https://github-redirect.dependabot.com/actions/setup-go/pull/283">support for go.work file to pass it in go-version-file input</a>.</p> <pre lang="yaml"><code>steps: - uses: actions/checkout@v3 - uses: actions/setup-go@v3 with: go-version-file: go.work - run: go run hello.go </code></pre> <p>Besides, we added support to <a href="https://github-redirect.dependabot.com/actions/setup-go/pull/277">pass the token input through on GHES</a>.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
dependabot[bot]
|
c26340a267
|
chore(deps): bump stefanzweifel/git-auto-commit-action from 4.15.4 to 4.16.0 (#3615)
Bumps [stefanzweifel/git-auto-commit-action](https://github.com/stefanzweifel/git-auto-commit-action) from 4.15.4 to 4.16.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>v4.16.0</h2> <h2>Changed</h2> <ul> <li>Don't commit files when only LF/CRLF changes (<a href="https://github-redirect.dependabot.com/stefanzweifel/git-auto-commit-action/pull/265">#265</a>) <a href="https://github.com/@ZeroRin"><code>@ZeroRin</code></a></li> <li>Update default email address of github-actions[bot] (<a href="https://github-redirect.dependabot.com/stefanzweifel/git-auto-commit-action/pull/264">#264</a>) <a href="https://github.com/@Teko012"><code>@Teko012</code></a></li> </ul> <h2>Fixed</h2> <ul> <li>Fix link and text for workflow limitation (<a href="https://github-redirect.dependabot.com/stefanzweifel/git-auto-commit-action/pull/263">#263</a>) <a href="https://github.com/@Teko012"><code>@Teko012</code></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/v4.16.0...HEAD">Unreleased</a></h2> <blockquote> <p>TBD</p> </blockquote> <h2><a href="https://github.com/stefanzweifel/git-auto-commit-action/compare/v4.15.4...v4.16.0">v4.16.0</a> - 2022-12-02</h2> <h3>Changed</h3> <ul> <li>Don't commit files when only LF/CRLF changes (<a href="https://github-redirect.dependabot.com/stefanzweifel/git-auto-commit-action/pull/265">#265</a>) <a href="https://github.com/@ZeroRin"><code>@ZeroRin</code></a></li> <li>Update default email address of github-actions[bot] (<a href="https://github-redirect.dependabot.com/stefanzweifel/git-auto-commit-action/pull/264">#264</a>) <a href="https://github.com/@Teko012"><code>@Teko012</code></a></li> </ul> <h3>Fixed</h3> <ul> <li>Fix link and text for workflow limitation (<a href="https://github-redirect.dependabot.com/stefanzweifel/git-auto-commit-action/pull/263">#263</a>) <a href="https://github.com/@Teko012"><code>@Teko012</code></a></li> </ul> <h2><a href="https://github.com/stefanzweifel/git-auto-commit-action/compare/v4.15.3...v4.15.4">v4.15.4</a> - 2022-11-05</h2> <h3>Fixed</h3> <ul> <li>Let Action fail if git binary can't be located (<a href="https://github-redirect.dependabot.com/stefanzweifel/git-auto-commit-action/pull/261">#261</a>) <a href="https://github.com/@stefanzweifel"><code>@stefanzweifel</code></a></li> </ul> <h3>Dependency Updates</h3> <ul> <li>Bump github/super-linter from 3 to 4 (<a href="https://github-redirect.dependabot.com/stefanzweifel/git-auto-commit-action/pull/258">#258</a>) <a href="https://github.com/@dependabot"><code>@dependabot</code></a></li> <li>Bump bats from 1.7.0 to 1.8.2 (<a href="https://github-redirect.dependabot.com/stefanzweifel/git-auto-commit-action/pull/259">#259</a>) <a href="https://github.com/@dependabot"><code>@dependabot</code></a></li> <li>Bump actions/checkout from 2 to 3 (<a href="https://github-redirect.dependabot.com/stefanzweifel/git-auto-commit-action/pull/257">#257</a>) <a href="https://github.com/@dependabot"><code>@dependabot</code></a></li> </ul> <h2><a href="https://github.com/stefanzweifel/git-auto-commit-action/compare/v4.15.2...v4.15.3">v4.15.3</a> - 2022-10-26</h2> <h3>Changed</h3> <ul> <li>Use deprecated set-output syntax if GITHUB_OUTPUT environment is not available (<a href="https://github-redirect.dependabot.com/stefanzweifel/git-auto-commit-action/pull/255">#255</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/v4.15.1...v4.15.2">v4.15.2</a> - 2022-10-22</h2> <h3>Changed</h3> <ul> <li>Replace set-output usage with GITHUB_OUTPUT (<a href="https://github-redirect.dependabot.com/stefanzweifel/git-auto-commit-action/pull/252">#252</a>) <a href="https://github.com/amonshiz"><code>@amonshiz</code></a></li> </ul> <h2><a href="https://github.com/stefanzweifel/git-auto-commit-action/compare/v4.15.0...v4.15.1">v4.15.1</a> - 2022-10-10</h2> <h3>Fixed</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
dependabot[bot]
|
0a59bc4773
|
chore(deps): bump github/codeql-action from 2.1.33 to 2.1.35 (#3614)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.1.33 to 2.1.35. <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> <h2>[UNRELEASED]</h2> <p>No user facing changes.</p> <h2>2.1.35 - 01 Dec 2022</h2> <p>No user facing changes.</p> <h2>2.1.34 - 25 Nov 2022</h2> <ul> <li>Update default CodeQL bundle version to 2.11.4. <a href="https://github-redirect.dependabot.com/github/codeql-action/pull/1391">#1391</a></li> <li>Fixed a bug where some the <code>init</code> action and the <code>analyze</code> action would have different sets of experimental feature flags enabled. <a href="https://github-redirect.dependabot.com/github/codeql-action/pull/1384">#1384</a></li> </ul> <h2>2.1.33 - 16 Nov 2022</h2> <ul> <li>Go is now analyzed in the same way as other compiled languages such as C/C++, C#, and Java. This completes the rollout of the feature described in <a href="https://github.com/github/codeql-action/blob/main/#2127---06-oct-2022">CodeQL Action version 2.1.27</a>. <a href="https://github-redirect.dependabot.com/github/codeql-action/pull/1322">#1322</a></li> <li>Bump the minimum CodeQL bundle version to 2.6.3. <a href="https://github-redirect.dependabot.com/github/codeql-action/pull/1358">#1358</a></li> </ul> <h2>2.1.32 - 14 Nov 2022</h2> <ul> <li>Update default CodeQL bundle version to 2.11.3. <a href="https://github-redirect.dependabot.com/github/codeql-action/pull/1348">#1348</a></li> <li>Update the ML-powered additional query pack for JavaScript to version 0.4.0. <a href="https://github-redirect.dependabot.com/github/codeql-action/pull/1351">#1351</a></li> </ul> <h2>2.1.31 - 04 Nov 2022</h2> <ul> <li>The <code>rb/weak-cryptographic-algorithm</code> Ruby query has been updated to no longer report uses of hash functions such as <code>MD5</code> and <code>SHA1</code> even if they are known to be weak. These hash algorithms are used very often in non-sensitive contexts, making the query too imprecise in practice. For more information, see the corresponding change in the <a href="https://github-redirect.dependabot.com/github/codeql/pull/11129">github/codeql repository</a>. <a href="https://github-redirect.dependabot.com/github/codeql-action/pull/1344">#1344</a></li> </ul> <h2>2.1.30 - 02 Nov 2022</h2> <ul> <li>Improve the error message when using CodeQL bundle version 2.7.2 and earlier in a workflow that runs on a runner image such as <code>ubuntu-22.04</code> that uses glibc version 2.34 and later. <a href="https://github-redirect.dependabot.com/github/codeql-action/pull/1334">#1334</a></li> </ul> <h2>2.1.29 - 26 Oct 2022</h2> <ul> <li>Update default CodeQL bundle version to 2.11.2. <a href="https://github-redirect.dependabot.com/github/codeql-action/pull/1320">#1320</a></li> </ul> <h2>2.1.28 - 18 Oct 2022</h2> <ul> <li>Update default CodeQL bundle version to 2.11.1. <a href="https://github-redirect.dependabot.com/github/codeql-action/pull/1294">#1294</a></li> <li>Replace uses of GitHub Actions command <code>set-output</code> because it is now deprecated. See more information in the <a href="https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/">GitHub Changelog</a>. <a href="https://github-redirect.dependabot.com/github/codeql-action/pull/1301">#1301</a></li> </ul> <h2>2.1.27 - 06 Oct 2022</h2> <ul> <li>We are rolling out a feature of the CodeQL Action in October 2022 that changes the way that Go code is analyzed to be more consistent with other compiled languages like C/C++, C#, and Java. You do not need to alter your code scanning workflows. If you encounter any problems, please <a href="https://github.com/github/codeql-action/issues">file an issue</a> or open a private ticket with GitHub Support and request an escalation to engineering.</li> </ul> <h2>2.1.26 - 29 Sep 2022</h2> <ul> <li>Update default CodeQL bundle version to 2.11.0. <a href="https://github-redirect.dependabot.com/github/codeql-action/pull/1267">#1267</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
dependabot[bot]
|
45868b8e5b
|
feat(deps): bump github.com/goreleaser/nfpm/v2 from 2.22.1 to 2.22.2 (#3613)
Bumps [github.com/goreleaser/nfpm/v2](https://github.com/goreleaser/nfpm) from 2.22.1 to 2.22.2. <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.22.2</h2> <h2>Changelog</h2> <h3>Bug fixes</h3> <ul> <li>61de4b54e0938be65f94ba74d5b90cbb98b628b3: fix(deps): bump github.com/Masterminds/semver/v3 from 3.1.1 to 3.2.0 (<a href="https://github-redirect.dependabot.com/goreleaser/nfpm/issues/582">#582</a>) (<a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot])</li> <li>2918f99b607189c0f4cb70de98d8e294fd9252ba: fix: improve contents.type (<a href="https://github-redirect.dependabot.com/goreleaser/nfpm/issues/581">#581</a>) (<a href="https://github.com/caarlos0"><code>@caarlos0</code></a>)</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/goreleaser/nfpm/compare/v2.22.1...v2.22.2">https://github.com/goreleaser/nfpm/compare/v2.22.1...v2.22.2</a></p> <hr /> <ul> <li>Check out <a href="https://goreleaser.com">GoReleaser</a>: it integrates nFPM to the release pipeline of your Go projects.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
Carlos A Becker
|
a3d3ab2058
|
fix: improve docker warning |