From eb346298f26e486457359b873da37c51b021318a Mon Sep 17 00:00:00 2001 From: "jules.vinot" Date: Wed, 22 May 2024 14:46:46 +0200 Subject: [PATCH] Test with wrong action id --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ae7d7e8..ed52759 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -21,13 +21,13 @@ on: jobs: build: name: Build - runs-on: somthing + runs-on: ubuntu-latest permissions: read-all steps: - uses: actions/checkout@v3 with: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis - - uses: sonarsource/sonarqube-scan-action@master + - uses: sonarsource/sonarqube-wrong-action@master env: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}