diff --git a/.github/workflows/golang.yaml b/.github/workflows/golang.yaml index 5d092ac6..fd0ee3b2 100644 --- a/.github/workflows/golang.yaml +++ b/.github/workflows/golang.yaml @@ -191,7 +191,7 @@ jobs: make ci-test - name: SonarCloud Code Scan if: ${{ inputs.code-scan }} - uses: SonarSource/sonarqube-scan-action@v8.2.0 + uses: SonarSource/sonarqube-scan-action@v8.2.1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} diff --git a/.github/workflows/js.yaml b/.github/workflows/js.yaml index 54daa264..f283321e 100644 --- a/.github/workflows/js.yaml +++ b/.github/workflows/js.yaml @@ -181,7 +181,7 @@ jobs: path: ./build - name: SonarCloud Code Scan if: ${{ inputs.code-scan }} - uses: SonarSource/sonarqube-scan-action@v8.2.0 + uses: SonarSource/sonarqube-scan-action@v8.2.1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} diff --git a/.github/workflows/python.yaml b/.github/workflows/python.yaml index fe63740e..d92089a1 100644 --- a/.github/workflows/python.yaml +++ b/.github/workflows/python.yaml @@ -206,7 +206,7 @@ jobs: if-no-files-found: error - name: SonarCloud Code Scan if: ${{ inputs.code-scan }} - uses: SonarSource/sonarqube-scan-action@v8.2.0 + uses: SonarSource/sonarqube-scan-action@v8.2.1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}