Skip to content

Commit 352a64d

Browse files
build(deps): bump golangci/golangci-lint-action from 6.5.0 to 6.5.1 (#1571)
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 6.5.0 to 6.5.1. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/golangci/golangci-lint-action/commit/4696ba8babb6127d732c3c6dde519db15edab9ea"><code>4696ba8</code></a> 6.5.1</li> <li><a href="https://github.com/golangci/golangci-lint-action/commit/2ee514f1f31dd3d5f0ae6e6546082968a4b5e342"><code>2ee514f</code></a> feat: restrict action v6 on golangci-lint v1 (<a href="https://redirect.github.com/golangci/golangci-lint-action/issues/1194">#1194</a>)</li> <li><a href="https://github.com/golangci/golangci-lint-action/commit/7e7b516e44d2b59c5a0e7095011ca654ef6df130"><code>7e7b516</code></a> fix: octokit retry (<a href="https://redirect.github.com/golangci/golangci-lint-action/issues/1193">#1193</a>)</li> <li><a href="https://github.com/golangci/golangci-lint-action/commit/b871b4f9de8b829c8d43b0e3bcdf9a8a3f141a3b"><code>b871b4f</code></a> build(deps): bump <code>@​types/node</code> from 22.13.8 to 22.13.10 in the dependencies gr...</li> <li><a href="https://github.com/golangci/golangci-lint-action/commit/08ba820282e7b504068939935e85f62c8eb73249"><code>08ba820</code></a> build(deps-dev): bump eslint-config-prettier from 10.0.2 to 10.1.1 in the dev...</li> <li><a href="https://github.com/golangci/golangci-lint-action/commit/d8648ac2edec95c7927c492e5cfb10276c5ea71d"><code>d8648ac</code></a> build(deps-dev): bump the dev-dependencies group across 1 directory with 5 up...</li> <li><a href="https://github.com/golangci/golangci-lint-action/commit/37d62ae433213da45128fd8921b10b86781db6c5"><code>37d62ae</code></a> build(deps): bump the dependencies group with 2 updates (<a href="https://redirect.github.com/golangci/golangci-lint-action/issues/1189">#1189</a>)</li> <li><a href="https://github.com/golangci/golangci-lint-action/commit/7b561e5ab6624d4582c82a4315e0d65ec7a6ad00"><code>7b561e5</code></a> build(deps): bump <code>@​octokit/plugin-paginate-rest</code> from 9.2.1 to 9.2.2 (<a href="https://redirect.github.com/golangci/golangci-lint-action/issues/1187">#1187</a>)</li> <li><a href="https://github.com/golangci/golangci-lint-action/commit/b63dc836c21b112412a2bd525c46e94d4bb6a80f"><code>b63dc83</code></a> build(deps): bump <code>@​types/node</code> from 22.13.4 to 22.13.5 in the dependencies gro...</li> <li><a href="https://github.com/golangci/golangci-lint-action/commit/e8b0a12b47e8297f816c291e93f9a5ea9b4917f5"><code>e8b0a12</code></a> build(deps-dev): bump the dev-dependencies group with 3 updates (<a href="https://redirect.github.com/golangci/golangci-lint-action/issues/1185">#1185</a>)</li> <li>Additional commits viewable in <a href="https://github.com/golangci/golangci-lint-action/compare/2226d7cb06a077cd73e56eedd38eecad18e5d837...4696ba8babb6127d732c3c6dde519db15edab9ea">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golangci/golangci-lint-action&package-manager=github_actions&previous-version=6.5.0&new-version=6.5.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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b6bac08 commit 352a64d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/verify.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
check-latest: true
2525

2626
- name: golangci-lint
27-
uses: golangci/golangci-lint-action@2226d7cb06a077cd73e56eedd38eecad18e5d837 # v6.5.0
27+
uses: golangci/golangci-lint-action@4696ba8babb6127d732c3c6dde519db15edab9ea # v6.5.1
2828
with:
2929
version: v1.63
3030

0 commit comments

Comments
 (0)