-
-
Notifications
You must be signed in to change notification settings - Fork 152
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: rewrite format handling #1038
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ldez
force-pushed
the
feat/problem-matchers
branch
from
May 6, 2024 23:33
96dc8f1
to
30048d3
Compare
Closed
5 tasks
xballoy
referenced
this pull request
in kumojin/go-uuid
May 7, 2024
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) | action | major | `v3.7.1` -> `v6.0.0` | --- ### Release Notes <details> <summary>golangci/golangci-lint-action (golangci/golangci-lint-action)</summary> ### [`v6.0.0`](https://github.com/golangci/golangci-lint-action/releases/tag/v6.0.0) [Compare Source](https://github.com/golangci/golangci-lint-action/compare/v5.3.0...v6.0.0) <!-- Release notes generated using configuration in .github/release.yml at v6.0.0 --> #### What's Changed This version removes `annotations` option (because it was useless), and removes the default output format (`github-actions`). The annotations are still produced but with another approach. ##### Changes - feat: rewrite format handling by [@​ldez](https://github.com/ldez) in [https://github.com/golangci/golangci-lint-action/pull/1038](https://github.com/golangci/golangci-lint-action/pull/1038) ##### Dependencies - build(deps-dev): bump [@​typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/eslint-plugin) from 7.7.1 to 7.8.0 by [@​dependabot](https://github.com/dependabot) in [https://github.com/golangci/golangci-lint-action/pull/1034](https://github.com/golangci/golangci-lint-action/pull/1034) - build(deps): bump [@​types/node](https://github.com/types/node) from 20.12.7 to 20.12.8 by [@​dependabot](https://github.com/dependabot) in [https://github.com/golangci/golangci-lint-action/pull/1036](https://github.com/golangci/golangci-lint-action/pull/1036) - build(deps-dev): bump [@​typescript-eslint/parser](https://github.com/typescript-eslint/parser) from 7.7.1 to 7.8.0 by [@​dependabot](https://github.com/dependabot) in [https://github.com/golangci/golangci-lint-action/pull/1035](https://github.com/golangci/golangci-lint-action/pull/1035) **Full Changelog**: https://github.com/golangci/golangci-lint-action/compare/v5.3.0...v6.0.0 ### [`v5.3.0`](https://github.com/golangci/golangci-lint-action/releases/tag/v5.3.0) [Compare Source](https://github.com/golangci/golangci-lint-action/compare/v5.2.0...v5.3.0) <!-- Release notes generated using configuration in .github/release.yml at v5.3.0 --> #### What's Changed ##### Changes - feat: uses 2 dots compare syntax for push diff by [@​ldez](https://github.com/ldez) in [https://github.com/golangci/golangci-lint-action/pull/1030](https://github.com/golangci/golangci-lint-action/pull/1030) - feat: add option to control cache invalidation interval by [@​ldez](https://github.com/ldez) in [https://github.com/golangci/golangci-lint-action/pull/1031](https://github.com/golangci/golangci-lint-action/pull/1031) - feat: use OS and working-directory as cache key by [@​ldez](https://github.com/ldez) in [https://github.com/golangci/golangci-lint-action/pull/1032](https://github.com/golangci/golangci-lint-action/pull/1032) - feat: improve log about pwd/cwd by [@​ldez](https://github.com/ldez) in [https://github.com/golangci/golangci-lint-action/pull/1033](https://github.com/golangci/golangci-lint-action/pull/1033) **Full Changelog**: https://github.com/golangci/golangci-lint-action/compare/v5.2.0...v5.3.0 ### [`v5.2.0`](https://github.com/golangci/golangci-lint-action/compare/v5.1.0...v5.2.0) [Compare Source](https://github.com/golangci/golangci-lint-action/compare/v5.1.0...v5.2.0) ### [`v5.1.0`](https://github.com/golangci/golangci-lint-action/releases/tag/v5.1.0) [Compare Source](https://github.com/golangci/golangci-lint-action/compare/v5.0.0...v5.1.0) <!-- Release notes generated using configuration in .github/release.yml at v5.1.0 --> #### What's Changed ##### Changes - feat: support for `pull` and `merge_group` events with the option `only-new-issues` by [@​ldez](https://github.com/ldez) in [https://github.com/golangci/golangci-lint-action/pull/1029](https://github.com/golangci/golangci-lint-action/pull/1029) ##### Dependencies - build(deps-dev): bump [@​typescript-eslint/parser](https://github.com/typescript-eslint/parser) from 7.7.0 to 7.7.1 by [@​dependabot](https://github.com/dependabot) in [https://github.com/golangci/golangci-lint-action/pull/1027](https://github.com/golangci/golangci-lint-action/pull/1027) - build(deps-dev): bump [@​typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/eslint-plugin) from 7.7.0 to 7.7.1 by [@​dependabot](https://github.com/dependabot) in [https://github.com/golangci/golangci-lint-action/pull/1028](https://github.com/golangci/golangci-lint-action/pull/1028) **Full Changelog**: https://github.com/golangci/golangci-lint-action/compare/v5.0.0...v5.1.0 ### [`v5.0.0`](https://github.com/golangci/golangci-lint-action/releases/tag/v5.0.0) [Compare Source](https://github.com/golangci/golangci-lint-action/compare/v4.0.1...v5.0.0) <!-- Release notes generated using configuration in .github/release.yml at v5.0.0 --> #### What's Changed `skip-pkg-cache` and `skip-build-cache` have been removed because the cache related to Go itself is already handled by `actions/setup-go`. ##### Changes - feat: add support for pull_request_target and only-new-issues by [@​kovetskiy](https://github.com/kovetskiy) in [https://github.com/golangci/golangci-lint-action/pull/506](https://github.com/golangci/golangci-lint-action/pull/506) - feat: add option to not save cache by [@​navijation](https://github.com/navijation) in [https://github.com/golangci/golangci-lint-action/pull/851](https://github.com/golangci/golangci-lint-action/pull/851) - feat: remove Go cache management by [@​ldez](https://github.com/ldez) in [https://github.com/golangci/golangci-lint-action/pull/1024](https://github.com/golangci/golangci-lint-action/pull/1024) #### New Contributors - [@​kovetskiy](https://github.com/kovetskiy) made their first contribution in [https://github.com/golangci/golangci-lint-action/pull/506](https://github.com/golangci/golangci-lint-action/pull/506) - [@​navijation](https://github.com/navijation) made their first contribution in [https://github.com/golangci/golangci-lint-action/pull/851](https://github.com/golangci/golangci-lint-action/pull/851) **Full Changelog**: https://github.com/golangci/golangci-lint-action/compare/v4.0.1...v5.0.0 ### [`v4.0.1`](https://github.com/golangci/golangci-lint-action/releases/tag/v4.0.1) [Compare Source](https://github.com/golangci/golangci-lint-action/compare/v4.0.0...v4.0.1) <!-- Release notes generated using configuration in .github/release.yml at v4.0.1 --> #### What's Changed ##### Documentation - docs: update the version of the action used in the README example by [@​178inaba](https://github.com/178inaba) in [https://github.com/golangci/golangci-lint-action/pull/977](https://github.com/golangci/golangci-lint-action/pull/977) ##### Dependencies - build(deps): bump [@​types/semver](https://github.com/types/semver) from 7.5.6 to 7.5.7 by [@​dependabot](https://github.com/dependabot) in [https://github.com/golangci/golangci-lint-action/pull/969](https://github.com/golangci/golangci-lint-action/pull/969) - build(deps-dev): bump [@​typescript-eslint/parser](https://github.com/typescript-eslint/parser) from 6.20.0 to 6.21.0 by [@​dependabot](https://github.com/dependabot) in [https://github.com/golangci/golangci-lint-action/pull/970](https://github.com/golangci/golangci-lint-action/pull/970) - build(deps-dev): bump eslint-plugin-simple-import-sort from 10.0.0 to 12.0.0 by [@​dependabot](https://github.com/dependabot) in [https://github.com/golangci/golangci-lint-action/pull/971](https://github.com/golangci/golangci-lint-action/pull/971) - build(deps-dev): bump [@​typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/eslint-plugin) from 6.20.0 to 6.21.0 by [@​dependabot](https://github.com/dependabot) in [https://github.com/golangci/golangci-lint-action/pull/973](https://github.com/golangci/golangci-lint-action/pull/973) - build(deps): bump [@​types/node](https://github.com/types/node) from 20.11.16 to 20.11.17 by [@​dependabot](https://github.com/dependabot) in [https://github.com/golangci/golangci-lint-action/pull/972](https://github.com/golangci/golangci-lint-action/pull/972) - build(deps): bump [@​types/node](https://github.com/types/node) from 20.11.17 to 20.11.19 by [@​dependabot](https://github.com/dependabot) in [https://github.com/golangci/golangci-lint-action/pull/979](https://github.com/golangci/golangci-lint-action/pull/979) - build(deps-dev): bump [@​typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/eslint-plugin) from 6.21.0 to 7.0.0 by [@​dependabot](https://github.com/dependabot) in [https://github.com/golangci/golangci-lint-action/pull/980](https://github.com/golangci/golangci-lint-action/pull/980) - build(deps): bump undici from 5.26.3 to 5.28.3 by [@​dependabot](https://github.com/dependabot) in [https://github.com/golangci/golangci-lint-action/pull/976](https://github.com/golangci/golangci-lint-action/pull/976) - build(deps): bump [@​types/node](https://github.com/types/node) from 20.11.19 to 20.11.20 by [@​dependabot](https://github.com/dependabot) in [https://github.com/golangci/golangci-lint-action/pull/985](https://github.com/golangci/golangci-lint-action/pull/985) - build(deps): bump [@​types/semver](https://github.com/types/semver) from 7.5.7 to 7.5.8 by [@​dependabot](https://github.com/dependabot) in [https://github.com/golangci/golangci-lint-action/pull/986](https://github.com/golangci/golangci-lint-action/pull/986) - build(deps-dev): bump eslint from 8.56.0 to 8.57.0 by [@​dependabot](https://github.com/dependabot) in [https://github.com/golangci/golangci-lint-action/pull/987](https://github.com/golangci/golangci-lint-action/pull/987) - build(deps): bump tmp from 0.2.1 to 0.2.3 by [@​dependabot](https://github.com/dependabot) in [https://github.com/golangci/golangci-lint-action/pull/989](https://github.com/golangci/golangci-lint-action/pull/989) - build(deps-dev): bump [@​typescript-eslint/parser](https://github.com/typescript-eslint/parser) from 6.21.0 to 7.1.0 by [@​dependabot](https://github.com/dependabot) in [https://github.com/golangci/golangci-lint-action/pull/988](https://github.com/golangci/golangci-lint-action/pull/988) - build(deps): bump [@​types/node](https://github.com/types/node) from 20.11.20 to 20.11.24 by [@​dependabot](https://github.com/dependabot) in [https://github.com/golangci/golangci-lint-action/pull/990](https://github.com/golangci/golangci-lint-action/pull/990) - build(deps-dev): bump [@​typescript-eslint/parser](https://github.com/typescript-eslint/parser) from 7.1.0 to 7.1.1 by [@​dependabot](https://github.com/dependabot) in [https://github.com/golangci/golangci-lint-action/pull/991](https://github.com/golangci/golangci-lint-action/pull/991) - build(deps): bump [@​types/node](https://github.com/types/node) from 20.11.24 to 20.11.25 by [@​dependabot](https://github.com/dependabot) in [https://github.com/golangci/golangci-lint-action/pull/992](https://github.com/golangci/golangci-lint-action/pull/992) - build(deps-dev): bump typescript from 5.3.3 to 5.4.2 by [@​dependabot](https://github.com/dependabot) in [https://github.com/golangci/golangci-lint-action/pull/993](https://github.com/golangci/golangci-lint-action/pull/993) - build(deps-dev): bump [@​typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/eslint-plugin) from 7.1.0 to 7.1.1 by [@​dependabot](https://github.com/dependabot) in [https://github.com/golangci/golangci-lint-action/pull/994](https://github.com/golangci/golangci-lint-action/pull/994) - build(deps): bump [@​actions/http-client](https://github.com/actions/http-client) from 2.2.0 to 2.2.1 by [@​dependabot](https://github.com/dependabot) in [https://github.com/golangci/golangci-lint-action/pull/995](https://github.com/golangci/golangci-lint-action/pull/995) - build(deps): bump google.golang.org/protobuf from 1.28.0 to 1.33.0 in /sample-go-mod by [@​dependabot](https://github.com/dependabot) in [https://github.com/golangci/golangci-lint-action/pull/997](https://github.com/golangci/golangci-lint-action/pull/997) - build(deps-dev): bump [@​typescript-eslint/parser](https://github.com/typescript-eslint/parser) from 7.1.1 to 7.2.0 by [@​dependabot](https://github.com/dependabot) in [https://github.com/golangci/golangci-lint-action/pull/998](https://github.com/golangci/golangci-lint-action/pull/998) - build(deps): bump [@​types/node](https://github.com/types/node) from 20.11.25 to 20.11.28 by [@​dependabot](https://github.com/dependabot) in [https://github.com/golangci/golangci-lint-action/pull/1000](https://github.com/golangci/golangci-lint-action/pull/1000) - build(deps-dev): bump [@​typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/eslint-plugin) from 7.1.1 to 7.2.0 by [@​dependabot](https://github.com/dependabot) in [https://github.com/golangci/golangci-lint-action/pull/999](https://github.com/golangci/golangci-lint-action/pull/999) - build(deps-dev): bump [@​typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/eslint-plugin) from 7.2.0 to 7.3.1 by [@​dependabot](https://github.com/dependabot) in [https://github.com/golangci/golangci-lint-action/pull/1003](https://github.com/golangci/golangci-lint-action/pull/1003) - build(deps): bump [@​types/node](https://github.com/types/node) from 20.11.28 to 20.11.30 by [@​dependabot](https://github.com/dependabot) in [https://github.com/golangci/golangci-lint-action/pull/1004](https://github.com/golangci/golangci-lint-action/pull/1004) - build(deps-dev): bump typescript from 5.4.2 to 5.4.3 by [@​dependabot](https://github.com/dependabot) in [https://github.com/golangci/golangci-lint-action/pull/1005](https://github.com/golangci/golangci-lint-action/pull/1005) - build(deps-dev): bump [@​typescript-eslint/parser](https://github.com/typescript-eslint/parser) from 7.2.0 to 7.3.1 by [@​dependabot](https://github.com/dependabot) in [https://github.com/golangci/golangci-lint-action/pull/1006](https://github.com/golangci/golangci-lint-action/pull/1006) - build(deps): bump [@​types/node](https://github.com/types/node) from 20.11.30 to 20.12.2 by [@​dependabot](https://github.com/dependabot) in [https://github.com/golangci/golangci-lint-action/pull/1007](https://github.com/golangci/golangci-lint-action/pull/1007) - build(deps-dev): bump [@​typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/eslint-plugin) from 7.3.1 to 7.4.0 by [@​dependabot](https://github.com/dependabot) in [https://github.com/golangci/golangci-lint-action/pull/1008](https://github.com/golangci/golangci-lint-action/pull/1008) - build(deps-dev): bump [@​typescript-eslint/parser](https://github.com/typescript-eslint/parser) from 7.3.1 to 7.4.0 by [@​dependabot](https://github.com/dependabot) in [https://github.com/golangci/golangci-lint-action/pull/1009](https://github.com/golangci/golangci-lint-action/pull/1009) - build(deps): bump undici from 5.28.3 to 5.28.4 by [@​dependabot](https://github.com/dependabot) in [https://github.com/golangci/golangci-lint-action/pull/1010](https://github.com/golangci/golangci-lint-action/pull/1010) - build(deps-dev): bump typescript from 5.4.3 to 5.4.4 by [@​dependabot](https://github.com/dependabot) in [https://github.com/golangci/golangci-lint-action/pull/1011](https://github.com/golangci/golangci-lint-action/pull/1011) - build(deps): bump [@​types/node](https://github.com/types/node) from 20.12.2 to 20.12.5 by [@​dependabot](https://github.com/dependabot) in [https://github.com/golangci/golangci-lint-action/pull/1012](https://github.com/golangci/golangci-lint-action/pull/1012) - build(deps-dev): bump [@​typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/eslint-plugin) from 7.4.0 to 7.5.0 by [@​dependabot](https://github.com/dependabot) in [https://github.com/golangci/golangci-lint-action/pull/1013](https://github.com/golangci/golangci-lint-action/pull/1013) - build(deps-dev): bump [@​typescript-eslint/parser](https://github.com/typescript-eslint/parser) from 7.4.0 to 7.5.0 by [@​dependabot](https://github.com/dependabot) in [https://github.com/golangci/golangci-lint-action/pull/1014](https://github.com/golangci/golangci-lint-action/pull/1014) - build(deps): bump [@​types/node](https://github.com/types/node) from 20.12.5 to 20.12.7 by [@​dependabot](https://github.com/dependabot) in [https://github.com/golangci/golangci-lint-action/pull/1016](https://github.com/golangci/golangci-lint-action/pull/1016) - build(deps-dev): bump typescript from 5.4.4 to 5.4.5 by [@​dependabot](https://github.com/dependabot) in [https://github.com/golangci/golangci-lint-action/pull/1017](https://github.com/golangci/golangci-lint-action/pull/1017) - build(deps-dev): bump [@​typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/eslint-plugin) from 7.5.0 to 7.6.0 by [@​dependabot](https://github.com/dependabot) in [https://github.com/golangci/golangci-lint-action/pull/1019](https://github.com/golangci/golangci-lint-action/pull/1019) - build(deps-dev): bump eslint-plugin-simple-import-sort from 12.0.0 to 12.1.0 by [@​dependabot](https://github.com/dependabot) in [https://github.com/golangci/golangci-lint-action/pull/1018](https://github.com/golangci/golangci-lint-action/pull/1018) - build(deps-dev): bump [@​typescript-eslint/parser](https://github.com/typescript-eslint/parser) from 7.5.0 to 7.7.0 by [@​dependabot](https://github.com/dependabot) in [https://github.com/golangci/golangci-lint-action/pull/1022](https://github.com/golangci/golangci-lint-action/pull/1022) - build(deps-dev): bump [@​typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/eslint-plugin) from 7.6.0 to 7.7.0 by [@​dependabot](https://github.com/dependabot) in [https://github.com/golangci/golangci-lint-action/pull/1023](https://github.com/golangci/golangci-lint-action/pull/1023) #### New Contributors - [@​178inaba](https://github.com/178inaba) made their first contribution in [https://github.com/golangci/golangci-lint-action/pull/977](https://github.com/golangci/golangci-lint-action/pull/977) **Full Changelog**: https://github.com/golangci/golangci-lint-action/compare/v4.0.0...v4.0.1 ### [`v4.0.0`](https://github.com/golangci/golangci-lint-action/releases/tag/v4.0.0) [Compare Source](https://github.com/golangci/golangci-lint-action/compare/v3.7.1...v4.0.0) <!-- Release notes generated using configuration in .github/release.yml at v4.0.0 --> #### What's Changed In the scope of this release, we change Nodejs runtime from node16 to node20 ([https://github.com/golangci/golangci-lint-action/pull/843](https://github.com/golangci/golangci-lint-action/pull/843)). ##### Documentation - docs: update examples by [@​KunalSin9h](https://github.com/KunalSin9h) in [https://github.com/golangci/golangci-lint-action/pull/826](https://github.com/golangci/golangci-lint-action/pull/826) - docs: update section about GitHub Annotations by [@​JustinDFuller](https://github.com/JustinDFuller) in [https://github.com/golangci/golangci-lint-action/pull/931](https://github.com/golangci/golangci-lint-action/pull/931) ##### Dependencies - build(deps-dev): bump [@​typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/eslint-plugin) from 6.3.0 to 6.4.0 by [@​dependabot](https://github.com/dependabot) in [https://github.com/golangci/golangci-lint-action/pull/829](https://github.com/golangci/golangci-lint-action/pull/829) - build(deps-dev): bump eslint-plugin-import from 2.28.0 to 2.28.1 by [@​dependabot](https://github.com/dependabot) in [https://github.com/golangci/golangci-lint-action/pull/830](https://github.com/golangci/golangci-lint-action/pull/830) - build(deps): bump [@​types/node](https://github.com/types/node) from 20.5.0 to 20.5.1 by [@​dependabot](https://github.com/dependabot) in [https://github.com/golangci/golangci-lint-action/pull/827](https://github.com/golangci/golangci-lint-action/pull/827) - build(deps-dev): bump [@​typescript-eslint/parser](https://github.com/typescript-eslint/parser) from 6.3.0 to 6.4.0 by [@​dependabot](https://github.com/dependabot) in [https://github.com/golangci/golangci-lint-action/pull/831](https://github.com/golangci/golangci-lint-action/pull/831) - build(deps-dev): bump prettier from 3.0.1 to 3.0.2 by [@​dependabot](https://github.com/dependabot) in [https://github.com/golangci/golangci-lint-action/pull/828](https://github.com/golangci/golangci-lint-action/pull/828) - build(deps): bump [@​types/node](https://github.com/types/node) from 20.5.1 to 20.5.7 by [@​dependabot](https://github.com/dependabot) in [https://github.com/golangci/golangci-lint-action/pull/833](https://github.com/golangci/golangci-lint-action/pull/833) - build(deps-dev): bump [@​typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/eslint-plugin) from 6.4.0 to 6.4.1 by [@​dependabot](https://github.com/dependabot) in [https://github.com/golangci/golangci-lint-action/pull/834](https://github.com/golangci/golangci-lint-action/pull/834) - build(deps-dev): bump [@​typescript-eslint/parser](https://github.com/typescript-eslint/parser) from 6.4.0 to 6.4.1 by [@​dependabot](https://github.com/dependabot) in [https://github.com/golangci/golangci-lint-action/pull/835](https://github.com/golangci/golangci-lint-action/pull/835) - build(deps-dev): bump eslint from 8.47.0 to 8.48.0 by [@​dependabot](https://github.com/dependabot) in [https://github.com/golangci/golangci-lint-action/pull/837](https://github.com/golangci/golangci-lint-action/pull/837) - build(deps-dev): bump typescript from 5.1.6 to 5.2.2 by [@​dependabot](https://github.com/dependabot) in [https://github.com/golangci/golangci-lint-action/pull/836](https://github.com/golangci/golangci-lint-action/pull/836) - build(deps): bump [@​types/semver](https://github.com/types/semver) from 7.5.0 to 7.5.1 by [@​dependabot](https://github.com/dependabot) in [https://github.com/golangci/golangci-lint-action/pull/838](https://github.com/golangci/golangci-lint-action/pull/838) - build(deps-dev): bump [@​typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/eslint-plugin) from 6.4.1 to 6.5.0 by [@​dependabot](https://github.com/dependabot) in [https://github.com/golangci/golangci-lint-action/pull/839](https://github.com/golangci/golangci-lint-action/pull/839) - build(deps-dev): bump prettier from 3.0.2 to 3.0.3 by [@​dependabot](https://github.com/dependabot) in [https://github.com/golangci/golangci-lint-action/pull/842](https://github.com/golangci/golangci-lint-action/pull/842) - build(deps-dev): bump [@​typescript-eslint/parser](https://github.com/typescript-eslint/parser) from 6.4.1 to 6.5.0 by [@​dependabot](https://github.com/dependabot) in [https://github.com/golangci/golangci-lint-action/pull/840](https://github.com/golangci/golangci-lint-action/pull/840) - build(deps): bump [@​types/node](https://github.com/types/node) from 20.5.7 to 20.5.9 by [@​dependabot](https://github.com/dependabot) in [https://github.com/golangci/golangci-lint-action/pull/841](https://github.com/golangci/golangci-lint-action/pull/841) - chore: bump to use node20 runtime, actions/checkout to v4 by [@​chenrui333](https://github.com/chenrui333) in [https://github.com/golangci/golangci-lint-action/pull/843](https://github.com/golangci/golangci-lint-action/pull/843) - build(deps): bump actions/checkout from 3 to 4 by [@​dependabot](https://github.com/dependabot) in [https://github.com/golangci/golangci-lint-action/pull/845](https://github.com/golangci/golangci-lint-action/pull/845) - build(deps-dev): bump eslint from 8.48.0 to 8.49.0 by [@​dependabot](https://github.com/dependabot) in [https://github.com/golangci/golangci-lint-action/pull/846](https://github.com/golangci/golangci-lint-action/pull/846) - build(deps): bump [@​types/node](https://github.com/types/node) from 20.5.9 to 20.6.0 by [@​dependabot](https://github.com/dependabot) in [https://github.com/golangci/golangci-lint-action/pull/847](https://github.com/golangci/golangci-lint-action/pull/847) - build(deps-dev): bump [@​typescript-eslint/parser](https://github.com/typescript-eslint/parser) from 6.5.0 to 6.6.0 by [@​dependabot](https://github.com/dependabot) in [https://github.com/golangci/golangci-lint-action/pull/848](https://github.com/golangci/golangci-lint-action/pull/848) - build(deps-dev): bump [@​vercel/ncc](https://github.com/vercel/ncc) from 0.36.1 to 0.38.0 by [@​dependabot](https://github.com/dependabot) in [https://github.com/golangci/golangci-lint-action/pull/850](https://github.com/golangci/golangci-lint-action/pull/850) - build(deps-dev): bump [@​typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/eslint-plugin) from 6.5.0 to 6.6.0 by [@​dependabot](https://github.com/dependabot) in [https://github.com/golangci/golangci-lint-action/pull/849](https://github.com/golangci/golangci-lint-action/pull/849) - build(deps): bump [@​types/semver](https://github.com/types/semver) from 7.5.1 to 7.5.2 by [@​dependabot](https://github.com/dependabot) in [https://github.com/golangci/golangci-lint-action/pull/853](https://github.com/golangci/golangci-lint-action/pull/853) - build(deps): bump [@​types/tmp](https://github.com/types/tmp) from 0.2.3 to 0.2.4 by [@​dependabot](https://github.com/dependabot) in [https://github.com/golangci/golangci-lint-action/pull/854](https://github.com/golangci/golangci-lint-action/pull/854) - build(deps-dev): bump [@​typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/eslint-plugin) from 6.6.0 to 6.7.0 by [@​dependabot](https://github.com/dependabot) in [https://github.com/golangci/golangci-lint-action/pull/855](https://github.com/golangci/golangci-lint-action/pull/855) - build(deps): bump [@​types/node](https://github.com/types/node) from 20.6.0 to 20.6.2 by [@​dependabot](https://github.com/dependabot) in [https://github.com/golangci/golangci-lint-action/pull/857](https://github.com/golangci/golangci-lint-action/pull/857) - build(deps): bump [@​actions/core](https://github.com/actions/core) from 1.10.0 to 1.10.1 by [@​dependabot](https://github.com/dependabot) in [https://github.com/golangci/golangci-lint-action/pull/856](https://github.com/golangci/golangci-lint-action/pull/856) - build(deps-dev): bump eslint from 8.49.0 to 8.50.0 by [@​dependabot](https://github.com/dependabot) in [https://github.com/golangci/golangci-lint-action/pull/859](https://github.com/golangci/golangci-lint-action/pull/859) - build(deps): bump [@​types/node](https://github.com/types/node) from 20.6.2 to 20.6.5 by [@​dependabot](https://github.com/dependabot) in [https://github.com/golangci/golangci-lint-action/pull/860](https://github.com/golangci/golangci-lint-action/pull/860) - build(deps-dev): bump [@​typescript-eslint/parser](https://github.com/typescript-eslint/parser) from 6.6.0 to 6.7.2 by [@​dependabot](https://github.com/dependabot) in [https://github.com/golangci/golangci-lint-action/pull/861](https://github.com/golangci/golangci-lint-action/pull/861) - build(deps-dev): bump [@​typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/eslint-plugin) from 6.7.0 to 6.7.2 by [@​dependabot](https://github.com/dependabot) in [https://github.com/golangci/golangci-lint-action/pull/862](https://github.com/golangci/golangci-lint-action/pull/862) - build(deps): bump [@​types/semver](https://github.com/types/semver) from 7.5.2 to 7.5.3 by [@​dependabot](https://github.com/dependabot) in [https://github.com/golangci/golangci-lint-action/pull/864](https://github.com/golangci/golangci-lint-action/pull/864) - build(deps-dev): bump [@​typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/eslint-plugin) from 6.7.2 to 6.7.3 by [@​dependabot](https://github.com/dependabot) in [https://github.com/golangci/golangci-lint-action/pull/865](https://github.com/golangci/golangci-lint-action/pull/865) - build(deps): bump [@​types/node](https://github.com/types/node) from 20.6.5 to 20.8.0 by [@​dependabot](https://github.com/dependabot) in [https://github.com/golangci/golangci-lint-action/pull/867](https://github.com/golangci/golangci-lint-action/pull/867) - build(deps-dev): bump [@​typescript-eslint/parser](https://github.com/typescript-eslint/parser) from 6.7.2 to 6.7.3 by [@​dependabot](https://github.com/dependabot) in [https://github.com/golangci/golangci-lint-action/pull/866](https://github.com/golangci/golangci-lint-action/pull/866) - build(deps-dev): bump [@​typescript-eslint/parser](https://github.com/typescript-eslint/parser) from 6.7.3 to 6.7.4 by [@​dependabot](https://github.com/dependabot) in [https://github.com/golangci/golangci-lint-action/pull/868](https://github.com/golangci/golangci-lint-action/pull/868) - build(deps): bump [@​types/node](https://github.com/types/node) from 20.8.0 to 20.8.3 by [@​dependabot](https://github.com/dependabot) in [https://github.com/golangci/golangci-lint-action/pull/869](https://github.com/golangci/golangci-lint-action/pull/869) - build(deps-dev): bump [@​typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/eslint-plugin) from 6.7.3 to 6.7.4 by [@​dependabot](https://github.com/dependabot) in [https://github.com/golangci/golangci-lint-action/pull/870](https://github.com/golangci/golangci-lint-action/pull/870) - build(deps-dev): bump eslint from 8.50.0 to 8.51.0 by [@​dependabot](https://github.com/dependabot) in [https://github.com/golangci/golangci-lint-action/pull/871](https://github.com/golangci/golangci-lint-action/pull/871) - build(deps): bump [@​actions/http-client](https://github.com/actions/http-client) from 2.1.1 to 2.2.0 by [@​dependabot](https://github.com/dependabot) in [https://github.com/golangci/golangci-lint-action/pull/872](https://github.com/golangci/golangci-lint-action/pull/872) - build(deps-dev): bump [@​typescript-eslint/parser](https://github.com/typescript-eslint/parser) from 6.7.4 to 6.7.5 by [@​dependabot](https://github.com/dependabot) in [https://github.com/golangci/golangci-lint-action/pull/874](https://github.com/golangci/golangci-lint-action/pull/874) - build(deps): bump [@​types/node](https://github.com/types/node) from 20.8.3 to 20.8.6 by [@​dependabot](https://github.com/dependabot) in [https://github.com/golangci/golangci-lint-action/pull/875](https://github.com/golangci/golangci-lint-action/pull/875) - build(deps-dev): bump eslint-plugin-prettier from 5.0.0 to 5.0.1 by [@​dependabot](https://github.com/dependabot) in [https://github.com/golangci/golangci-lint-action/pull/876](https://github.com/golangci/golangci-lint-action/pull/876) - build(deps-dev): bump [@​typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/eslint-plugin) from 6.7.4 to 6.7.5 by [@​dependabot](https://github.com/dependabot) in [https://github.com/golangci/golangci-lint-action/pull/878](https://github.com/golangci/golangci-lint-action/pull/878) - build(deps): bump [@​actions/github](https://github.com/actions/github) from 5.1.1 to 6.0.0 by [@​dependabot](https://github.com/dependabot) in [https://github.com/golangci/golangci-lint-action/pull/877](https://github.com/golangci/golangci-lint-action/pull/877) - build(deps): bump undici from 5.25.4 to 5.26.3 by [@​dependabot](https://github.com/dependabot) in [https://github.com/golangci/golangci-lint-action/pull/879](https://github.com/golangci/golangci-lint-action/pull/879) - build(deps-dev): bump eslint from 8.51.0 to 8.52.0 by [@​dependabot](https://github.com/dependabot) in [https://github.com/golangci/golangci-lint-action/pull/881](https://github.com/golangci/golangci-lint-action/pull/881) - build(deps): bump [@​types/semver](https://github.com/types/semver) from 7.5.3 to 7.5.4 by [@​dependabot](https://github.com/dependabot) in [https://github.com/golangci/golangci-lint-action/pull/882](https://github.com/golangci/golangci-lint-action/pull/882) - build(deps-dev): bump [@​vercel/ncc](https://github.com/vercel/ncc) from 0.38.0 to 0.38.1 by [@​dependabot](https://github.com/dependabot) in [https://github.com/golangci/golangci-lint-action/pull/883](https://github.com/golangci/golangci-lint-action/pull/883) - build(deps-dev): bump [@​typescript-eslint/parser](https://github.com/typescript-eslint/parser) from 6.7.5 to 6.8.0 by [@​dependabot](https://github.com/dependabot) in [https://github.com/golangci/golangci-lint-action/pull/885](https://github.com/golangci/golangci-lint-action/pull/885) - build(deps-dev): bump [@​typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/eslint-plugin) from 6.7.5 to 6.8.0 by [@​dependabot](https://github.com/dependabot) in [https://github.com/golangci/golangci-lint-action/pull/884](https://github.com/golangci/golangci-lint-action/pull/884) - build(deps): bump [@​types/tmp](https://github.com/types/tmp) from 0.2.4 to 0.2.5 by [@​dependabot](https://github.com/dependabot) in [https://github.com/golangci/golangci-lint-action/pull/886](https://github.com/golangci/golangci-lint-action/pull/886) - build(deps-dev): bump eslint-plugin-import from 2.28.1 to 2.29.0 by [@​dependabot](https://github.com/dependabot) in [https://github.com/golangci/golangci-lint-action/pull/887](https://github.com/golangci/golangci-lint-action/pull/887) - build(deps-dev): bump [@​typescript-eslint/parser](https://github.com/typescript-eslint/parser) from 6.8.0 to 6.9.0 by [@​dependabot](https://github.com/dependabot) in [https://github.com/golangci/golangci-lint-action/pull/888](https://github.com/golangci/golangci-lint-action/pull/888) - build(deps): bump [@​types/node](https://github.com/types/node) from 20.8.6 to 20.8.9 by [@​dependabot](https://github.com/dependabot) in [https://github.com/golangci/golangci-lint-action/pull/889](https://github.com/golangci/golangci-lint-action/pull/889) - build(deps-dev): bump [@​typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/eslint-plugin) from 6.8.0 to 6.9.0 by [@​dependabot](https://github.com/dependabot) in [https://github.com/golangci/golangci-lint-action/pull/890](https://github.com/golangci/golangci-lint-action/pull/890) - build(deps-dev): bump eslint from 8.52.0 to 8.53.0 by [@​dependabot](https://github.com/dependabot) in [https://github.com/golangci/golangci-lint-action/pull/893](https://github.com/golangci/golangci-lint-action/pull/893) - build(deps-dev): bump [@​typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/eslint-plugin) from 6.9.0 to 6.9.1 by [@​dependabot](https://github.com/dependabot) in [https://github.com/golangci/golangci-lint-action/pull/892](https://github.com/golangci/golangci-lint-action/pull/892) - build(deps): bump [@​types/node](https://github.com/types/node) from 20.8.9 to 20.8.10 by [@​dependabot](https://github.com/dependabot) in [https://github.com/golangci/golangci-lint-action/pull/895](https://github.com/golangci/golangci-lint-action/pull/895) - build(deps-dev): bump [@​typescript-eslint/parser](https://github.com/typescript-eslint/parser) from 6.9.0 to 6.9.1 by [@​dependabot](https://github.com/dependabot) in [https://github.com/golangci/golangci-lint-action/pull/894](https://github.com/golangci/golangci-lint-action/pull/894) - build(deps): bump [@​types/semver](https://github.com/types/semver) from 7.5.4 to 7.5.5 by [@​dependabot](https://github.com/dependabot) in [https://github.com/golangci/golangci-lint-action/pull/897](https://github.com/golangci/golangci-lint-action/pull/897) - build(deps-dev): bump [@​typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/eslint-plugin) from 6.9.1 to 6.10.0 by [@​dependabot](https://github.com/dependabot) in [https://github.com/golangci/golangci-lint-action/pull/896](https://github.com/golangci/golangci-lint-action/pull/896) - build(deps-dev): bump prettier from 3.0.3 to 3.1.0 by [@​dependabot](https://github.com/dependabot) in [https://github.com/golangci/golangci-lint-action/pull/900](https://github.com/golangci/golangci-lint-action/pull/900) - build(deps): bump [@​types/tmp](https://github.com/types/tmp) from 0.2.5 to 0.2.6 by [@​dependabot](https://github.com/dependabot) in [https://github.com/golangci/golangci-lint-action/pull/898](https://github.com/golangci/golangci-lint-action/pull/898) - build(deps-dev): bump [@​typescript-eslint/parser](https://github.com/typescript-eslint/parser) from 6.9.1 to 6.10.0 by [@​dependabot](https://github.com/dependabot) in [https://github.com/golangci/golangci-lint-action/pull/899](https://github.com/golangci/golangci-lint-action/pull/899) - build(deps-dev): bump eslint from 8.53.0 to 8.54.0 by [@​dependabot](https://github.com/dependabot) in [https://github.com/golangci/golangci-lint-action/pull/903](https://github.com/golangci/golangci-lint-action/pull/903) - build(deps): bump [@​types/node](https://github.com/types/node) from 20.8.10 to 20.9.2 by [@​dependabot](https://github.com/dependabot) in [https://github.com/golangci/golangci-lint-action/pull/904](https://github.com/golangci/golangci-lint-action/pull/904) - build(deps-dev): bump [@​typescript-eslint/parser](https://github.com/typescript-eslint/parser) from 6.10.0 to 6.11.0 by [@​dependabot](https://github.com/dependabot) in [https://github.com/golangci/golangci-lint-action/pull/905](https://github.com/golangci/golangci-lint-action/pull/905) - build(deps-dev): bump [@​typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/eslint-plugin) from 6.10.0 to 6.11.0 by [@​dependabot](https://github.com/dependabot) in [https://github.com/golangci/golangci-lint-action/pull/906](https://github.com/golangci/golangci-lint-action/pull/906) - build(deps): bump [@​types/node](https://github.com/types/node) from 20.9.2 to 20.10.0 by [@​dependabot](https://github.com/dependabot) in [https://github.com/golangci/golangci-lint-action/pull/907](https://github.com/golangci/golangci-lint-action/pull/907) - build(deps-dev): bump typescript from 5.2.2 to 5.3.2 by [@​dependabot](https://github.com/dependabot) in [https://github.com/golangci/golangci-lint-action/pull/908](https://github.com/golangci/golangci-lint-action/pull/908) - build(deps-dev): bump [@​typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/eslint-plugin) from 6.11.0 to 6.12.0 by [@​dependabot](https://github.com/dependabot) in [https://github.com/golangci/golangci-lint-action/pull/909](https://github.com/golangci/golangci-lint-action/pull/909) - build(deps): bump [@​types/semver](https://github.com/types/semver) from 7.5.5 to 7.5.6 by [@​dependabot](https://github.com/dependabot) in [https://github.com/golangci/golangci-lint-action/pull/910](https://github.com/golangci/golangci-lint-action/pull/910) - build(deps-dev): bump [@​typescript-eslint/parser](https://github.com/typescript-eslint/parser) from 6.11.0 to 6.12.0 by [@​dependabot](https://github.com/dependabot) in [https://github.com/golangci/golangci-lint-action/pull/911](https://github.com/golangci/golangci-lint-action/pull/911) - build(deps): bump [@​types/node](https://github.com/types/node) from 20.10.0 to 20.10.3 by [@​dependabot](https://github.com/dependabot) in [https://github.com/golangci/golangci-lint-action/pull/913](https://github.com/golangci/golangci-lint-action/pull/913) - build(deps-dev): bump eslint from 8.54.0 to 8.55.0 by [@​dependabot](https://github.com/dependabot) in [https://github.com/golangci/golangci-lint-action/pull/914](https://github.com/golangci/golangci-lint-action/pull/914) - build(deps-dev): bump [@​typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/eslint-plugin) from 6.12.0 to 6.13.1 by [@​dependabot](https://github.com/dependabot) in [https://github.com/golangci/golangci-lint-action/pull/915](https://github.com/golangci/golangci-lint-action/pull/915) - build(deps-dev): bump [@​typescript-eslint/parser](https://github.com/typescript-eslint/parser) from 6.12.0 to 6.13.2 by [@​dependabot](https://github.com/dependabot) in [https://github.com/golangci/golangci-lint-action/pull/918](https://github.com/golangci/golangci-lint-action/pull/918) - build(deps-dev): bump eslint-config-prettier from 9.0.0 to 9.1.0 by [@​dependabot](https://github.com/dependabot) in [https://github.com/golangci/golangci-lint-action/pull/916](https://github.com/golangci/golangci-lint-action/pull/916) - build(deps-dev): bump [@​typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/eslint-plugin) from 6.13.1 to 6.13.2 by [@​dependabot](https://github.com/dependabot) in [https://github.com/golangci/golangci-lint-action/pull/920](https://github.com/golangci/golangci-lint-action/pull/920) - build(deps): bump [@​types/node](https://github.com/types/node) from 20.10.3 to 20.10.4 by [@​dependabot](https://github.com/dependabot) in [https://github.com/golangci/golangci-lint-action/pull/921](https://github.com/golangci/golangci-lint-action/pull/921) - build(deps-dev): bump prettier from 3.1.0 to 3.1.1 by [@​dependabot](https://github.com/dependabot) in [https://github.com/golangci/golangci-lint-action/pull/922](https://github.com/golangci/golangci-lint-action/pull/922) - build(deps): bump actions/setup-go from 4 to 5 by [@​dependabot](https://github.com/dependabot) in [https://github.com/golangci/golangci-lint-action/pull/924](https://github.com/golangci/golangci-lint-action/pull/924) - build(deps-dev): bump typescript from 5.3.2 to 5.3.3 by [@​dependabot](https://github.com/dependabot) in [https://github.com/golangci/golangci-lint-action/pull/923](https://github.com/golangci/golangci-lint-action/pull/923) - build(deps): bump github/codeql-action from 2 to 3 by [@​dependabot](https://github.com/dependabot) in [https://github.com/golangci/golangci-lint-action/pull/925](https://github.com/golangci/golangci-lint-action/pull/925) - build(deps-dev): bump [@​typescript-eslint/parser](https://github.com/typescript-eslint/parser) from 6.13.2 to 6.14.0 by [@​dependabot](https://github.com/dependabot) in [https://github.com/golangci/golangci-lint-action/pull/926](https://github.com/golangci/golangci-lint-action/pull/926) - build(deps-dev): bump eslint-plugin-import from 2.29.0 to 2.29.1 by [@​dependabot](https://github.com/dependabot) in [https://github.com/golangci/golangci-lint-action/pull/927](https://github.com/golangci/golangci-lint-action/pull/927) - build(deps): bump [@​types/node](https://github.com/types/node) from 20.10.4 to 20.10.5 by [@​dependabot](https://github.com/dependabot) in [https://github.com/golangci/golangci-lint-action/pull/929](https://github.com/golangci/golangci-lint-action/pull/929) - build(deps-dev): bump [@​typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/eslint-plugin) from 6.13.2 to 6.14.0 by [@​dependabot](https://github.com/dependabot) in [https://github.com/golangci/golangci-lint-action/pull/928](https://github.com/golangci/golangci-lint-action/pull/928) - build(deps-dev): bump eslint from 8.55.0 to 8.56.0 by [@​dependabot](https://github.com/dependabot) in [https://github.com/golangci/golangci-lint-action/pull/930](https://github.com/golangci/golangci-lint-action/pull/930) - build(deps-dev): bump eslint-plugin-prettier from 5.0.1 to 5.1.2 by [@​dependabot](https://github.com/dependabot) in [https://github.com/golangci/golangci-lint-action/pull/932](https://github.com/golangci/golangci-lint-action/pull/932) - build(deps-dev): bump [@​typescript-eslint/parser](https://github.com/typescript-eslint/parser) from 6.14.0 to 6.15.0 by [@​dependabot](https://github.com/dependabot) in [https://github.com/golangci/golangci-lint-action/pull/933](https://github.com/golangci/golangci-lint-action/pull/933) - build(deps-dev): bump [@​typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/eslint-plugin) from 6.14.0 to 6.15.0 by [@​dependabot](https://github.com/dependabot) in [https://github.com/golangci/golangci-lint-action/pull/934](https://github.com/golangci/golangci-lint-action/pull/934) - build(deps-dev): bump [@​typescript-eslint/parser](https://github.com/typescript-eslint/parser) from 6.15.0 to 6.16.0 by [@​dependabot](https://github.com/dependabot) in [https://github.com/golangci/golangci-lint-action/pull/935](https://github.com/golangci/golangci-lint-action/pull/935) - build(deps): bump [@​types/node](https://github.com/types/node) from 20.10.5 to 20.10.6 by [@​dependabot](https://github.com/dependabot) in [https://github.com/golangci/golangci-lint-action/pull/937](https://github.com/golangci/golangci-lint-action/pull/937) - build(deps-dev): bump [@​typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/eslint-plugin) from 6.15.0 to 6.16.0 by [@​dependabot](https://github.com/dependabot) in [https://github.com/golangci/golangci-lint-action/pull/936](https://github.com/golangci/golangci-lint-action/pull/936) - build(deps-dev): bump [@​typescript-eslint/parser](https://github.com/typescript-eslint/parser) from 6.16.0 to 6.18.0 by [@​dependabot](https://github.com/dependabot) in [https://github.com/golangci/golangci-lint-action/pull/939](https://github.com/golangci/golangci-lint-action/pull/939) - build(deps): bump [@​types/node](https://github.com/types/node) from 20.10.6 to 20.10.7 by [@​dependabot](https://github.com/dependabot) in [https://github.com/golangci/golangci-lint-action/pull/941](https://github.com/golangci/golangci-lint-action/pull/941) - build(deps-dev): bump [@​typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/eslint-plugin) from 6.16.0 to 6.18.1 by [@​dependabot](https://github.com/dependabot) in [https://github.com/golangci/golangci-lint-action/pull/942](https://github.com/golangci/golangci-lint-action/pull/942) - build(deps-dev): bump eslint-plugin-prettier from 5.1.2 to 5.1.3 by [@​dependabot](https://github.com/dependabot) in [https://github.com/golangci/golangci-lint-action/pull/944](https://github.com/golangci/golangci-lint-action/pull/944) - build(deps-dev): bump [@​typescript-eslint/parser](https://github.com/typescript-eslint/parser) from 6.18.0 to 6.18.1 by [@​dependabot](https://github.com/dependabot) in [https://github.com/golangci/golangci-lint-action/pull/945](https://github.com/golangci/golangci-lint-action/pull/945) - build(deps-dev): bump prettier from 3.1.1 to 3.2.2 by [@​dependabot](https://github.com/dependabot) in [https://github.com/golangci/golangci-lint-action/pull/947](https://github.com/golangci/golangci-lint-action/pull/947) - build(deps): bump [@​types/node](https://github.com/types/node) from 20.10.7 to 20.11.1 by [@​dependabot](https://github.com/dependabot) in [https://github.com/golangci/golangci-lint-action/pull/948](https://github.com/golangci/golangci-lint-action/pull/948) - build(deps): bump [@​actions/cache](https://github.com/actions/cache) from 3.2.2 to 3.2.3 by [@​dependabot](https://github.com/dependabot) in [https://github.com/golangci/golangci-lint-action/pull/946](https://github.com/golangci/golangci-lint-action/pull/946) - build(deps): bump [@​types/node](https://github.com/types/node) from 20.11.1 to 20.11.5 by [@​dependabot](https://github.com/dependabot) in [https://github.com/golangci/golangci-lint-action/pull/949](https://github.com/golangci/golangci-lint-action/pull/949) - build(deps-dev): bump prettier from 3.2.2 to 3.2.4 by [@​dependabot](https://github.com/dependabot) in [https://github.com/golangci/golangci-lint-action/pull/950](https://github.com/golangci/golangci-lint-action/pull/950) - build(deps-dev): bump [@​typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/eslint-plugin) from 6.18.1 to 6.19.0 by [@​dependabot](https://github.com/dependabot) in [https://github.com/golangci/golangci-lint-action/pull/951](https://github.com/golangci/golangci-lint-action/pull/951) - build(deps-dev): bump [@​typescript-eslint/parser](https://github.com/typescript-eslint/parser) from 6.18.1 to 6.19.1 by [@​dependabot](https://github.com/dependabot) in [https://github.com/golangci/golangci-lint-action/pull/954](https://github.com/golangci/golangci-lint-action/pull/954) - build(deps-dev): bump [@​typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/eslint-plugin) from 6.19.0 to 6.19.1 by [@​dependabot](https://github.com/dependabot) in [https://github.com/golangci/golangci-lint-action/pull/957](https://github.com/golangci/golangci-lint-action/pull/957) - build(deps): bump [@​types/node](https://github.com/types/node) from 20.11.5 to 20.11.10 by [@​dependabot](https://github.com/dependabot) in [https://github.com/golangci/golangci-lint-action/pull/958](https://github.com/golangci/golangci-lint-action/pull/958) - build(deps): bump [@​types/node](https://github.com/types/node) from 20.11.10 to 20.11.16 by [@​dependabot](https://github.com/dependabot) in [https://github.com/golangci/golangci-lint-action/pull/962](https://github.com/golangci/golangci-lint-action/pull/962) - build(deps-dev): bump [@​typescript-eslint/parser](https://github.com/typescript-eslint/parser) from 6.19.1 to 6.20.0 by [@​dependabot](https://github.com/dependabot) in [https://github.com/golangci/golangci-lint-action/pull/961](https://github.com/golangci/golangci-lint-action/pull/961) - build(deps-dev): bump [@​typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/eslint-plugin) from 6.19.1 to 6.20.0 by [@​dependabot](https://github.com/dependabot) in [https://github.com/golangci/golangci-lint-action/pull/959](https://github.com/golangci/golangci-lint-action/pull/959) - build(deps-dev): bump prettier from 3.2.4 to 3.2.5 by [@​dependabot](https://github.com/dependabot) in [https://github.com/golangci/golangci-lint-action/pull/960](https://github.com/golangci/golangci-lint-action/pull/960) - build(deps): bump [@​actions/cache](https://github.com/actions/cache) from 3.2.3 to 3.2.4 by [@​dependabot](https://github.com/dependabot) in [https://github.com/golangci/golangci-lint-action/pull/963](https://github.com/golangci/golangci-lint-action/pull/963) #### New Contributors - [@​KunalSin9h](https://github.com/KunalSin9h) made their first contribution in [https://github.com/golangci/golangci-lint-action/pull/826](https://github.com/golangci/golangci-lint-action/pull/826) - [@​chenrui333](https://github.com/chenrui333) made their first contribution in [https://github.com/golangci/golangci-lint-action/pull/843](https://github.com/golangci/golangci-lint-action/pull/843) - [@​JustinDFuller](https://github.com/JustinDFuller) made their first contribution in [https://github.com/golangci/golangci-lint-action/pull/931](https://github.com/golangci/golangci-lint-action/pull/931) **Full Changelog**: https://github.com/golangci/golangci-lint-action/compare/v3.7.0...v4.0.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/kumojin/go-uuid). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNDAuMTAiLCJ1cGRhdGVkSW5WZXIiOiIzNy4zNDAuMTAiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=-->
oguzhand95
referenced
this pull request
in cerbos/cerbos-sdk-go
May 13, 2024
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) | action | major | `v5.3.0` -> `v6.0.1` | --- ### Release Notes <details> <summary>golangci/golangci-lint-action (golangci/golangci-lint-action)</summary> ### [`v6.0.1`](https://github.com/golangci/golangci-lint-action/releases/tag/v6.0.1) [Compare Source](https://github.com/golangci/golangci-lint-action/compare/v6.0.0...v6.0.1) <!-- Release notes generated using configuration in .github/release.yml at v6.0.1 --> #### What's Changed ##### Changes - fix: use 3-dots syntax for diff on push by [@​ldez](https://github.com/ldez) in [https://github.com/golangci/golangci-lint-action/pull/1040](https://github.com/golangci/golangci-lint-action/pull/1040) **Full Changelog**: golangci/golangci-lint-action@v6.0.0...v6.0.1 ### [`v6.0.0`](https://github.com/golangci/golangci-lint-action/releases/tag/v6.0.0) [Compare Source](https://github.com/golangci/golangci-lint-action/compare/v5.3.0...v6.0.0) <!-- Release notes generated using configuration in .github/release.yml at v6.0.0 --> #### What's Changed This version removes `annotations` option (because it was useless), and removes the default output format (`github-actions`). The annotations are still produced but with another approach. ##### Changes - feat: rewrite format handling by [@​ldez](https://github.com/ldez) in [https://github.com/golangci/golangci-lint-action/pull/1038](https://github.com/golangci/golangci-lint-action/pull/1038) ##### Dependencies - build(deps-dev): bump [@​typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/eslint-plugin) from 7.7.1 to 7.8.0 by [@​dependabot](https://github.com/dependabot) in [https://github.com/golangci/golangci-lint-action/pull/1034](https://github.com/golangci/golangci-lint-action/pull/1034) - build(deps): bump [@​types/node](https://github.com/types/node) from 20.12.7 to 20.12.8 by [@​dependabot](https://github.com/dependabot) in [https://github.com/golangci/golangci-lint-action/pull/1036](https://github.com/golangci/golangci-lint-action/pull/1036) - build(deps-dev): bump [@​typescript-eslint/parser](https://github.com/typescript-eslint/parser) from 7.7.1 to 7.8.0 by [@​dependabot](https://github.com/dependabot) in [https://github.com/golangci/golangci-lint-action/pull/1035](https://github.com/golangci/golangci-lint-action/pull/1035) **Full Changelog**: golangci/golangci-lint-action@v5.3.0...v6.0.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/cerbos/cerbos-sdk-go). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNTEuMiIsInVwZGF0ZWRJblZlciI6IjM3LjM1MS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhcmVhL2RlcGVuZGVuY2llcyIsImJvdHMiLCJraW5kL2Nob3JlIl19--> Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Signed-off-by: Oğuzhan Durgun <[email protected]> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
another-rex
referenced
this pull request
in google/osv-scanner
May 27, 2024
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) | action | major | `v5.3.0` -> `v6.0.1` | | [slsa-framework/slsa-github-generator](https://github.com/slsa-framework/slsa-github-generator) | action | major | `v1.10.0` -> `v2.0.0` | --- ### Release Notes <details> <summary>golangci/golangci-lint-action (golangci/golangci-lint-action)</summary> ### [`v6.0.1`](https://github.com/golangci/golangci-lint-action/compare/v6.0.0...v6.0.1) [Compare Source](https://github.com/golangci/golangci-lint-action/compare/v6.0.0...v6.0.1) ### [`v6.0.0`](https://github.com/golangci/golangci-lint-action/releases/tag/v6.0.0) [Compare Source](https://github.com/golangci/golangci-lint-action/compare/v5.3.0...v6.0.0) <!-- Release notes generated using configuration in .github/release.yml at v6.0.0 --> #### What's Changed This version removes `annotations` option (because it was useless), and removes the default output format (`github-actions`). The annotations are still produced but with another approach. ##### Changes - feat: rewrite format handling by [@​ldez](https://github.com/ldez) in [https://github.com/golangci/golangci-lint-action/pull/1038](https://github.com/golangci/golangci-lint-action/pull/1038) ##### Dependencies - build(deps-dev): bump [@​typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/eslint-plugin) from 7.7.1 to 7.8.0 by [@​dependabot](https://github.com/dependabot) in [https://github.com/golangci/golangci-lint-action/pull/1034](https://github.com/golangci/golangci-lint-action/pull/1034) - build(deps): bump [@​types/node](https://github.com/types/node) from 20.12.7 to 20.12.8 by [@​dependabot](https://github.com/dependabot) in [https://github.com/golangci/golangci-lint-action/pull/1036](https://github.com/golangci/golangci-lint-action/pull/1036) - build(deps-dev): bump [@​typescript-eslint/parser](https://github.com/typescript-eslint/parser) from 7.7.1 to 7.8.0 by [@​dependabot](https://github.com/dependabot) in [https://github.com/golangci/golangci-lint-action/pull/1035](https://github.com/golangci/golangci-lint-action/pull/1035) **Full Changelog**: golangci/golangci-lint-action@v5.3.0...v6.0.0 </details> <details> <summary>slsa-framework/slsa-github-generator (slsa-framework/slsa-github-generator)</summary> ### [`v2.0.0`](https://github.com/slsa-framework/slsa-github-generator/blob/HEAD/CHANGELOG.md#v200) [Compare Source](https://github.com/slsa-framework/slsa-github-generator/compare/v1.10.0...v2.0.0) ##### v2.0.0: Breaking Change: upload-artifact and download-artifact - Our workflows now use the new `@v4`s of `actions/upload-artifact` and `actions/download-artifact`, which are incompatiblle with the prior `@v3`. See Our docs on the [generic generator](./internal/builders/generic/README.md#compatibility-with-actionsdownload-artifact) for more information and how to upgrade. ##### v2.0.0: Breaking Change: attestation-name Workflow Input and Output - `attestation-name` as a workflow input to `.github/workflows/generator_generic_slsa3.yml` is now removed. Use `provenance-name` instead. ##### v2.0.0: DSSE Rekor Type - When uploading signed provenance to the log, the entry created in the log is now a DSSE Rekor type. This fixes a bug where the current intoto type does not persist provenance signatures. The attestation will no longer be persisted in Rekor ([#​3299](https://github.com/slsa-framework/slsa-github-generator/issues/3299)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 6am on monday" in timezone Australia/Sydney, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/google/osv-scanner). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNjkuMiIsInVwZGF0ZWRJblZlciI6IjM3LjM0MC4xMCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
charithe
referenced
this pull request
in cerbos/cerbos
Jun 3, 2024
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) | action | major | `v5.3.0` -> `v6.0.1` | --- ### Release Notes <details> <summary>golangci/golangci-lint-action (golangci/golangci-lint-action)</summary> ### [`v6.0.1`](https://github.com/golangci/golangci-lint-action/releases/tag/v6.0.1) [Compare Source](https://github.com/golangci/golangci-lint-action/compare/v6.0.0...v6.0.1) <!-- Release notes generated using configuration in .github/release.yml at v6.0.1 --> #### What's Changed ##### Changes - fix: use 3-dots syntax for diff on push by [@​ldez](https://github.com/ldez) in [https://github.com/golangci/golangci-lint-action/pull/1040](https://github.com/golangci/golangci-lint-action/pull/1040) **Full Changelog**: golangci/golangci-lint-action@v6.0.0...v6.0.1 ### [`v6.0.0`](https://github.com/golangci/golangci-lint-action/releases/tag/v6.0.0) [Compare Source](https://github.com/golangci/golangci-lint-action/compare/v5.3.0...v6.0.0) <!-- Release notes generated using configuration in .github/release.yml at v6.0.0 --> #### What's Changed This version removes `annotations` option (because it was useless), and removes the default output format (`github-actions`). The annotations are still produced but with another approach. ##### Changes - feat: rewrite format handling by [@​ldez](https://github.com/ldez) in [https://github.com/golangci/golangci-lint-action/pull/1038](https://github.com/golangci/golangci-lint-action/pull/1038) ##### Dependencies - build(deps-dev): bump [@​typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/eslint-plugin) from 7.7.1 to 7.8.0 by [@​dependabot](https://github.com/dependabot) in [https://github.com/golangci/golangci-lint-action/pull/1034](https://github.com/golangci/golangci-lint-action/pull/1034) - build(deps): bump [@​types/node](https://github.com/types/node) from 20.12.7 to 20.12.8 by [@​dependabot](https://github.com/dependabot) in [https://github.com/golangci/golangci-lint-action/pull/1036](https://github.com/golangci/golangci-lint-action/pull/1036) - build(deps-dev): bump [@​typescript-eslint/parser](https://github.com/typescript-eslint/parser) from 7.7.1 to 7.8.0 by [@​dependabot](https://github.com/dependabot) in [https://github.com/golangci/golangci-lint-action/pull/1035](https://github.com/golangci/golangci-lint-action/pull/1035) **Full Changelog**: golangci/golangci-lint-action@v5.3.0...v6.0.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/cerbos/cerbos). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNzcuOCIsInVwZGF0ZWRJblZlciI6IjM3LjM3Ny44IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhcmVhL2RlcGVuZGVuY2llcyIsImJvdHMiLCJraW5kL2Nob3JlIl19--> Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
josieang
referenced
this pull request
in josieang/osv-scanner
Jun 6, 2024
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) | action | major | `v5.3.0` -> `v6.0.1` | | [slsa-framework/slsa-github-generator](https://github.com/slsa-framework/slsa-github-generator) | action | major | `v1.10.0` -> `v2.0.0` | --- ### Release Notes <details> <summary>golangci/golangci-lint-action (golangci/golangci-lint-action)</summary> ### [`v6.0.1`](https://github.com/golangci/golangci-lint-action/compare/v6.0.0...v6.0.1) [Compare Source](https://github.com/golangci/golangci-lint-action/compare/v6.0.0...v6.0.1) ### [`v6.0.0`](https://github.com/golangci/golangci-lint-action/releases/tag/v6.0.0) [Compare Source](https://github.com/golangci/golangci-lint-action/compare/v5.3.0...v6.0.0) <!-- Release notes generated using configuration in .github/release.yml at v6.0.0 --> #### What's Changed This version removes `annotations` option (because it was useless), and removes the default output format (`github-actions`). The annotations are still produced but with another approach. ##### Changes - feat: rewrite format handling by [@​ldez](https://github.com/ldez) in [https://github.com/golangci/golangci-lint-action/pull/1038](https://github.com/golangci/golangci-lint-action/pull/1038) ##### Dependencies - build(deps-dev): bump [@​typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/eslint-plugin) from 7.7.1 to 7.8.0 by [@​dependabot](https://github.com/dependabot) in [https://github.com/golangci/golangci-lint-action/pull/1034](https://github.com/golangci/golangci-lint-action/pull/1034) - build(deps): bump [@​types/node](https://github.com/types/node) from 20.12.7 to 20.12.8 by [@​dependabot](https://github.com/dependabot) in [https://github.com/golangci/golangci-lint-action/pull/1036](https://github.com/golangci/golangci-lint-action/pull/1036) - build(deps-dev): bump [@​typescript-eslint/parser](https://github.com/typescript-eslint/parser) from 7.7.1 to 7.8.0 by [@​dependabot](https://github.com/dependabot) in [https://github.com/golangci/golangci-lint-action/pull/1035](https://github.com/golangci/golangci-lint-action/pull/1035) **Full Changelog**: golangci/golangci-lint-action@v5.3.0...v6.0.0 </details> <details> <summary>slsa-framework/slsa-github-generator (slsa-framework/slsa-github-generator)</summary> ### [`v2.0.0`](https://github.com/slsa-framework/slsa-github-generator/blob/HEAD/CHANGELOG.md#v200) [Compare Source](https://github.com/slsa-framework/slsa-github-generator/compare/v1.10.0...v2.0.0) ##### v2.0.0: Breaking Change: upload-artifact and download-artifact - Our workflows now use the new `@v4`s of `actions/upload-artifact` and `actions/download-artifact`, which are incompatiblle with the prior `@v3`. See Our docs on the [generic generator](./internal/builders/generic/README.md#compatibility-with-actionsdownload-artifact) for more information and how to upgrade. ##### v2.0.0: Breaking Change: attestation-name Workflow Input and Output - `attestation-name` as a workflow input to `.github/workflows/generator_generic_slsa3.yml` is now removed. Use `provenance-name` instead. ##### v2.0.0: DSSE Rekor Type - When uploading signed provenance to the log, the entry created in the log is now a DSSE Rekor type. This fixes a bug where the current intoto type does not persist provenance signatures. The attestation will no longer be persisted in Rekor ([#​3299](https://github.com/slsa-framework/slsa-github-generator/issues/3299)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 6am on monday" in timezone Australia/Sydney, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/google/osv-scanner). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNjkuMiIsInVwZGF0ZWRJblZlciI6IjM3LjM0MC4xMCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
github-actions
annotations
of this action because it's uselessgolangci/golangci-lint#4695 (comment)