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 5644ab3 commit 2abd305Copy full SHA for 2abd305
.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@051d91933864810ecd5e2ea2cfd98f6a5bca5347 # v6.3.2
+ uses: golangci/golangci-lint-action@e0ebdd245eea59746bb0b28ea6a9871d3e35fbc9 # v6.3.3
92
with:
93
version: v${{ needs.tools.outputs.golangci-lint-version }}
94
args: --out-format checkstyle:golangci-lint-report.xml
0 commit comments