diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 85ca25b..603f20a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -53,6 +53,6 @@ jobs: run: echo "Skipping SonarQube because SONAR_TOKEN is unavailable for this workflow context." - name: SonarQube Scan if: ${{ env.HAS_SONAR_TOKEN == 'true' && github.actor != 'dependabot[bot]' }} - uses: SonarSource/sonarqube-scan-action@a31c9398be7ace6bbfaf30c0bd5d415f843d45e9 # v7.0.0 + uses: SonarSource/sonarqube-scan-action@299e4b793aaa83bf2aba7c9c14bedbb485688ec4 # v7.1.0 env: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}