From 8fd9171a9c9e8bec6606755a7b2e7178919e4a4c Mon Sep 17 00:00:00 2001 From: "bloopy-boi[bot]" <98279278+bloopy-boi[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 16:08:58 +0000 Subject: [PATCH] =?UTF-8?q?feat(github-action):=20update=20golangci/golang?= =?UTF-8?q?ci-lint-action=20(=20v5.0.0=20=E2=86=92=20v5.1.0=20)=20(#273)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [golangci/golangci-lint-action](https://togithub.com/golangci/golangci-lint-action) | action | minor | `v5.0.0` -> `v5.1.0` | --- ### Release Notes
golangci/golangci-lint-action (golangci/golangci-lint-action) ### [`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
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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 [Renovate Bot](https://togithub.com/renovatebot/renovate). Co-authored-by: bloopy-boi[bot] <98279278+bloopy-boi[bot]@users.noreply.github.com> --- .github/actions/lint/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/lint/action.yaml b/.github/actions/lint/action.yaml index b06bb24..6e3d44b 100755 --- a/.github/actions/lint/action.yaml +++ b/.github/actions/lint/action.yaml @@ -12,7 +12,7 @@ runs: # Run golangcilint before `go get` is ran # https://github.com/golangci/golangci-lint-action/issues/23 - - uses: golangci/golangci-lint-action@v5.0.0 + - uses: golangci/golangci-lint-action@v5.1.0 with: version: v1.55.1 args: --timeout 5m --config .github/lint/golangci.yaml