From 8ccc64cfa2a68772babcc0d6f0cc49da33dfe6a3 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 27 Jan 2026 19:29:50 +0000 Subject: [PATCH 1/2] Initial plan From 698c5be57377f369b0816f2d2a27965a45133e96 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 27 Jan 2026 19:31:32 +0000 Subject: [PATCH 2/2] Fix GitTools/actions workflow error by using correct composite action paths Co-authored-by: punkouter26 <121304072+punkouter26@users.noreply.github.com> --- .github/workflows/azure-deploy.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/azure-deploy.yml b/.github/workflows/azure-deploy.yml index afd1ba3..2ec1e72 100644 --- a/.github/workflows/azure-deploy.yml +++ b/.github/workflows/azure-deploy.yml @@ -46,8 +46,13 @@ jobs: --resource-group ${{ env.RESOURCE_GROUP }} \ --image ${{ env.AZURE_CONTAINER_REGISTRY }}.azurecr.io/${{ env.IMAGE_NAME }}:${{ github.sha }} + - name: Install GitVersion + uses: gittools/actions/gitversion/setup@v0.9.14 + with: + versionSpec: '5.x' + - name: Calculate semantic version (GitVersion) - uses: GitTools/actions/gitversion@v0.9.14 + uses: gittools/actions/gitversion/execute@v0.9.14 id: gitversion - name: Show computed SemVer