Skip to content

Commit 6dbe4a0

Browse files
author
Jim Ryan
authored
Pin static check binary version (#6650)
* add static check binary version * check if static check will run * pinning version field worked so deleting this
1 parent 33dd1f0 commit 6dbe4a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ jobs:
236236
- name: Run static check
237237
uses: dominikh/staticcheck-action@fe1dd0c3658873b46f8c9bb3291096a617310ca6 # v1.3.1
238238
with:
239-
version: "latest"
239+
version: "v0.5.1"
240240
install-go: false
241241
if: ${{ needs.checks.outputs.binary_cache_hit != 'true' }}
242242

0 commit comments

Comments
 (0)