Skip to content

Commit 813e6e7

Browse files
chore(deps): Update golangci/golangci-lint-action action to v6 (#55)
[![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://togithub.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://togithub.com/golangci/golangci-lint-action/releases/tag/v6.0.1) [Compare Source](https://togithub.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 [@&#8203;ldez](https://togithub.com/ldez) in [https://github.com/golangci/golangci-lint-action/pull/1040](https://togithub.com/golangci/golangci-lint-action/pull/1040) **Full Changelog**: golangci/golangci-lint-action@v6.0.0...v6.0.1 ### [`v6.0.0`](https://togithub.com/golangci/golangci-lint-action/releases/tag/v6.0.0) [Compare Source](https://togithub.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 [@&#8203;ldez](https://togithub.com/ldez) in [https://github.com/golangci/golangci-lint-action/pull/1038](https://togithub.com/golangci/golangci-lint-action/pull/1038) ##### Dependencies - build(deps-dev): bump [@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin) from 7.7.1 to 7.8.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/golangci/golangci-lint-action/pull/1034](https://togithub.com/golangci/golangci-lint-action/pull/1034) - build(deps): bump [@&#8203;types/node](https://togithub.com/types/node) from 20.12.7 to 20.12.8 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/golangci/golangci-lint-action/pull/1036](https://togithub.com/golangci/golangci-lint-action/pull/1036) - build(deps-dev): bump [@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser) from 7.7.1 to 7.8.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/golangci/golangci-lint-action/pull/1035](https://togithub.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>
1 parent 59e4b0f commit 813e6e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
cache: false
4444

4545
- name: golangci-lint
46-
uses: golangci/golangci-lint-action@v5.3.0
46+
uses: golangci/golangci-lint-action@v6.0.1
4747
with:
4848
version: latest
4949
args: '--config=.golangci.yaml -v'

0 commit comments

Comments
 (0)