From d9616a69868f09453c5208a00d8438f8e6b8265f Mon Sep 17 00:00:00 2001 From: "jules.vinot" Date: Wed, 22 May 2024 14:23:06 +0200 Subject: [PATCH] Test Action id case sensitivity --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 083be39..67f015b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -14,7 +14,7 @@ jobs: with: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis - name: SonarCloud Scan - uses: SonarSource/sonarcloud-github-action@6c92dc36709458d7d6e1ed85a661f492d074301a + uses: sonarsource/sonarcloud-github-action@6c92dc36709458d7d6e1ed85a661f492d074301a env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any SONAR_TOKEN: ${{ secrets.SONAR_TOKEN_GHA }}