From c9f0071be138a49e01ec52702f6a8fdcc62ca6d4 Mon Sep 17 00:00:00 2001 From: "Trez.One" Date: Fri, 29 Nov 2024 17:54:31 -0500 Subject: [PATCH] Another minor version bot for custom action. --- .gitea/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index aea1a56a..22da628b 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -65,7 +65,7 @@ jobs: # } - name: Run SonarQube and Gitea Action - uses: https://git.trez.wtf/Trez.One/sonar-gitea-pr-bot@v1.0.1 + uses: https://git.trez.wtf/Trez.One/sonar-gitea-pr-bot@v1.0.2 with: sonar_server_url: ${{ secrets.SONARQUBE_HOST }} sonar_auth_token: ${{ secrets.SONARQUBE_TOKEN }}