We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f09c27 commit 9e5cff8Copy full SHA for 9e5cff8
.github/workflows/lint.yaml
@@ -88,7 +88,7 @@ jobs:
88
use-go-cache: true
89
go-cache-dep-path: ${{ matrix.project.path }}go.sum
90
- name: golangci-lint ${{ needs.tools.outputs.golangci-lint-version }}
91
- uses: golangci/golangci-lint-action@818ec4d51a1feacefc42ff1b3ec25d4962690f39 # v6.4.1
+ uses: golangci/golangci-lint-action@2226d7cb06a077cd73e56eedd38eecad18e5d837 # v6.5.0
92
with:
93
version: v${{ needs.tools.outputs.golangci-lint-version }}
94
args: --out-format checkstyle:golangci-lint-report.xml
0 commit comments