From ddb6c9358a794f60ccdf1368efa95a3e1c3ef202 Mon Sep 17 00:00:00 2001 From: Vincent Biret Date: Tue, 18 Feb 2025 09:50:56 -0500 Subject: [PATCH] ci: fixes task version --- .github/workflows/sonarcloud.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sonarcloud.yml b/.github/workflows/sonarcloud.yml index 36f4ccb..3701e13 100644 --- a/.github/workflows/sonarcloud.yml +++ b/.github/workflows/sonarcloud.yml @@ -33,6 +33,6 @@ jobs: run: go test -coverprofile cover.out -coverpkg=./... ./... working-directory: ${{ env.relativePath }} - name: SonarCloud Scan - uses: SonarSource/sonarqube-scan-action@master + uses: SonarSource/sonarqube-scan-action@v5 env: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} \ No newline at end of file