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 }}