Skip to content

Commit

Permalink
Merge pull request #357 from Michad/dependabot/github_actions/reviewd…
Browse files Browse the repository at this point in the history
…og/action-golangci-lint-2.7.0

security(actions): bump reviewdog/action-golangci-lint from 2.6.2 to 2.7.0
  • Loading branch information
Michad authored Dec 11, 2024
2 parents b8ba248 + cd3aef8 commit b6d56be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
fetch-depth: 0
fetch-tags: true
- name: Requirements
uses: reviewdog/action-golangci-lint@7708105983c614f7a2725e2172908b7709d1c3e4 # v2.6.2
uses: reviewdog/action-golangci-lint@dd3fda91790ca90e75049e5c767509dc0ec7d99b # v2.7.0
with:
github_token: ${{ secrets.github_token }}
golangci_lint_flags: "--fix --timeout 2m0s --disable-all -E asciicheck,bidichk,bodyclose,canonicalheader,dogsled,exhaustive,gocheckcompilerdirectives,gofmt,durationcheck,errname,errorlint,fatcontext,goheader,inamedparam,interfacebloat,intrange,makezero,mirror,misspell,noctx,nonamedreturns,prealloc,predeclared,tenv,testifylint,unconvert,usestdlibvars,wastedassign"
Expand All @@ -47,7 +47,7 @@ jobs:
cache: false
filter_mode: added
- name: Suggestions
uses: reviewdog/action-golangci-lint@7708105983c614f7a2725e2172908b7709d1c3e4 # v2.6.2
uses: reviewdog/action-golangci-lint@dd3fda91790ca90e75049e5c767509dc0ec7d99b # v2.7.0
if: success() || failure()
with:
github_token: ${{ secrets.github_token }}
Expand Down

0 comments on commit b6d56be

Please sign in to comment.