From 2757bd6b728f18237d1982cf7733e890f3d03255 Mon Sep 17 00:00:00 2001 From: Profitroll Date: Tue, 29 Oct 2024 23:42:07 +0200 Subject: [PATCH] Removed explicit action host --- .gitea/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/tests.yml b/.gitea/workflows/tests.yml index 88aad23..ba4da84 100644 --- a/.gitea/workflows/tests.yml +++ b/.gitea/workflows/tests.yml @@ -46,7 +46,7 @@ jobs: with: fetch-depth: 0 - name: SonarCloud Scan - uses: https://github.com/SonarSource/sonarcloud-github-action@master + uses: SonarSource/sonarcloud-github-action@master env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} \ No newline at end of file