Carlos Alexandro Becker
9ca2bd7313
docs: document how to run them with docker
2024-12-05 14:25:38 -03:00
Carlos Alexandro Becker
a7b8cb0a4c
fix: targets
2024-12-01 18:36:17 -03:00
Carlos Alexandro Becker
cc235d27a7
Update www/docs/customization/builds.md
...
Co-authored-by: Vedant Mohan Goyal <83997633+vedantmgoyal9@users.noreply.github.com>
2024-12-01 18:26:36 -03:00
Carlos Alexandro Becker
0db0b75258
docs: update
2024-12-01 17:55:34 -03:00
Carlos Alexandro Becker
79d89cb0ec
fix: better error handling
2024-12-01 17:52:13 -03:00
Carlos Alexandro Becker
570af99efe
fix: names
2024-12-01 15:07:46 -03:00
Carlos Alexandro Becker
003e41cb77
feat(build): rust support
2024-12-01 15:06:42 -03:00
Carlos Alexandro Becker
b623d53583
fix: lint
2024-11-29 15:34:07 -03:00
Carlos Alexandro Becker
112974e7e4
docs: clarify build.overrides
...
refs #5322
2024-11-29 15:08:15 -03:00
Carlos Alexandro Becker
8f0cede737
fix(build): improve build overrides handling
...
- jsonschema: make both goos and goarch mandatory
- log.warn if any of them are empty
- log.debug when it doesn't match
refs #5322
2024-11-29 15:05:42 -03:00
Carlos Alexandro Becker
0357cfecc5
docs: improve a little bit
2024-11-29 13:06:52 -03:00
Carlos Alexandro Becker
a23c9df16b
docs: minor docs improvements ( #5320 )
...
- better styling
- short codes
- no 404 on unreleased `Since: ` block
2024-11-29 11:17:45 -03:00
Carlos Alexandro Becker
f1a364726d
fix: docker error message
2024-11-29 10:26:48 -03:00
Carlos Alexandro Becker
8bc1130275
docs: more fixes
2024-11-29 02:02:55 -03:00
Carlos Alexandro Becker
218beccdd4
docs: fix some broken URLs
2024-11-29 01:32:13 -03:00
Carlos Alexandro Becker
9bdbf7297d
ci: build docs on flake.{nix,lock} changes
2024-11-29 01:24:05 -03:00
Carlos Alexandro Becker
533832e878
build: fix mkdocs build
...
- temp copied a lib to my NUR until this is fixed (https://github.com/NixOS/nixpkgs/pull/360035 )
- updated to python 3.12
- organized the inputs list a bit
closes #5291
2024-11-29 01:19:39 -03:00
Carlos Alexandro Becker
b014880502
chore: fmt flake.nix
2024-11-29 01:02:18 -03:00
Carlos Alexandro Becker
afd6d02101
chore(deps): update go-github to v67
2024-11-29 00:39:56 -03:00
Carlos Alexandro Becker
e6a5a258c5
docs: fix shortcode
2024-11-29 00:17:45 -03:00
Carlos Alexandro Becker
9fb8d5fab2
chore: update
2024-11-28 23:37:26 -03:00
Carlos Alexandro Becker
72902e6059
ci: build fail-fast
2024-11-28 23:37:07 -03:00
Carlos Alexandro Becker
7d6311e73b
fix(init): complete --language
2024-11-28 22:58:13 -03:00
Carlos Alexandro Becker
6d1429da72
fix(lint): ignore error copying to discard
2024-11-28 22:57:54 -03:00
Carlos Alexandro Becker
65a945e82c
test: fix static config test
2024-11-28 22:57:44 -03:00
Carlos Alexandro Becker
c7f4e903e7
fix(announce): move default status codes to Default, more tests
...
building on #5317
2024-11-28 22:53:21 -03:00
Matt Robenolt
77bbddf64b
feat(announce): implement expected_status_codes for webhooks ( #5317 )
...
fixes #5316
2024-11-28 22:46:55 -03:00
Carlos Alexandro Becker
898c62c690
fix: artifact filter should check if default when builder is zig
...
It shouldn't happen, but this makes it a bit safer.
2024-11-28 22:14:58 -03:00
Carlos Alexandro Becker
e6dc91cf05
feat(init): figure out if its a zig project, init differntly
...
This will use a different example configuration file on `goreleaser
init` if the project is likely a zig project (i.e. contains a
`build.zig`).
2024-11-28 22:05:50 -03:00
Carlos Alexandro Becker
368b8cbdb3
fix(jsonschema): add enum options to build.builder
2024-11-28 21:43:44 -03:00
Carlos Alexandro Becker
f34093d345
feat(init): add footer to default configuration file
2024-11-28 21:39:57 -03:00
Carlos Alexandro Becker
09be848e1a
feat(build): initial support for zig ( #5312 )
...
Continuing on #5308 and #5307 , this finally adds Zig support to
GoReleaser!
Things are very raw still, plenty of use cases to test (please do test
on your project if you can), but it does work at least for simple
projects!
A release done by this:
https://github.com/goreleaser/example-zig/releases/tag/v0.1.0
---------
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2024-11-28 08:47:20 -03:00
Carlos Alexandro Becker
e635b3f369
ci: fix ref on workflow-dispatch for goreleaser-cross
2024-11-28 08:42:57 -03:00
actions-user
b0a76aea59
chore: auto-update generated files
2024-11-28 11:37:11 +00:00
Carlos Alexandro Becker
f247d7d38c
feat(template): allow to use .Target ( #5308 )
...
This will also come in handy for multiple languages support (#5307 ).
---------
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2024-11-25 23:41:00 -03:00
Carlos Alexandro Becker
d43f84aa3f
refactor(build): preparing to support multiple languages ( #5307 )
...
This starts laying the foundation for supporting more languages, the
first of which will probably be Zig, and then Rust.
I already have a zig prototype working in another branch, just raw
dogged it to see if it would work, and since it does, now I'll do it
piece by piece but with hopefully slightly better code.
2024-11-25 23:00:28 -03:00
dependabot[bot]
f061ae92ad
chore(deps): bump github.com/stretchr/testify from 1.9.0 to 1.10.0 ( #5309 )
...
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify )
from 1.9.0 to 1.10.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/stretchr/testify/releases ">github.com/stretchr/testify's
releases</a>.</em></p>
<blockquote>
<h2>v1.10.0</h2>
<h2>What's Changed</h2>
<h3>Functional Changes</h3>
<ul>
<li>Add PanicAssertionFunc by <a
href="https://github.com/fahimbagar "><code>@fahimbagar</code></a> in <a
href="https://redirect.github.com/stretchr/testify/pull/1337 ">stretchr/testify#1337</a></li>
<li>assert: deprecate CompareType by <a
href="https://github.com/dolmen "><code>@dolmen</code></a> in <a
href="https://redirect.github.com/stretchr/testify/pull/1566 ">stretchr/testify#1566</a></li>
<li>assert: make YAML dependency pluggable via build tags by <a
href="https://github.com/dolmen "><code>@dolmen</code></a> in <a
href="https://redirect.github.com/stretchr/testify/pull/1579 ">stretchr/testify#1579</a></li>
<li>assert: new assertion NotElementsMatch by <a
href="https://github.com/hendrywiranto "><code>@hendrywiranto</code></a>
in <a
href="https://redirect.github.com/stretchr/testify/pull/1600 ">stretchr/testify#1600</a></li>
<li>mock: in order mock calls by <a
href="https://github.com/ReyOrtiz "><code>@ReyOrtiz</code></a> in <a
href="https://redirect.github.com/stretchr/testify/pull/1637 ">stretchr/testify#1637</a></li>
<li>Add assertion for NotErrorAs by <a
href="https://github.com/palsivertsen "><code>@palsivertsen</code></a>
in <a
href="https://redirect.github.com/stretchr/testify/pull/1129 ">stretchr/testify#1129</a></li>
<li>Record Return Arguments of a Call by <a
href="https://github.com/jayd3e "><code>@jayd3e</code></a> in <a
href="https://redirect.github.com/stretchr/testify/pull/1636 ">stretchr/testify#1636</a></li>
<li>assert.EqualExportedValues: accepts everything by <a
href="https://github.com/redachl "><code>@redachl</code></a> in <a
href="https://redirect.github.com/stretchr/testify/pull/1586 ">stretchr/testify#1586</a></li>
</ul>
<h3>Fixes</h3>
<ul>
<li>assert: make tHelper a type alias by <a
href="https://github.com/dolmen "><code>@dolmen</code></a> in <a
href="https://redirect.github.com/stretchr/testify/pull/1562 ">stretchr/testify#1562</a></li>
<li>Do not get argument again unnecessarily in Arguments.Error() by <a
href="https://github.com/TomWright "><code>@TomWright</code></a> in <a
href="https://redirect.github.com/stretchr/testify/pull/820 ">stretchr/testify#820</a></li>
<li>Fix time.Time compare by <a
href="https://github.com/myxo "><code>@myxo</code></a> in <a
href="https://redirect.github.com/stretchr/testify/pull/1582 ">stretchr/testify#1582</a></li>
<li>assert.Regexp: handle []byte array properly by <a
href="https://github.com/kevinburkesegment "><code>@kevinburkesegment</code></a>
in <a
href="https://redirect.github.com/stretchr/testify/pull/1587 ">stretchr/testify#1587</a></li>
<li>assert: collect.FailNow() should not panic by <a
href="https://github.com/marshall-lee "><code>@marshall-lee</code></a>
in <a
href="https://redirect.github.com/stretchr/testify/pull/1481 ">stretchr/testify#1481</a></li>
<li>mock: simplify implementation of FunctionalOptions by <a
href="https://github.com/dolmen "><code>@dolmen</code></a> in <a
href="https://redirect.github.com/stretchr/testify/pull/1571 ">stretchr/testify#1571</a></li>
<li>mock: caller information for unexpected method call by <a
href="https://github.com/spirin "><code>@spirin</code></a> in <a
href="https://redirect.github.com/stretchr/testify/pull/1644 ">stretchr/testify#1644</a></li>
<li>suite: fix test failures by <a
href="https://github.com/stevenh "><code>@stevenh</code></a> in <a
href="https://redirect.github.com/stretchr/testify/pull/1421 ">stretchr/testify#1421</a></li>
<li>Fix issue <a
href="https://redirect.github.com/stretchr/testify/issues/1662 ">#1662</a>
(comparing infs should fail) by <a
href="https://github.com/ybrustin "><code>@ybrustin</code></a> in <a
href="https://redirect.github.com/stretchr/testify/pull/1663 ">stretchr/testify#1663</a></li>
<li>NotSame should fail if args are not pointers <a
href="https://redirect.github.com/stretchr/testify/issues/1661 ">#1661</a>
by <a href="https://github.com/sikehish "><code>@sikehish</code></a> in
<a
href="https://redirect.github.com/stretchr/testify/pull/1664 ">stretchr/testify#1664</a></li>
<li>Increase timeouts in Test_Mock_Called_blocks to reduce flakiness in
CI by <a href="https://github.com/sikehish "><code>@sikehish</code></a>
in <a
href="https://redirect.github.com/stretchr/testify/pull/1667 ">stretchr/testify#1667</a></li>
<li>fix: compare functional option names for indirect calls by <a
href="https://github.com/arjun-1 "><code>@arjun-1</code></a> in <a
href="https://redirect.github.com/stretchr/testify/pull/1626 ">stretchr/testify#1626</a></li>
</ul>
<h3>Documantation, Build & CI</h3>
<ul>
<li>.gitignore: ignore "go test -c" binaries by <a
href="https://github.com/dolmen "><code>@dolmen</code></a> in <a
href="https://redirect.github.com/stretchr/testify/pull/1565 ">stretchr/testify#1565</a></li>
<li>mock: improve doc by <a
href="https://github.com/dolmen "><code>@dolmen</code></a> in <a
href="https://redirect.github.com/stretchr/testify/pull/1570 ">stretchr/testify#1570</a></li>
<li>mock: fix FunctionalOptions docs by <a
href="https://github.com/snirye "><code>@snirye</code></a> in <a
href="https://redirect.github.com/stretchr/testify/pull/1433 ">stretchr/testify#1433</a></li>
<li>README: link out to the excellent testifylint by <a
href="https://github.com/brackendawson "><code>@brackendawson</code></a>
in <a
href="https://redirect.github.com/stretchr/testify/pull/1568 ">stretchr/testify#1568</a></li>
<li>assert: fix typo in comment by <a
href="https://github.com/JohnEndson "><code>@JohnEndson</code></a> in <a
href="https://redirect.github.com/stretchr/testify/pull/1580 ">stretchr/testify#1580</a></li>
<li>Correct the EventuallyWithT and EventuallyWithTf example by <a
href="https://github.com/JonCrowther "><code>@JonCrowther</code></a> in
<a
href="https://redirect.github.com/stretchr/testify/pull/1588 ">stretchr/testify#1588</a></li>
<li>CI: bump softprops/action-gh-release from 1 to 2 by <a
href="https://github.com/dependabot "><code>@dependabot</code></a> in <a
href="https://redirect.github.com/stretchr/testify/pull/1575 ">stretchr/testify#1575</a></li>
<li>mock: document more alternatives to deprecated
AnythingOfTypeArgument by <a
href="https://github.com/dolmen "><code>@dolmen</code></a> in <a
href="https://redirect.github.com/stretchr/testify/pull/1569 ">stretchr/testify#1569</a></li>
<li>assert: Correctly document EqualValues behavior by <a
href="https://github.com/brackendawson "><code>@brackendawson</code></a>
in <a
href="https://redirect.github.com/stretchr/testify/pull/1593 ">stretchr/testify#1593</a></li>
<li>fix: grammar in godoc by <a
href="https://github.com/miparnisari "><code>@miparnisari</code></a> in
<a
href="https://redirect.github.com/stretchr/testify/pull/1607 ">stretchr/testify#1607</a></li>
<li>.github/workflows: Run tests for Go 1.22 by <a
href="https://github.com/HaraldNordgren "><code>@HaraldNordgren</code></a>
in <a
href="https://redirect.github.com/stretchr/testify/pull/1629 ">stretchr/testify#1629</a></li>
<li>Document suite's lack of support for t.Parallel by <a
href="https://github.com/brackendawson "><code>@brackendawson</code></a>
in <a
href="https://redirect.github.com/stretchr/testify/pull/1645 ">stretchr/testify#1645</a></li>
<li>assert: fix typos in comments by <a
href="https://github.com/alexandear "><code>@alexandear</code></a> in <a
href="https://redirect.github.com/stretchr/testify/pull/1650 ">stretchr/testify#1650</a></li>
<li>mock: fix doc comment for NotBefore by <a
href="https://github.com/alexandear "><code>@alexandear</code></a> in <a
href="https://redirect.github.com/stretchr/testify/pull/1651 ">stretchr/testify#1651</a></li>
<li>Generate better comments for require package by <a
href="https://github.com/Neokil "><code>@Neokil</code></a> in <a
href="https://redirect.github.com/stretchr/testify/pull/1610 ">stretchr/testify#1610</a></li>
<li>README: replace Testify V2 notice with <a
href="https://github.com/dolmen "><code>@dolmen</code></a>'s V2
manifesto by <a
href="https://github.com/hendrywiranto "><code>@hendrywiranto</code></a>
in <a
href="https://redirect.github.com/stretchr/testify/pull/1518 ">stretchr/testify#1518</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/fahimbagar "><code>@fahimbagar</code></a> made
their first contribution in <a
href="https://redirect.github.com/stretchr/testify/pull/1337 ">stretchr/testify#1337</a></li>
<li><a href="https://github.com/TomWright "><code>@TomWright</code></a>
made their first contribution in <a
href="https://redirect.github.com/stretchr/testify/pull/820 ">stretchr/testify#820</a></li>
<li><a href="https://github.com/snirye "><code>@snirye</code></a> made
their first contribution in <a
href="https://redirect.github.com/stretchr/testify/pull/1433 ">stretchr/testify#1433</a></li>
<li><a href="https://github.com/myxo "><code>@myxo</code></a> made their
first contribution in <a
href="https://redirect.github.com/stretchr/testify/pull/1582 ">stretchr/testify#1582</a></li>
<li><a
href="https://github.com/JohnEndson "><code>@JohnEndson</code></a> made
their first contribution in <a
href="https://redirect.github.com/stretchr/testify/pull/1580 ">stretchr/testify#1580</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="89cbdd9e7b
"><code>89cbdd9</code></a>
Merge pull request <a
href="https://redirect.github.com/stretchr/testify/issues/1626 ">#1626</a>
from arjun-1/fix-functional-options-diff-indirect-calls</li>
<li><a
href="07bac606be
"><code>07bac60</code></a>
Merge pull request <a
href="https://redirect.github.com/stretchr/testify/issues/1667 ">#1667</a>
from sikehish/flaky</li>
<li><a
href="716de8dff4
"><code>716de8d</code></a>
Increase timeouts in Test_Mock_Called_blocks to reduce flakiness in
CI</li>
<li><a
href="118fb83466
"><code>118fb83</code></a>
NotSame should fail if args are not pointers <a
href="https://redirect.github.com/stretchr/testify/issues/1661 ">#1661</a>
(<a
href="https://redirect.github.com/stretchr/testify/issues/1664 ">#1664</a>)</li>
<li><a
href="7d99b2b43d
"><code>7d99b2b</code></a>
attempt 2</li>
<li><a
href="05f87c0160
"><code>05f87c0</code></a>
more similar</li>
<li><a
href="ea7129e006
"><code>ea7129e</code></a>
better fmt</li>
<li><a
href="a1b9c9efe3
"><code>a1b9c9e</code></a>
Merge pull request <a
href="https://redirect.github.com/stretchr/testify/issues/1663 ">#1663</a>
from ybrustin/master</li>
<li><a
href="8302de98b1
"><code>8302de9</code></a>
Merge branch 'master' into master</li>
<li><a
href="89352f7958
"><code>89352f7</code></a>
Merge pull request <a
href="https://redirect.github.com/stretchr/testify/issues/1518 ">#1518</a>
from hendrywiranto/adjust-readme-remove-v2</li>
<li>Additional commits viewable in <a
href="https://github.com/stretchr/testify/compare/v1.9.0...v1.10.0 ">compare
view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/stretchr/testify&package-manager=go_modules&previous-version=1.9.0&new-version=1.10.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>
2024-11-25 08:57:40 +00:00
dependabot[bot]
8d9c03be8e
chore(deps): bump github.com/caarlos0/go-version from 0.1.1 to 0.2.0 ( #5310 )
...
Bumps
[github.com/caarlos0/go-version](https://github.com/caarlos0/go-version )
from 0.1.1 to 0.2.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/caarlos0/go-version/releases ">github.com/caarlos0/go-version's
releases</a>.</em></p>
<blockquote>
<h2>v0.2.0</h2>
<h2>Changelog</h2>
<h3>New Features</h3>
<ul>
<li>bc0dc6d038900a6e0c25b2fefb84dedced9204ca: feat: update to go 1.22
(<a href="https://github.com/caarlos0 "><code>@caarlos0</code></a>)</li>
</ul>
<h3>Other work</h3>
<ul>
<li>68f67f97991d5b8024f464cce86c4561bdd3b06d: build(deps): bump
actions/checkout from 3 to 4 (<a
href="https://redirect.github.com/caarlos0/go-version/issues/2 ">#2</a>)
(<a
href="https://github.com/dependabot "><code>@dependabot</code></a>[bot])</li>
<li>f2ba55246796c75a3378f5a4429732a8a393e9ce: build(deps): bump
actions/setup-go from 4 to 5 (<a
href="https://redirect.github.com/caarlos0/go-version/issues/4 ">#4</a>)
(<a
href="https://github.com/dependabot "><code>@dependabot</code></a>[bot])</li>
<li>becf07089c4c9c58e6d29413e7e19d49092b7f6d: build(deps): bump
codecov/codecov-action from 3 to 4 (<a
href="https://redirect.github.com/caarlos0/go-version/issues/5 ">#5</a>)
(<a
href="https://github.com/dependabot "><code>@dependabot</code></a>[bot])</li>
<li>d59bfe81853e956457562bd333b3124803423cce: build(deps): bump
codecov/codecov-action from 4 to 5 (<a
href="https://redirect.github.com/caarlos0/go-version/issues/10 ">#10</a>)
(<a
href="https://github.com/dependabot "><code>@dependabot</code></a>[bot])</li>
<li>e43b60c69486b087e6456d4f26ed208b8359c1d8: build(deps): bump
golangci/golangci-lint-action from 3 to 4 (<a
href="https://redirect.github.com/caarlos0/go-version/issues/6 ">#6</a>)
(<a
href="https://github.com/dependabot "><code>@dependabot</code></a>[bot])</li>
<li>b66e204979ddc13507713e9a0b69045db2931ae9: build(deps): bump
golangci/golangci-lint-action from 4 to 5 (<a
href="https://redirect.github.com/caarlos0/go-version/issues/7 ">#7</a>)
(<a
href="https://github.com/dependabot "><code>@dependabot</code></a>[bot])</li>
<li>c98ad40c36bbce1006bb6cc99d79ec71c28d0760: build(deps): bump
golangci/golangci-lint-action from 5 to 6 (<a
href="https://redirect.github.com/caarlos0/go-version/issues/8 ">#8</a>)
(<a
href="https://github.com/dependabot "><code>@dependabot</code></a>[bot])</li>
<li>17e81bed15642ad51ee281d2a376b1fe2e867381: build(deps): bump
goreleaser/goreleaser-action from 4 to 5 (<a
href="https://redirect.github.com/caarlos0/go-version/issues/3 ">#3</a>)
(<a
href="https://github.com/dependabot "><code>@dependabot</code></a>[bot])</li>
<li>dcf03e4ba9e64b2065809b1d5c3e7c34d55fa17e: build(deps): bump
goreleaser/goreleaser-action from 5 to 6 (<a
href="https://redirect.github.com/caarlos0/go-version/issues/9 ">#9</a>)
(<a
href="https://github.com/dependabot "><code>@dependabot</code></a>[bot])</li>
<li>968384c41503390122c2f5976ad757d965dbb184: ci: update (<a
href="https://github.com/caarlos0 "><code>@caarlos0</code></a>)</li>
<li>b3d7d9239c0e45d42f6cd6044b778077d76569ed: ci: update goreleaser conf
(<a href="https://github.com/caarlos0 "><code>@caarlos0</code></a>)</li>
</ul>
<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="bc0dc6d038
"><code>bc0dc6d</code></a>
feat: update to go 1.22</li>
<li><a
href="d59bfe8185
"><code>d59bfe8</code></a>
build(deps): bump codecov/codecov-action from 4 to 5 (<a
href="https://redirect.github.com/caarlos0/go-version/issues/10 ">#10</a>)</li>
<li><a
href="968384c415
"><code>968384c</code></a>
ci: update</li>
<li><a
href="b3d7d9239c
"><code>b3d7d92</code></a>
ci: update goreleaser conf</li>
<li><a
href="dcf03e4ba9
"><code>dcf03e4</code></a>
build(deps): bump goreleaser/goreleaser-action from 5 to 6 (<a
href="https://redirect.github.com/caarlos0/go-version/issues/9 ">#9</a>)</li>
<li><a
href="c98ad40c36
"><code>c98ad40</code></a>
build(deps): bump golangci/golangci-lint-action from 5 to 6 (<a
href="https://redirect.github.com/caarlos0/go-version/issues/8 ">#8</a>)</li>
<li><a
href="b66e204979
"><code>b66e204</code></a>
build(deps): bump golangci/golangci-lint-action from 4 to 5 (<a
href="https://redirect.github.com/caarlos0/go-version/issues/7 ">#7</a>)</li>
<li><a
href="e43b60c694
"><code>e43b60c</code></a>
build(deps): bump golangci/golangci-lint-action from 3 to 4 (<a
href="https://redirect.github.com/caarlos0/go-version/issues/6 ">#6</a>)</li>
<li><a
href="becf07089c
"><code>becf070</code></a>
build(deps): bump codecov/codecov-action from 3 to 4 (<a
href="https://redirect.github.com/caarlos0/go-version/issues/5 ">#5</a>)</li>
<li><a
href="f2ba552467
"><code>f2ba552</code></a>
build(deps): bump actions/setup-go from 4 to 5 (<a
href="https://redirect.github.com/caarlos0/go-version/issues/4 ">#4</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/caarlos0/go-version/compare/v0.1.1...v0.2.0 ">compare
view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/caarlos0/go-version&package-manager=go_modules&previous-version=0.1.1&new-version=0.2.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>
2024-11-25 08:56:21 +00:00
Carlos Alexandro Becker
2758964617
fix: lint issue
...
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2024-11-25 00:57:39 -03:00
Carlos Alexandro Becker
c67b8d0ba7
fix(docker): install cosign and syft with apk ( #5275 )
...
this should simplify things a little bit
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2024-11-23 16:23:15 -03:00
Carlos Alexandro Becker
9cf781ab74
docs: update actions
...
closes #5301
2024-11-23 16:22:35 -03:00
actions-user
980ac87b3c
chore: auto-update generated files
2024-11-22 17:30:59 +00:00
Ludovic Fernandez
377981ebd7
fix(aur): description with quotes ( #5304 )
...
Currently, the field `pkgdesc` is wrapped by simple quotes, but if the
description also contains simple quotes it breaks the package.
So it's not possible to publish a package that contains "Let's Encrypt"
inside the description.
This PR wraps the description with the right quotes depending on the
description content.
If there is a mix of quotes, it replaces, arbitrarily, double quotes
with single quotes.
Example with double quotes inside the description:
https://gitlab.archlinux.org/archlinux/packaging/packages/cargo-release/-/blob/main/PKGBUILD?ref_type=heads
Example with simple quotes inside the description:
https://gitlab.archlinux.org/archlinux/packaging/packages/cargo-modules/-/blob/main/PKGBUILD?ref_type=heads
2024-11-22 09:56:52 -03:00
dependabot[bot]
50d51ac898
chore(deps): bump anchore/sbom-action from 0.17.7 to 0.17.8 ( #5305 )
...
Bumps [anchore/sbom-action](https://github.com/anchore/sbom-action ) from
0.17.7 to 0.17.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.17.8</h2>
<h2>Changes in v0.17.8</h2>
<ul>
<li>chore(deps): update Syft to v1.17.0 (<a
href="https://redirect.github.com/anchore/sbom-action/issues/507 ">#507</a>)
[<a
href="https://github.com/anchore-actions-token-generator ">anchore-actions-token-generator</a>]</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="55dc4ee224
"><code>55dc4ee</code></a>
chore(deps): update Syft to v1.17.0 (<a
href="https://redirect.github.com/anchore/sbom-action/issues/507 ">#507</a>)</li>
<li>See full diff in <a
href="https://github.com/anchore/sbom-action/compare/v0.17.7...v0.17.8 ">compare
view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=anchore/sbom-action&package-manager=github_actions&previous-version=0.17.7&new-version=0.17.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>
2024-11-22 09:08:53 +00:00
dependabot[bot]
2527485f34
chore(deps): bump codecov/codecov-action from 5.0.4 to 5.0.7 ( #5302 )
...
Bumps
[codecov/codecov-action](https://github.com/codecov/codecov-action ) from
5.0.4 to 5.0.7.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/codecov/codecov-action/releases ">codecov/codecov-action's
releases</a>.</em></p>
<blockquote>
<h2>v5.0.5</h2>
<h2>What's Changed</h2>
<ul>
<li>chore(release): wrapper-0.0.27 by <a
href="https://github.com/codecov-releaser-app "><code>@codecov-releaser-app</code></a>
in <a
href="https://redirect.github.com/codecov/codecov-action/pull/1685 ">codecov/codecov-action#1685</a></li>
<li>chore(release): 5.0.5 by <a
href="https://github.com/thomasrockhu-codecov "><code>@thomasrockhu-codecov</code></a>
in <a
href="https://redirect.github.com/codecov/codecov-action/pull/1686 ">codecov/codecov-action#1686</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/codecov-releaser-app "><code>@codecov-releaser-app</code></a>
made their first contribution in <a
href="https://redirect.github.com/codecov/codecov-action/pull/1685 ">codecov/codecov-action#1685</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/codecov/codecov-action/compare/v5.0.4...v5.0.5 ">https://github.com/codecov/codecov-action/compare/v5.0.4...v5.0.5 </a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md ">codecov/codecov-action's
changelog</a>.</em></p>
<blockquote>
<h2>v5.0.7</h2>
<h3>What's Changed</h3>
<ul>
<li>fix: use HEAD_REPO by <a
href="https://github.com/thomasrockhu-codecov "><code>@thomasrockhu-codecov</code></a>
in <a
href="https://redirect.github.com/codecov/codecov-action/pull/1690 ">codecov/codecov-action#1690</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/codecov/codecov-action/compare/v5.0.6..v5.0.7 ">https://github.com/codecov/codecov-action/compare/v5.0.6..v5.0.7 </a></p>
<h2>v5.0.6</h2>
<h3>What's Changed</h3>
<ul>
<li>fix: update CODECOV_TOKEN and fix tokenless by <a
href="https://github.com/thomasrockhu-codecov "><code>@thomasrockhu-codecov</code></a>
in <a
href="https://redirect.github.com/codecov/codecov-action/pull/1688 ">codecov/codecov-action#1688</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/codecov/codecov-action/compare/v5.0.5..v5.0.6 ">https://github.com/codecov/codecov-action/compare/v5.0.5..v5.0.6 </a></p>
<h2>v5.0.5</h2>
<h3>What's Changed</h3>
<ul>
<li>chore(release): wrapper-0.0.27 by
<code>@app/codecov-releaser-app</code> in <a
href="https://redirect.github.com/codecov/codecov-action/pull/1685 ">codecov/codecov-action#1685</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/codecov/codecov-action/compare/v5.0.4..v5.0.5 ">https://github.com/codecov/codecov-action/compare/v5.0.4..v5.0.5 </a></p>
<h2>v5.0.4</h2>
<h3>What's Changed</h3>
<ul>
<li>chore(deps): bump wrapper to 0.0.26 by <a
href="https://github.com/thomasrockhu-codecov "><code>@thomasrockhu-codecov</code></a>
in <a
href="https://redirect.github.com/codecov/codecov-action/pull/1681 ">codecov/codecov-action#1681</a></li>
<li>fix: strip out a trailing /n from input tokens by <a
href="https://github.com/thomasrockhu-codecov "><code>@thomasrockhu-codecov</code></a>
in <a
href="https://redirect.github.com/codecov/codecov-action/pull/1679 ">codecov/codecov-action#1679</a></li>
<li>fix: add action version by <a
href="https://github.com/thomasrockhu-codecov "><code>@thomasrockhu-codecov</code></a>
in <a
href="https://redirect.github.com/codecov/codecov-action/pull/1678 ">codecov/codecov-action#1678</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/codecov/codecov-action/compare/v5.0.3..v5.0.4 ">https://github.com/codecov/codecov-action/compare/v5.0.3..v5.0.4 </a></p>
<h2>v5.0.3</h2>
<h3>What's Changed</h3>
<ul>
<li>fix: update OIDC audience by <a
href="https://github.com/thomasrockhu-codecov "><code>@thomasrockhu-codecov</code></a>
in <a
href="https://redirect.github.com/codecov/codecov-action/pull/1675 ">codecov/codecov-action#1675</a></li>
<li>fix: use double-quotes for OIDC by <a
href="https://github.com/thomasrockhu-codecov "><code>@thomasrockhu-codecov</code></a>
in <a
href="https://redirect.github.com/codecov/codecov-action/pull/1669 ">codecov/codecov-action#1669</a></li>
<li>fix: prevent always setting tokenless to be true by <a
href="https://github.com/thomasrockhu-codecov "><code>@thomasrockhu-codecov</code></a>
in <a
href="https://redirect.github.com/codecov/codecov-action/pull/1673 ">codecov/codecov-action#1673</a></li>
<li>fix: update CHANGELOG and automate by <a
href="https://github.com/thomasrockhu-codecov "><code>@thomasrockhu-codecov</code></a>
in <a
href="https://redirect.github.com/codecov/codecov-action/pull/1674 ">codecov/codecov-action#1674</a></li>
<li>fix: bump to v5 and update README by <a
href="https://github.com/thomasrockhu-codecov "><code>@thomasrockhu-codecov</code></a>
in <a
href="https://redirect.github.com/codecov/codecov-action/pull/1655 ">codecov/codecov-action#1655</a></li>
<li>build(deps): bump github/codeql-action from 3.27.0 to 3.27.4 by
<code>@app/dependabot</code> in <a
href="https://redirect.github.com/codecov/codecov-action/pull/1665 ">codecov/codecov-action#1665</a></li>
<li>fix: typo in <code>inputs.disable_safe_directory</code> by <a
href="https://github.com/mkroening "><code>@mkroening</code></a> in <a
href="https://redirect.github.com/codecov/codecov-action/pull/1666 ">codecov/codecov-action#1666</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/codecov/codecov-action/compare/v5.0.2..v5.0.3 ">https://github.com/codecov/codecov-action/compare/v5.0.2..v5.0.3 </a></p>
<h2>v5.0.2</h2>
<h3>What's Changed</h3>
<ul>
<li>fix: override commit and pr values for PR cases by <a
href="https://github.com/thomasrockhu-codecov "><code>@thomasrockhu-codecov</code></a>
in <a
href="https://redirect.github.com/codecov/codecov-action/pull/1657 ">codecov/codecov-action#1657</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/codecov/codecov-action/compare/v5.0.1...v5.0.2 ">https://github.com/codecov/codecov-action/compare/v5.0.1...v5.0.2 </a></p>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="015f24e681
"><code>015f24e</code></a>
chore(release): 5.0.7 (<a
href="https://redirect.github.com/codecov/codecov-action/issues/1691 ">#1691</a>)</li>
<li><a
href="a76271d959
"><code>a76271d</code></a>
fix: use HEAD_REPO (<a
href="https://redirect.github.com/codecov/codecov-action/issues/1690 ">#1690</a>)</li>
<li><a
href="d168679d44
"><code>d168679</code></a>
chore(release): 5.0.6 (<a
href="https://redirect.github.com/codecov/codecov-action/issues/1689 ">#1689</a>)</li>
<li><a
href="373fd71a64
"><code>373fd71</code></a>
fix: update CODECOV_TOKEN and fix tokenless (<a
href="https://redirect.github.com/codecov/codecov-action/issues/1688 ">#1688</a>)</li>
<li><a
href="288befbd10
"><code>288befb</code></a>
chore(release): 5.0.5 (<a
href="https://redirect.github.com/codecov/codecov-action/issues/1686 ">#1686</a>)</li>
<li><a
href="7e69d37f7e
"><code>7e69d37</code></a>
chore(release): wrapper-0.0.27 (<a
href="https://redirect.github.com/codecov/codecov-action/issues/1685 ">#1685</a>)</li>
<li>See full diff in <a
href="985343d705...015f24e681
">compare
view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=codecov/codecov-action&package-manager=github_actions&previous-version=5.0.4&new-version=5.0.7 )](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>
2024-11-22 00:36:42 +00:00
dependabot[bot]
1cfe69e7e9
chore(deps): bump github/codeql-action from 3.27.4 to 3.27.5 ( #5303 )
...
Bumps [github/codeql-action](https://github.com/github/codeql-action )
from 3.27.4 to 3.27.5.
<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>v3.27.5</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>
<p>Note that the only difference between <code>v2</code> and
<code>v3</code> of the CodeQL Action is the node version they support,
with <code>v3</code> running on node 20 while we continue to release
<code>v2</code> to support running on node 16. For example
<code>3.22.11</code> was the first <code>v3</code> release and is
functionally identical to <code>2.22.11</code>. This approach ensures an
easy way to track exactly which features are included in different
versions, indicated by the minor and patch version numbers.</p>
<h2>3.27.5 - 19 Nov 2024</h2>
<p>No user facing changes.</p>
<p>See the full <a
href="https://github.com/github/codeql-action/blob/v3.27.5/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>
<p>Note that the only difference between <code>v2</code> and
<code>v3</code> of the CodeQL Action is the node version they support,
with <code>v3</code> running on node 20 while we continue to release
<code>v2</code> to support running on node 16. For example
<code>3.22.11</code> was the first <code>v3</code> release and is
functionally identical to <code>2.22.11</code>. This approach ensures an
easy way to track exactly which features are included in different
versions, indicated by the minor and patch version numbers.</p>
<h2>[UNRELEASED]</h2>
<p>No user facing changes.</p>
<h2>3.27.5 - 19 Nov 2024</h2>
<p>No user facing changes.</p>
<h2>3.27.4 - 14 Nov 2024</h2>
<p>No user facing changes.</p>
<h2>3.27.3 - 12 Nov 2024</h2>
<p>No user facing changes.</p>
<h2>3.27.2 - 12 Nov 2024</h2>
<ul>
<li>Fixed an issue where setting up the CodeQL tools would sometimes
fail with the message "Invalid value 'undefined' for header
'authorization'". <a
href="https://redirect.github.com/github/codeql-action/pull/2590 ">#2590</a></li>
</ul>
<h2>3.27.1 - 08 Nov 2024</h2>
<ul>
<li>The CodeQL Action now downloads bundles compressed using Zstandard
on GitHub Enterprise Server when using Linux or macOS runners. This
speeds up the installation of the CodeQL tools. This feature is already
available to GitHub.com users. <a
href="https://redirect.github.com/github/codeql-action/pull/2573 ">#2573</a></li>
<li>Update default CodeQL bundle version to 2.19.3. <a
href="https://redirect.github.com/github/codeql-action/pull/2576 ">#2576</a></li>
</ul>
<h2>3.27.0 - 22 Oct 2024</h2>
<ul>
<li>Bump the minimum CodeQL bundle version to 2.14.6. <a
href="https://redirect.github.com/github/codeql-action/pull/2549 ">#2549</a></li>
<li>Fix an issue where the <code>upload-sarif</code> Action would fail
with "upload-sarif post-action step failed: Input required and not
supplied: token" when called in a composite Action that had a
different set of inputs to the ones expected by the
<code>upload-sarif</code> Action. <a
href="https://redirect.github.com/github/codeql-action/pull/2557 ">#2557</a></li>
<li>Update default CodeQL bundle version to 2.19.2. <a
href="https://redirect.github.com/github/codeql-action/pull/2552 ">#2552</a></li>
</ul>
<h2>3.26.13 - 14 Oct 2024</h2>
<p>No user facing changes.</p>
<h2>3.26.12 - 07 Oct 2024</h2>
<ul>
<li>
<p><em>Upcoming breaking change</em>: Add a deprecation warning for
customers using CodeQL version 2.14.5 and earlier. These versions of
CodeQL were discontinued on 24 September 2024 alongside GitHub
Enterprise Server 3.10, and will be unsupported by CodeQL Action
versions 3.27.0 and later and versions 2.27.0 and later. <a
href="https://redirect.github.com/github/codeql-action/pull/2520 ">#2520</a></p>
<ul>
<li>
<p>If you are using one of these versions, please update to CodeQL CLI
version 2.14.6 or later. For instance, if you have specified a custom
version of the CLI using the 'tools' input to the 'init' Action, you can
remove this input to use the default version.</p>
</li>
<li>
<p>Alternatively, if you want to continue using a version of the CodeQL
CLI between 2.13.5 and 2.14.5, you can replace
<code>github/codeql-action/*@v3</code> by
<code>github/codeql-action/*@v3.26.11</code> and
<code>github/codeql-action/*@v2</code> by
<code>github/codeql-action/*@v2.26.11</code> in your code scanning
workflow to ensure you continue using this version of the CodeQL
Action.</p>
</li>
</ul>
</li>
</ul>
<h2>3.26.11 - 03 Oct 2024</h2>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="f09c1c0a94
"><code>f09c1c0</code></a>
Merge pull request <a
href="https://redirect.github.com/github/codeql-action/issues/2616 ">#2616</a>
from github/update-v3.27.5-a6c8729a5</li>
<li><a
href="67b73eaba5
"><code>67b73ea</code></a>
Update changelog for v3.27.5</li>
<li><a
href="a6c8729a5d
"><code>a6c8729</code></a>
Merge pull request <a
href="https://redirect.github.com/github/codeql-action/issues/2614 ">#2614</a>
from github/marcogario/per-platform-proxy</li>
<li><a
href="8f3b48727f
"><code>8f3b487</code></a>
Start-proxy: Fetch OS specific binary</li>
<li><a
href="cba5fb58d4
"><code>cba5fb5</code></a>
Merge pull request <a
href="https://redirect.github.com/github/codeql-action/issues/2613 ">#2613</a>
from github/dependabot/npm_and_yarn/npm_and_yarn-018...</li>
<li><a
href="e782c3a145
"><code>e782c3a</code></a>
Merge pull request <a
href="https://redirect.github.com/github/codeql-action/issues/2612 ">#2612</a>
from github/angelapwen/report-linux-runner-release</li>
<li><a
href="db6788195b
"><code>db67881</code></a>
Update checked-in dependencies</li>
<li><a
href="ecde4d232d
"><code>ecde4d2</code></a>
Bump cross-spawn from 7.0.3 to 7.0.6 in the npm_and_yarn group</li>
<li><a
href="e3c67a01d3
"><code>e3c67a0</code></a>
Merge pull request <a
href="https://redirect.github.com/github/codeql-action/issues/2610 ">#2610</a>
from github/dependabot/npm_and_yarn/npm-d2ca52e617</li>
<li><a
href="f9ada54538
"><code>f9ada54</code></a>
Telemetry: report OS release for GitHub-hosted Linux runners</li>
<li>Additional commits viewable in <a
href="ea9e4e3799...f09c1c0a94
">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.27.4&new-version=3.27.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>
2024-11-21 21:13:25 -03:00
Carlos Alexandro Becker
ed94f0d386
test(ko): update chainguard labels
2024-11-21 21:12:52 -03:00
Carlos Alexandro Becker
10ab79f858
fix(build): overrides without specifying goarm64 et al ( #5298 )
...
this will use the default value for GOMIPS, GOARM, GO386, and etc in
build overrides if they are not specified.
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2024-11-21 21:09:59 -03:00
dependabot[bot]
11cd27ec20
chore(deps): bump codecov/codecov-action from 5.0.2 to 5.0.4 ( #5300 )
...
Bumps
[codecov/codecov-action](https://github.com/codecov/codecov-action ) from
5.0.2 to 5.0.4.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/codecov/codecov-action/releases ">codecov/codecov-action's
releases</a>.</em></p>
<blockquote>
<h2>v5.0.4</h2>
<h2>What's Changed</h2>
<ul>
<li>fix: add action version by <a
href="https://github.com/thomasrockhu-codecov "><code>@thomasrockhu-codecov</code></a>
in <a
href="https://redirect.github.com/codecov/codecov-action/pull/1678 ">codecov/codecov-action#1678</a></li>
<li>fix: strip out a trailing /n from input tokens by <a
href="https://github.com/thomasrockhu-codecov "><code>@thomasrockhu-codecov</code></a>
in <a
href="https://redirect.github.com/codecov/codecov-action/pull/1679 ">codecov/codecov-action#1679</a></li>
<li>chore(deps): bump wrapper to 0.0.26 by <a
href="https://github.com/thomasrockhu-codecov "><code>@thomasrockhu-codecov</code></a>
in <a
href="https://redirect.github.com/codecov/codecov-action/pull/1681 ">codecov/codecov-action#1681</a></li>
<li>chore(release): 5.0.4 by <a
href="https://github.com/thomasrockhu-codecov "><code>@thomasrockhu-codecov</code></a>
in <a
href="https://redirect.github.com/codecov/codecov-action/pull/1682 ">codecov/codecov-action#1682</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/codecov/codecov-action/compare/v5.0.3...v5.0.4 ">https://github.com/codecov/codecov-action/compare/v5.0.3...v5.0.4 </a></p>
<h2>v5.0.3</h2>
<h2>What's Changed</h2>
<ul>
<li>fix: typo in <code>inputs.disable_safe_directory</code> by <a
href="https://github.com/mkroening "><code>@mkroening</code></a> in <a
href="https://redirect.github.com/codecov/codecov-action/pull/1666 ">codecov/codecov-action#1666</a></li>
<li>build(deps): bump github/codeql-action from 3.27.0 to 3.27.4 by <a
href="https://github.com/dependabot "><code>@dependabot</code></a> in <a
href="https://redirect.github.com/codecov/codecov-action/pull/1665 ">codecov/codecov-action#1665</a></li>
<li>fix: bump to v5 and update README by <a
href="https://github.com/thomasrockhu-codecov "><code>@thomasrockhu-codecov</code></a>
in <a
href="https://redirect.github.com/codecov/codecov-action/pull/1655 ">codecov/codecov-action#1655</a></li>
<li>fix: update CHANGELOG and automate by <a
href="https://github.com/thomasrockhu-codecov "><code>@thomasrockhu-codecov</code></a>
in <a
href="https://redirect.github.com/codecov/codecov-action/pull/1674 ">codecov/codecov-action#1674</a></li>
<li>fix: prevent always setting tokenless to be true by <a
href="https://github.com/thomasrockhu-codecov "><code>@thomasrockhu-codecov</code></a>
in <a
href="https://redirect.github.com/codecov/codecov-action/pull/1673 ">codecov/codecov-action#1673</a></li>
<li>fix: use double-quotes for OIDC by <a
href="https://github.com/thomasrockhu-codecov "><code>@thomasrockhu-codecov</code></a>
in <a
href="https://redirect.github.com/codecov/codecov-action/pull/1669 ">codecov/codecov-action#1669</a></li>
<li>fix: update OIDC audience by <a
href="https://github.com/thomasrockhu-codecov "><code>@thomasrockhu-codecov</code></a>
in <a
href="https://redirect.github.com/codecov/codecov-action/pull/1675 ">codecov/codecov-action#1675</a></li>
<li>chore(release): 5.0.3 by <a
href="https://github.com/thomasrockhu-codecov "><code>@thomasrockhu-codecov</code></a>
in <a
href="https://redirect.github.com/codecov/codecov-action/pull/1676 ">codecov/codecov-action#1676</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/codecov/codecov-action/compare/v5.0.2...v5.0.3 ">https://github.com/codecov/codecov-action/compare/v5.0.2...v5.0.3 </a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md ">codecov/codecov-action's
changelog</a>.</em></p>
<blockquote>
<h2>v5.0.4</h2>
<h3>What's Changed</h3>
<ul>
<li>chore(deps): bump wrapper to 0.0.26 by <a
href="https://github.com/thomasrockhu-codecov "><code>@thomasrockhu-codecov</code></a>
in <a
href="https://redirect.github.com/codecov/codecov-action/pull/1681 ">codecov/codecov-action#1681</a></li>
<li>fix: strip out a trailing /n from input tokens by <a
href="https://github.com/thomasrockhu-codecov "><code>@thomasrockhu-codecov</code></a>
in <a
href="https://redirect.github.com/codecov/codecov-action/pull/1679 ">codecov/codecov-action#1679</a></li>
<li>fix: add action version by <a
href="https://github.com/thomasrockhu-codecov "><code>@thomasrockhu-codecov</code></a>
in <a
href="https://redirect.github.com/codecov/codecov-action/pull/1678 ">codecov/codecov-action#1678</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/codecov/codecov-action/compare/v5.0.3..v5.0.4 ">https://github.com/codecov/codecov-action/compare/v5.0.3..v5.0.4 </a></p>
<h2>v5.0.3</h2>
<h3>What's Changed</h3>
<ul>
<li>fix: update OIDC audience by <a
href="https://github.com/thomasrockhu-codecov "><code>@thomasrockhu-codecov</code></a>
in <a
href="https://redirect.github.com/codecov/codecov-action/pull/1675 ">codecov/codecov-action#1675</a></li>
<li>fix: use double-quotes for OIDC by <a
href="https://github.com/thomasrockhu-codecov "><code>@thomasrockhu-codecov</code></a>
in <a
href="https://redirect.github.com/codecov/codecov-action/pull/1669 ">codecov/codecov-action#1669</a></li>
<li>fix: prevent always setting tokenless to be true by <a
href="https://github.com/thomasrockhu-codecov "><code>@thomasrockhu-codecov</code></a>
in <a
href="https://redirect.github.com/codecov/codecov-action/pull/1673 ">codecov/codecov-action#1673</a></li>
<li>fix: update CHANGELOG and automate by <a
href="https://github.com/thomasrockhu-codecov "><code>@thomasrockhu-codecov</code></a>
in <a
href="https://redirect.github.com/codecov/codecov-action/pull/1674 ">codecov/codecov-action#1674</a></li>
<li>fix: bump to v5 and update README by <a
href="https://github.com/thomasrockhu-codecov "><code>@thomasrockhu-codecov</code></a>
in <a
href="https://redirect.github.com/codecov/codecov-action/pull/1655 ">codecov/codecov-action#1655</a></li>
<li>build(deps): bump github/codeql-action from 3.27.0 to 3.27.4 by
<code>@app/dependabot</code> in <a
href="https://redirect.github.com/codecov/codecov-action/pull/1665 ">codecov/codecov-action#1665</a></li>
<li>fix: typo in <code>inputs.disable_safe_directory</code> by <a
href="https://github.com/mkroening "><code>@mkroening</code></a> in <a
href="https://redirect.github.com/codecov/codecov-action/pull/1666 ">codecov/codecov-action#1666</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/codecov/codecov-action/compare/v5.0.2..v5.0.3 ">https://github.com/codecov/codecov-action/compare/v5.0.2..v5.0.3 </a></p>
<h2>v5.0.2</h2>
<h3>What's Changed</h3>
<ul>
<li>fix: override commit and pr values for PR cases by <a
href="https://github.com/thomasrockhu-codecov "><code>@thomasrockhu-codecov</code></a>
in <a
href="https://redirect.github.com/codecov/codecov-action/pull/1657 ">codecov/codecov-action#1657</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/codecov/codecov-action/compare/v5.0.1...v5.0.2 ">https://github.com/codecov/codecov-action/compare/v5.0.1...v5.0.2 </a></p>
<h2>v5.0.1</h2>
<h3>What's Changed</h3>
<ul>
<li>fix: use marketplace v5 badge by <a
href="https://github.com/thomasrockhu-codecov "><code>@thomasrockhu-codecov</code></a>
in <a
href="https://redirect.github.com/codecov/codecov-action/pull/1646 ">codecov/codecov-action#1646</a></li>
<li>fix: update tokenless branch logic by <a
href="https://github.com/thomasrockhu-codecov "><code>@thomasrockhu-codecov</code></a>
in <a
href="https://redirect.github.com/codecov/codecov-action/pull/1650 ">codecov/codecov-action#1650</a></li>
<li>chore(release): 5.0.1 by <a
href="https://github.com/thomasrockhu-codecov "><code>@thomasrockhu-codecov</code></a>
in <a
href="https://redirect.github.com/codecov/codecov-action/pull/1656 ">codecov/codecov-action#1656</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/codecov/codecov-action/compare/v5.0.0...v5.0.1 ">https://github.com/codecov/codecov-action/compare/v5.0.0...v5.0.1 </a></p>
<h2>v5.0.0</h2>
<h3>v5 Release</h3>
<p><code>v5</code> of the Codecov GitHub Action will use the <a
href="https://github.com/codecov/wrapper ">Codecov Wrapper</a> to
encapsulate the <a
href="https://github.com/codecov/codecov-cli ">CLI</a>. This will help
ensure that the Action gets updates quicker.</p>
<h3>Migration Guide</h3>
<p>The <code>v5</code> release also coincides with the opt-out feature
for tokens for public repositories. In the <code>Global Upload
Token</code> section of the settings page of an organization in
codecov.io, you can set the ability for Codecov to receive a coverage
reports from any source. This will allow contributors or other members
of a repository to upload without needing access to the Codecov token.
For more details see <a
href="https://docs.codecov.com/docs/codecov-tokens#uploading-without-a-token ">how
to upload without a token</a>.</p>
<blockquote>
<p>[!WARNING]
<strong>The following arguments have been changed</strong></p>
<ul>
<li><code>file</code> (this has been deprecated in favor of
<code>files</code>)</li>
<li><code>plugin</code> (this has been deprecated in favor of
<code>plugins</code>)</li>
</ul>
</blockquote>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="985343d705
"><code>985343d</code></a>
chore(release): 5.0.4 (<a
href="https://redirect.github.com/codecov/codecov-action/issues/1682 ">#1682</a>)</li>
<li><a
href="31d1900980
"><code>31d1900</code></a>
chore(deps): bump wrapper to 0.0.26 (<a
href="https://redirect.github.com/codecov/codecov-action/issues/1681 ">#1681</a>)</li>
<li><a
href="095cfe09c6
"><code>095cfe0</code></a>
fix: strip out a trailing /n from input tokens (<a
href="https://redirect.github.com/codecov/codecov-action/issues/1679 ">#1679</a>)</li>
<li><a
href="b542d5a35c
"><code>b542d5a</code></a>
fix: add action version (<a
href="https://redirect.github.com/codecov/codecov-action/issues/1678 ">#1678</a>)</li>
<li><a
href="05f5a9cfad
"><code>05f5a9c</code></a>
chore(release): 5.0.3 (<a
href="https://redirect.github.com/codecov/codecov-action/issues/1676 ">#1676</a>)</li>
<li><a
href="28b3165f92
"><code>28b3165</code></a>
fix: update OIDC audience (<a
href="https://redirect.github.com/codecov/codecov-action/issues/1675 ">#1675</a>)</li>
<li><a
href="e8603fa307
"><code>e8603fa</code></a>
fix: use double-quotes for OIDC (<a
href="https://redirect.github.com/codecov/codecov-action/issues/1669 ">#1669</a>)</li>
<li><a
href="9c78078f59
"><code>9c78078</code></a>
fix: prevent always setting tokenless to be true (<a
href="https://redirect.github.com/codecov/codecov-action/issues/1673 ">#1673</a>)</li>
<li><a
href="8754828e79
"><code>8754828</code></a>
fix: update CHANGELOG and automate (<a
href="https://redirect.github.com/codecov/codecov-action/issues/1674 ">#1674</a>)</li>
<li><a
href="fb6775daf7
"><code>fb6775d</code></a>
fix: bump to v5 and update README (<a
href="https://redirect.github.com/codecov/codecov-action/issues/1655 ">#1655</a>)</li>
<li>Additional commits viewable in <a
href="5c47607acb...985343d705
">compare
view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=codecov/codecov-action&package-manager=github_actions&previous-version=5.0.2&new-version=5.0.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>
2024-11-20 08:48:57 +00:00
dependabot[bot]
47f9781864
chore(deps): bump github.com/Masterminds/semver/v3 from 3.3.0 to 3.3.1 ( #5299 )
...
Bumps
[github.com/Masterminds/semver/v3](https://github.com/Masterminds/semver )
from 3.3.0 to 3.3.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/Masterminds/semver/releases ">github.com/Masterminds/semver/v3's
releases</a>.</em></p>
<blockquote>
<h2>v3.3.1</h2>
<h2>What's Changed</h2>
<ul>
<li>Fix for allowing some version that were invalid by <a
href="https://github.com/mattfarina "><code>@mattfarina</code></a> in <a
href="https://redirect.github.com/Masterminds/semver/pull/253 ">Masterminds/semver#253</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/Masterminds/semver/compare/v3.3.0...v3.3.1 ">https://github.com/Masterminds/semver/compare/v3.3.0...v3.3.1 </a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/Masterminds/semver/blob/master/CHANGELOG.md ">github.com/Masterminds/semver/v3's
changelog</a>.</em></p>
<blockquote>
<h1>Changelog</h1>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="1558ca3488
"><code>1558ca3</code></a>
Merge pull request <a
href="https://redirect.github.com/Masterminds/semver/issues/253 ">#253</a>
from mattfarina/fix-bad-versions</li>
<li><a
href="252dd61dd3
"><code>252dd61</code></a>
Fix for allowing some version that were invalid</li>
<li>See full diff in <a
href="https://github.com/Masterminds/semver/compare/v3.3.0...v3.3.1 ">compare
view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/Masterminds/semver/v3&package-manager=go_modules&previous-version=3.3.0&new-version=3.3.1 )](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>
2024-11-20 08:47:37 +00:00