Skip to content

Commit 8fd9171

Browse files
feat(github-action): update golangci/golangci-lint-action ( v5.0.0 → v5.1.0 ) (#273)
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 <details> <summary>golangci/golangci-lint-action (golangci/golangci-lint-action)</summary> ### [`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) <!-- 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 [@&#8203;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 [@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser) from 7.7.0 to 7.7.1 by [@&#8203;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 [@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin) from 7.7.0 to 7.7.1 by [@&#8203;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**: golangci/golangci-lint-action@v5.0.0...v5.1.0 </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMjguMSIsInVwZGF0ZWRJblZlciI6IjM3LjMyOC4xIiwidGFyZ2V0QnJhbmNoIjoiZGV2IiwibGFiZWxzIjpbInJlbm92YXRlL2dpdGh1Yi1hY3Rpb24iLCJyZW5vdmF0ZS9naXRodWItcmVsZWFzZSIsInR5cGUvbWlub3IiXX0=--> Co-authored-by: bloopy-boi[bot] <98279278+bloopy-boi[bot]@users.noreply.github.com>
1 parent a41f4d1 commit 8fd9171

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/lint/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ runs:
1212

1313
# Run golangcilint before `go get` is ran
1414
# https://github.com/golangci/golangci-lint-action/issues/23
15-
- uses: golangci/golangci-lint-action@v5.0.0
15+
- uses: golangci/golangci-lint-action@v5.1.0
1616
with:
1717
version: v1.55.1
1818
args: --timeout 5m --config .github/lint/golangci.yaml

0 commit comments

Comments
 (0)