Skip to content

Commit

Permalink
Bump reviewdog/action-golangci-lint from 2.6.2 to 2.7.0 (#57)
Browse files Browse the repository at this point in the history
* Bump reviewdog/action-golangci-lint from 2.6.2 to 2.7.0

Bumps [reviewdog/action-golangci-lint](https://github.com/reviewdog/action-golangci-lint) from 2.6.2 to 2.7.0.
- [Release notes](https://github.com/reviewdog/action-golangci-lint/releases)
- [Commits](reviewdog/action-golangci-lint@7708105...dd3fda9)

---
updated-dependencies:
- dependency-name: reviewdog/action-golangci-lint
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* golangci: replace fail_on_error with fail_level

* set fail_level to any to replicate previous behaviour

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Nayef Ghattas <[email protected]>
  • Loading branch information
dependabot[bot] and Gandem authored Dec 4, 2024
1 parent 4067d11 commit 15eaf64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ jobs:
id: linter-version
run: (echo -n "version="; make linter-version) >> "$GITHUB_OUTPUT"
- name: golangci-lint
uses: reviewdog/action-golangci-lint@7708105983c614f7a2725e2172908b7709d1c3e4 # v2.6.2
uses: reviewdog/action-golangci-lint@dd3fda91790ca90e75049e5c767509dc0ec7d99b # v2.7.0
with:
go_version: ${{ inputs.go-version }}
golangci_lint_version: ${{ steps.linter-version.outputs.version }}
fail_on_error: true
fail_level: any
filter_mode: nofilter
reporter: github-pr-review
- name: Verify copyright headers
Expand Down

0 comments on commit 15eaf64

Please sign in to comment.