Skip to content

Commit 5b0e3d3

Browse files
Bump the azure-actions group across 1 directory with 3 updates
Bumps the azure-actions group with 3 updates in the / directory: [azure/login](https://github.com/azure/login), [azure/webapps-deploy](https://github.com/azure/webapps-deploy) and [azure/cli](https://github.com/azure/cli). Updates `azure/login` from 2.3.0 to 3.0.0 - [Release notes](https://github.com/azure/login/releases) - [Commits](Azure/login@a457da9...532459e) Updates `azure/webapps-deploy` from 3.0.7 to 3.0.8 - [Release notes](https://github.com/azure/webapps-deploy/releases) - [Commits](Azure/webapps-deploy@84a80cf...45c7df8) Updates `azure/cli` from 2.2.0 to 3.0.0 - [Release notes](https://github.com/azure/cli/releases) - [Changelog](https://github.com/Azure/cli/blob/master/ReleaseProcess.md) - [Commits](Azure/cli@9f7ce6f...9eb25b8) --- updated-dependencies: - dependency-name: azure/login dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: azure-actions - dependency-name: azure/webapps-deploy dependency-version: 3.0.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: azure-actions - dependency-name: azure/cli dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: azure-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4f35939 commit 5b0e3d3

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/app-deploy-to-azure.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
needs: check-deployable
4747
steps:
4848
- name: Login for Azure cli commands
49-
uses: azure/login@a457da9ea143d694b1b9c7c869ebb04ebe844ef5 # v2.3.0
49+
uses: azure/login@532459ea530d8321f2fb9bb10d1e0bcf23869a43 # v3.0.0
5050
with:
5151
creds: ${{ secrets.AZURE_CREDENTIALS }}
5252

@@ -71,7 +71,7 @@ jobs:
7171
# v3.0.1 passes when AZURE_WEBAPP_PUBLISH_PROFILE_PROD isn't set, but should fail.
7272
# Added secret check above to ensure it is set.
7373
- name: Deploy to Azure WebApp
74-
uses: azure/webapps-deploy@84a80cfe7e9889f35148ed88c307e6e93bf02578 # v3.0.7
74+
uses: azure/webapps-deploy@45c7df8f6a4fe841b67ff88920b33f4f8328f8d9 # v3.0.8
7575
with:
7676
app-name: ${{ inputs.azure-webapp-name }}
7777
publish-profile: ${{ secrets.AZURE_WEBAPP_PUBLISH_PROFILE }}

.github/workflows/integration-test-custom.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
7474

7575
- name: Azure Login
76-
uses: azure/login@a457da9ea143d694b1b9c7c869ebb04ebe844ef5 # v2.3.0
76+
uses: azure/login@532459ea530d8321f2fb9bb10d1e0bcf23869a43 # v3.0.0
7777
with:
7878
creds: ${{ secrets.VM_INT_AZURE_CREDENTIALS }}
7979

@@ -89,7 +89,7 @@ jobs:
8989
deploymentName: cleanup-deployment
9090

9191
- name: Wait for cleanup to complete
92-
uses: azure/cli@9f7ce6f37c31b777ec6c6b6d1dfe7db79f497956 # v2.2.0
92+
uses: azure/cli@9eb25b8360668fb0ecbafa808d40e2197b2f5f52 # v3.0.0
9393
with:
9494
inlineScript: |
9595
echo "Waiting for cleanup deployment to complete..."
@@ -244,7 +244,7 @@ jobs:
244244
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
245245

246246
- name: Azure Login
247-
uses: azure/login@a457da9ea143d694b1b9c7c869ebb04ebe844ef5 # v2.3.0
247+
uses: azure/login@532459ea530d8321f2fb9bb10d1e0bcf23869a43 # v3.0.0
248248
with:
249249
creds: ${{ secrets.VM_INT_AZURE_CREDENTIALS }}
250250

0 commit comments

Comments
 (0)