Skip to content

Commit

Permalink
Pin static check binary version (#6650)
Browse files Browse the repository at this point in the history
* add static check binary version

* check if static check will run

* pinning version field worked so deleting this
  • Loading branch information
j1m-ryan authored Oct 14, 2024
1 parent 33dd1f0 commit 6dbe4a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ jobs:
- name: Run static check
uses: dominikh/staticcheck-action@fe1dd0c3658873b46f8c9bb3291096a617310ca6 # v1.3.1
with:
version: "latest"
version: "v0.5.1"
install-go: false
if: ${{ needs.checks.outputs.binary_cache_hit != 'true' }}

Expand Down

0 comments on commit 6dbe4a0

Please sign in to comment.