From d2ef5549a20da966a992f96145d2a46bd4f3d570 Mon Sep 17 00:00:00 2001 From: Andrew Truong <40660973+adhtruong@users.noreply.github.com> Date: Sun, 5 Jan 2025 11:55:30 +0000 Subject: [PATCH] build: change deprecated action (#626) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3aed7642..39e6a295 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -151,7 +151,7 @@ jobs: run: sed -i "s/home\/runner\/work\/polyfactory\/polyfactory/github\/workspace/g" coverage.xml - name: SonarCloud Scan - uses: sonarsource/sonarcloud-github-action@master + uses: sonarsource/sonarqube-scan-action@master env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}