From 1c0ecad0c11944b38ca82af28b9eb662cba3abe4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felipe=20=C3=81vila?= Date: Mon, 17 Feb 2025 14:56:26 -0300 Subject: [PATCH 1/3] chore: update degrated function sonarcloud --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index fb298c2..4df29bf 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -70,7 +70,7 @@ jobs: name: code-coverage-report - 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 }} From f2bb0a6886817ece2ecf3800bc6c7805cd35eef5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felipe=20=C3=81vila?= Date: Mon, 24 Feb 2025 14:16:58 -0300 Subject: [PATCH 2/3] chore: update degrated funcion gitaction --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 4df29bf..7f0059f 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -48,7 +48,7 @@ jobs: TZ: America/Sao_Paulo - name: Archive code coverage results - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: code-coverage-report path: coverage/lcov.info From b50ef06ac8d5518fccc6abad8a46df3cd5100f04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felipe=20=C3=81vila?= Date: Mon, 24 Feb 2025 14:19:24 -0300 Subject: [PATCH 3/3] chore: update degrated funcion gitaction --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 7f0059f..7fdb790 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -65,7 +65,7 @@ jobs: fetch-depth: 0 - name: Download a single artifact - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4 with: name: code-coverage-report