Skip to content

Commit

Permalink
Update static-analysis.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
sheidkamp committed Feb 17, 2025
1 parent 11a8d78 commit 905722e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/static-analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
uses: actions/checkout@v4
- name: Prep Go Runner
uses: ./.github/workflows/composite-actions/prep-go-runner
- uses: golangci/golangci-lint-action@v6
- uses: golangci/golangci-lint-action@v6.4.1
# `make analyze` runs the linter with similar arguments to what we use here.
# If this action fails, try running `make analyze` locally.
with:
Expand Down

0 comments on commit 905722e

Please sign in to comment.