Skip to content

Commit

Permalink
feat(github-action): update golangci/golangci-lint-action ( v5.0.0 → …
Browse files Browse the repository at this point in the history
…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
[golangci/golangci-lint-action#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
[golangci/golangci-lint-action#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
[golangci/golangci-lint-action#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>
  • Loading branch information
bloopy-boi[bot] committed Apr 29, 2024
1 parent a41f4d1 commit 8fd9171
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/lint/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 8fd9171

Please sign in to comment.