From 39105599f80354d3ceab367d82999ea128725855 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Mar 2026 10:44:02 +0000 Subject: [PATCH] Bump azure/webapps-deploy Bumps [azure/webapps-deploy](https://github.com/azure/webapps-deploy) from 8db8b8d14f21b245e6706fd0607244e354884697 to 45c7df8f6a4fe841b67ff88920b33f4f8328f8d9. - [Release notes](https://github.com/azure/webapps-deploy/releases) - [Commits](https://github.com/azure/webapps-deploy/compare/8db8b8d14f21b245e6706fd0607244e354884697...45c7df8f6a4fe841b67ff88920b33f4f8328f8d9) --- updated-dependencies: - dependency-name: azure/webapps-deploy dependency-version: 45c7df8f6a4fe841b67ff88920b33f4f8328f8d9 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/cicd.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 7803951..33423ee 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -183,7 +183,7 @@ jobs: # Deploy to Azure Web apps - name: "Run Azure webapp deploy action using publish profile credentials" if: false # This disables the action - uses: azure/webapps-deploy@8db8b8d14f21b245e6706fd0607244e354884697 # v3 + uses: azure/webapps-deploy@45c7df8f6a4fe841b67ff88920b33f4f8328f8d9 # v3 with: app-name: ${{ env.AZURE_WEBAPP_NAME }} # Replace with your app name package: "${{ env.AZURE_WEBAPP_PACKAGE_PATH }}/webapp01/bin/publish" @@ -199,7 +199,7 @@ jobs: docker push ${{ env.AZURE_ACR_NAME }}.azurecr.io/webapp01:latest - name: Azure Web Apps Deploy - uses: azure/webapps-deploy@8db8b8d14f21b245e6706fd0607244e354884697 # v3 + uses: azure/webapps-deploy@45c7df8f6a4fe841b67ff88920b33f4f8328f8d9 # v3 with: app-name: ${{ env.AZURE_WEBAPP_NAME }} images: "${{ env.AZURE_ACR_NAME }}.azurecr.io/webapp01:${{ github.sha }}"