1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2024-12-31 01:53:50 +02:00
Deliver Go binaries as fast and easily as possible https://goreleaser.com/
Go to file
dependabot[bot] b59920c54d
chore(deps): bump github/codeql-action from 2.1.23 to 2.1.24 (#3387)
Bumps [github/codeql-action](https://github.com/github/codeql-action)
from 2.1.23 to 2.1.24.
<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>
<ul>
<li>We will soon be rolling out a feature of the CodeQL Action that
stores some information used to make future runs faster in the GitHub
Actions cache. Initially, this will only be enabled on JavaScript
repositories, but we plan to add more languages to this soon. The new
feature can be disabled by passing the <code>trap-caching: false</code>
option to your workflow's <code>init</code> step, for example if you are
already using the GitHub Actions cache for a different purpose and are
near the storage limit for it.</li>
</ul>
<h2>2.1.24 - 16 Sep 2022</h2>
<p>No user facing changes.</p>
<h2>2.1.23 - 14 Sep 2022</h2>
<ul>
<li>Allow CodeQL packs to be downloaded from GitHub Enterprise Server
instances, using the new <code>registries</code> input for the
<code>init</code> action. <a
href="https://github-redirect.dependabot.com/github/codeql-action/pull/1221">#1221</a></li>
<li>Update default CodeQL bundle version to 2.10.5. <a
href="https://github-redirect.dependabot.com/github/codeql-action/pull/1240">#1240</a></li>
</ul>
<h2>2.1.22 - 01 Sep 2022</h2>
<ul>
<li>Downloading CodeQL packs has been moved to the <code>init</code>
step. Previously, CodeQL packs were downloaded during the
<code>analyze</code> step. <a
href="https://github-redirect.dependabot.com/github/codeql-action/pull/1218">#1218</a></li>
<li>Update default CodeQL bundle version to 2.10.4. <a
href="https://github-redirect.dependabot.com/github/codeql-action/pull/1224">#1224</a></li>
<li>The newly released <a
href="https://python-poetry.org/blog/announcing-poetry-1.2.0">Poetry
1.2</a> is not yet supported. In the most common case where the CodeQL
Action is automatically installing Python dependencies, it will continue
to install and use Poetry 1.1 on its own. However, in certain cases such
as with self-hosted runners, you may need to ensure Poetry 1.1 is
installed yourself.</li>
</ul>
<h2>2.1.21 - 25 Aug 2022</h2>
<ul>
<li>Improve error messages when the code scanning configuration file
includes an invalid <code>queries</code> block or an invalid
<code>query-filters</code> block. <a
href="https://github-redirect.dependabot.com/github/codeql-action/pull/1208">#1208</a></li>
<li>Fix a bug where Go build tracing could fail on Windows. <a
href="https://github-redirect.dependabot.com/github/codeql-action/pull/1209">#1209</a></li>
</ul>
<h2>2.1.20 - 22 Aug 2022</h2>
<p>No user facing changes.</p>
<h2>2.1.19 - 17 Aug 2022</h2>
<ul>
<li>Add the ability to filter queries from a code scanning run by using
the <code>query-filters</code> option in the code scanning configuration
file. <a
href="https://github-redirect.dependabot.com/github/codeql-action/pull/1098">#1098</a></li>
<li>In debug mode, debug artifacts are now uploaded even if a step in
the Actions workflow fails. <a
href="https://github-redirect.dependabot.com/github/codeql-action/pull/1159">#1159</a></li>
<li>Update default CodeQL bundle version to 2.10.3. <a
href="https://github-redirect.dependabot.com/github/codeql-action/pull/1178">#1178</a></li>
<li>The combination of python2 and Pipenv is no longer supported. <a
href="https://github-redirect.dependabot.com/github/codeql-action/pull/1181">#1181</a></li>
</ul>
<h2>2.1.18 - 03 Aug 2022</h2>
<ul>
<li>Update default CodeQL bundle version to 2.10.2. <a
href="https://github-redirect.dependabot.com/github/codeql-action/pull/1156">#1156</a></li>
</ul>
<h2>2.1.17 - 28 Jul 2022</h2>
<ul>
<li>Update default CodeQL bundle version to 2.10.1. <a
href="https://github-redirect.dependabot.com/github/codeql-action/pull/1143">#1143</a></li>
</ul>
<h2>2.1.16 - 13 Jul 2022</h2>
<ul>
<li>You can now quickly debug a job that uses the CodeQL Action by
re-running the job from the GitHub UI and selecting the &quot;Enable
debug logging&quot; option. <a
href="https://github-redirect.dependabot.com/github/codeql-action/pull/1132">#1132</a></li>
<li>You can now see diagnostic messages produced by the analysis in the
logs of the <code>analyze</code> Action by enabling debug mode. To
enable debug mode, pass <code>debug: true</code> to the
<code>init</code> Action, or <a
href="https://docs.github.com/en/actions/monitoring-and-troubleshooting-workflows/enabling-debug-logging#enabling-step-debug-logging">enable
step debug logging</a>. This feature is available for CodeQL CLI version
2.10.0 and later. <a
href="https://github-redirect.dependabot.com/github/codeql-action/pull/1133">#1133</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="904260d7d9"><code>904260d</code></a>
Merge pull request <a
href="https://github-redirect.dependabot.com/github/codeql-action/issues/1250">#1250</a>
from github/update-v2.1.24-34aa5a55</li>
<li><a
href="21c716dd69"><code>21c716d</code></a>
Update changelog for v2.1.24</li>
<li><a
href="34aa5a554b"><code>34aa5a5</code></a>
Merge pull request <a
href="https://github-redirect.dependabot.com/github/codeql-action/issues/1242">#1242</a>
from github/henrymercer/go-more-backwards-compat</li>
<li><a
href="9207340122"><code>9207340</code></a>
Merge pull request <a
href="https://github-redirect.dependabot.com/github/codeql-action/issues/1239">#1239</a>
from github/dependabot/npm_and_yarn/uuid-9.0.0</li>
<li><a
href="fefa6f57a4"><code>fefa6f5</code></a>
Merge pull request <a
href="https://github-redirect.dependabot.com/github/codeql-action/issues/1247">#1247</a>
from github/mergeback/v2.1.23-to-main-6a38b7d4</li>
<li><a
href="e6ad3e0b35"><code>e6ad3e0</code></a>
Update checked-in dependencies</li>
<li><a
href="f84e389feb"><code>f84e389</code></a>
Update changelog and version after v2.1.23</li>
<li><a
href="f32e161cdd"><code>f32e161</code></a>
Improve warning when using autobuild with multi-language builds</li>
<li><a
href="4cc95769d4"><code>4cc9576</code></a>
Improve variable name</li>
<li><a
href="bde5694fb7"><code>bde5694</code></a>
Comment why we don't run multiple autobuilders for other languages</li>
<li>Additional commits viewable in <a
href="6a38b7d4a1...904260d7d9">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=2.1.23&new-version=2.1.24)](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>
2022-09-19 10:28:08 -03:00
.github chore(deps): bump github/codeql-action from 2.1.23 to 2.1.24 (#3387) 2022-09-19 10:28:08 -03:00
cmd fix: build --single-target when using specific targets (#3381) 2022-09-15 22:17:40 -03:00
internal test: fixed a broken test 2022-09-18 14:21:33 -03:00
pkg fix: ruleguard and semgrep scans and fixes (#3364) 2022-09-11 15:32:23 -03:00
scripts fix: git safe directory 2022-08-12 09:42:23 -03:00
www docs: clarify build docs a bit 2022-09-18 13:57:48 -03:00
.editorconfig feat: arch user repository integration (#2838) 2022-01-20 14:59:39 -03:00
.gitattributes docs: update with jsonschema 2021-10-26 15:15:26 -03:00
.gitignore chore(ci): tparse (#3131) 2022-06-11 23:25:04 -03:00
.gitleaks.toml fix: run gitleaks and grype on prs (#3332) 2022-08-21 15:20:31 -03:00
.golangci.yaml feat(ci): compile with go 1.19 (#3278) 2022-08-06 18:44:23 -03:00
.goreleaser.yaml fix: yaml-lang-server modelines in init config (#3376) 2022-09-15 09:41:26 -03:00
.grype.yaml fix(grype): ignore unfixed vulns 2022-08-21 15:36:37 -03:00
.mailmap chore: create mailmap 2021-10-26 14:54:34 -03:00
CONTRIBUTING.md docs: improve sponsors page 2022-09-03 23:27:04 -03:00
Dockerfile fix: update cosign in docker img to 1.12.0 (#3379) 2022-09-15 19:39:51 +03:00
EULA.md docs: goreleaser pro eula 2022-05-02 20:30:19 -03:00
go.mod fix(deps): bump github.com/disgoorg/disgo from 0.13.17 to 0.13.20 (#3377) 2022-09-15 10:05:04 -03:00
go.sum fix(deps): bump github.com/disgoorg/disgo from 0.13.17 to 0.13.20 (#3377) 2022-09-15 10:05:04 -03:00
LICENSE.md docs: update license year 2022-02-08 14:21:36 -03:00
main_test.go test: fix version test 2021-12-20 21:34:34 -03:00
main.go feat(deps): update caarlos0/log 2022-08-08 09:26:09 -03:00
README.md docs: update readme 2022-09-13 22:55:27 -03:00
SECURITY.md docs: update email addresses 2022-05-18 12:12:42 -03:00
Taskfile.yml docs: goreleaser pro eula 2022-05-02 20:30:19 -03:00
USERS.md docs: adds Koordinator to USERS.md (#3167) 2022-06-20 20:47:59 -03:00
vercel.json docs: fix trailing slashes (#2529) 2021-09-27 23:19:23 -03:00

GoReleaser Logo

GoReleaser

Deliver Go binaries as fast and easily as possible.


GoReleaser builds Go binaries for several platforms, creates a GitHub release and then pushes a Homebrew formula to a tap repository. All that wrapped in your favorite CI.

https://user-images.githubusercontent.com/245435/190040641-1fa183e5-d05a-4f9d-b466-02969a529b86.mp4


Get GoReleaser

Documentation

Documentation is hosted live at https://goreleaser.com

Community

You have questions, need support and or just want to talk about GoReleaser?

Here are ways to get in touch with the GoReleaser community:

Join Discord Follow Twitter GitHub Discussions

You can find the links above and all others here.

Code of Conduct

This project adheres to the Contributor Covenant code of conduct. By participating, you are expected to uphold this code. We appreciate your contribution. Please refer to our contributing guidelines for further information.

Badges

Release Software License Build status Codecov branch Artifact Hub Go Doc Powered By: GoReleaser Backers on Open Collective Sponsors on Open Collective Conventional Commits

Sponsors

Does your company use goreleaser? Help keep the project bug-free and feature rich by sponsoring the project.

Backers

Love our work and community? Become a backer.

Contributors

This project exists thanks to all the people who contribute. [Contribute].

Stargazers over time

Stargazers over time