We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43074ae commit 7a6d49eCopy full SHA for 7a6d49e
.github/workflows/ci-build.yml
@@ -80,7 +80,7 @@ jobs:
80
# version, but we prefer this action because it leaves 'annotations' (i.e.
81
# it comments on PRs to point out linter violations).
82
- name: Lint
83
- uses: golangci/golangci-lint-action@3cfe3a4abbb849e10058ce4af15d205b6da42804 # v4.0.0
+ uses: golangci/golangci-lint-action@38e1018663fa5173f3968ea0777460d3de38f256 # v5.3.0
84
with:
85
version: ${{ env.GOLANGCI_VERSION }}
86
0 commit comments