Skip to content

Commit

Permalink
chore(deps): Update golangci/golangci-lint-action action to v6 (#55)
Browse files Browse the repository at this point in the history
[![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
[golangci/golangci-lint-action#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
[golangci/golangci-lint-action#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
[golangci/golangci-lint-action#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
[golangci/golangci-lint-action#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
[golangci/golangci-lint-action#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 <oguzhandurgun95@gmail.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed May 13, 2024
1 parent 59e4b0f commit 813e6e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
cache: false

- name: golangci-lint
uses: golangci/golangci-lint-action@v5.3.0
uses: golangci/golangci-lint-action@v6.0.1
with:
version: latest
args: '--config=.golangci.yaml -v'

0 comments on commit 813e6e7

Please sign in to comment.