From c1d8e194cf8017d82c2839b0a7c0ff1655ba5029 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 10:18:04 -0300 Subject: [PATCH] chore(deps): update sonarsource/sonarcloud-github-action digest to 6bbd64e (#290) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/sonar.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sonar.yaml b/.github/workflows/sonar.yaml index 5dd8d17..d76e09c 100644 --- a/.github/workflows/sonar.yaml +++ b/.github/workflows/sonar.yaml @@ -19,7 +19,7 @@ jobs: fetch-depth: 0 - name: SonarCloud Scan - uses: sonarsource/sonarcloud-github-action@76ec6e7459bd65c7a7ade7d4c7b68d6f0df353c8 # master + uses: sonarsource/sonarcloud-github-action@6bbd64e0cb2194e04addb429d669a9ee873eeeef # master env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}