diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 891e3a7..954e214 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -141,7 +141,7 @@ jobs: sonar: if: ${{ contains(format(',{0},', needs.build.outputs.cs), ',sonar,') }} needs: [meta, build] - uses: Rajendra.Reddy/wdipl-actions/.gitea/workflows/quality.yml@main + uses: Rajendra.Reddy/wdipl-actions/.gitea/workflows/quality.yml@d604440af823c664b2c828a3d6a2cc5d23b79141 with: project_key: ${{ github.event.repository.name }} wait_for_quality_gate: ${{ inputs.wait_for_quality_gate }}