Skip to content

Commit a2e64e5

Browse files
dependabot[bot]UnseenWizzard
authored andcommitted
chore(deps): Bump reviewdog/action-golangci-lint from 2.5.1 to 2.6.1
Bumps [reviewdog/action-golangci-lint](https://github.com/reviewdog/action-golangci-lint) from 2.5.1 to 2.6.1. - [Release notes](https://github.com/reviewdog/action-golangci-lint/releases) - [Commits](reviewdog/action-golangci-lint@f016e79...00311c2) --- 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]>
1 parent 05488fc commit a2e64e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-static-code-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: make vet
3333

3434
- name: 🔎 golangci-lint
35-
uses: reviewdog/action-golangci-lint@f016e796a429b33094d0da6e86af3fa5479afe65 #v2.5.1
35+
uses: reviewdog/action-golangci-lint@00311c26a97213f93f2fd3a3524d66762e956ae0 #v2.6.1
3636
with:
3737
github_token: ${{ secrets.GITHUB_TOKEN }}
3838
reporter: github-pr-check

0 commit comments

Comments
 (0)