From 8422c3301389704a89680631829c2878af816744 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 22 Oct 2025 22:26:45 +0000 Subject: [PATCH] ci(github-action)!: Update https://github.com/SonarSource/sonarqube-scan-action action to v6 (renovate) --- .github/workflows/lint.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 443dc81..afaa7b6 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -60,7 +60,7 @@ jobs: ${{ inputs.TEST_SCRIPT }} - name: Static code analysis with SonarQube - uses: https://github.com/SonarSource/sonarqube-scan-action@v5 + uses: https://github.com/SonarSource/sonarqube-scan-action@v6 if: ${{ inputs.SONARQUBE_ENABLED == true }} env: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}