Skip to content

Commit 7dfe0cd

Browse files
committed
fix: update sonar.yaml workflow to use golangci-lint-action v8
- Update golangci-lint-action from v6 to v8 in SonarCloud workflow - Update golangci-lint version from v2.1.1 to v2.1.6 - Fixes SonarCloud CI failure due to incompatible action version
1 parent 494eb88 commit 7dfe0cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/sonar.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ permissions:
1313

1414
env:
1515
GO_VERSION: '1.24'
16-
GOLANGCI_LINT_VERSION: v2.1.1
16+
GOLANGCI_LINT_VERSION: v2.1.6
1717

1818
jobs:
1919
sonarcloud:
@@ -41,7 +41,7 @@ jobs:
4141

4242
# Re-run golangci separately without exiting on errors and generating a report for use in Sonar
4343
- name: golangci-lint
44-
uses: golangci/golangci-lint-action@v6
44+
uses: golangci/golangci-lint-action@v8
4545
with:
4646
version: ${{ env.GOLANGCI_LINT_VERSION }}
4747
args: --timeout=5m --issues-exit-code=0 --out-format=checkstyle:golangci-lint-report.xml

0 commit comments

Comments
 (0)