From be53f246b75ece9f255c337723d7567f912d1440 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 7 May 2024 09:12:45 +0100 Subject: [PATCH] chore(deps): Update golangci/golangci-lint-action action to v5 (#53) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![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 | `v4.0.1` -> `v5.3.0` | --- ### Release Notes
golangci/golangci-lint-action (golangci/golangci-lint-action) ### [`v5.3.0`](https://togithub.com/golangci/golangci-lint-action/releases/tag/v5.3.0) [Compare Source](https://togithub.com/golangci/golangci-lint-action/compare/v5.2.0...v5.3.0) #### What's Changed ##### Changes - feat: uses 2 dots compare syntax for push diff by [@​ldez](https://togithub.com/ldez) in [https://github.com/golangci/golangci-lint-action/pull/1030](https://togithub.com/golangci/golangci-lint-action/pull/1030) - feat: add option to control cache invalidation interval by [@​ldez](https://togithub.com/ldez) in [https://github.com/golangci/golangci-lint-action/pull/1031](https://togithub.com/golangci/golangci-lint-action/pull/1031) - feat: use OS and working-directory as cache key by [@​ldez](https://togithub.com/ldez) in [https://github.com/golangci/golangci-lint-action/pull/1032](https://togithub.com/golangci/golangci-lint-action/pull/1032) - feat: improve log about pwd/cwd by [@​ldez](https://togithub.com/ldez) in [https://github.com/golangci/golangci-lint-action/pull/1033](https://togithub.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://togithub.com/golangci/golangci-lint-action/compare/v5.1.0...v5.2.0) [Compare Source](https://togithub.com/golangci/golangci-lint-action/compare/v5.1.0...v5.2.0) ### [`v5.1.0`](https://togithub.com/golangci/golangci-lint-action/releases/tag/v5.1.0) [Compare Source](https://togithub.com/golangci/golangci-lint-action/compare/v5.0.0...v5.1.0) #### What's Changed ##### Changes - feat: support for `pull` and `merge_group` events with the option `only-new-issues` by [@​ldez](https://togithub.com/ldez) in [https://github.com/golangci/golangci-lint-action/pull/1029](https://togithub.com/golangci/golangci-lint-action/pull/1029) ##### Dependencies - build(deps-dev): bump [@​typescript-eslint/parser](https://togithub.com/typescript-eslint/parser) from 7.7.0 to 7.7.1 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/golangci/golangci-lint-action/pull/1027](https://togithub.com/golangci/golangci-lint-action/pull/1027) - build(deps-dev): bump [@​typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin) from 7.7.0 to 7.7.1 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/golangci/golangci-lint-action/pull/1028](https://togithub.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://togithub.com/golangci/golangci-lint-action/releases/tag/v5.0.0) [Compare Source](https://togithub.com/golangci/golangci-lint-action/compare/v4.0.1...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://togithub.com/kovetskiy) in [https://github.com/golangci/golangci-lint-action/pull/506](https://togithub.com/golangci/golangci-lint-action/pull/506) - feat: add option to not save cache by [@​navijation](https://togithub.com/navijation) in [https://github.com/golangci/golangci-lint-action/pull/851](https://togithub.com/golangci/golangci-lint-action/pull/851) - feat: remove Go cache management by [@​ldez](https://togithub.com/ldez) in [https://github.com/golangci/golangci-lint-action/pull/1024](https://togithub.com/golangci/golangci-lint-action/pull/1024) #### New Contributors - [@​kovetskiy](https://togithub.com/kovetskiy) made their first contribution in [https://github.com/golangci/golangci-lint-action/pull/506](https://togithub.com/golangci/golangci-lint-action/pull/506) - [@​navijation](https://togithub.com/navijation) made their first contribution in [https://github.com/golangci/golangci-lint-action/pull/851](https://togithub.com/golangci/golangci-lint-action/pull/851) **Full Changelog**: https://github.com/golangci/golangci-lint-action/compare/v4.0.1...v5.0.0
--- ### 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. --- - [ ] 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). Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/pr-test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-test.yaml b/.github/workflows/pr-test.yaml index 86676cf..868ca81 100644 --- a/.github/workflows/pr-test.yaml +++ b/.github/workflows/pr-test.yaml @@ -43,7 +43,7 @@ jobs: cache: false - name: golangci-lint - uses: golangci/golangci-lint-action@v4.0.1 + uses: golangci/golangci-lint-action@v5.3.0 with: version: latest args: '--config=.golangci.yaml -v'