Skip to content

Commit 4450802

Browse files
Merge pull request #972 from microsoft/psl-dk-depPRChanges
fix: dependabot package upgrade
2 parents 417248a + 08ca9d7 commit 4450802

21 files changed

Lines changed: 413 additions & 387 deletions

.github/workflows/azd-template-validation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ jobs:
1515
name: azd template validation
1616
environment: production
1717
steps:
18-
- uses: actions/checkout@v4
18+
- uses: actions/checkout@v6
1919

2020
- name: Set timestamp
2121
run: echo "HHMM=$(date -u +'%H%M')" >> $GITHUB_ENV
2222

23-
- uses: microsoft/template-validation-action@v0.4.3
23+
- uses: microsoft/template-validation-action@v0.4.4
2424
with:
2525
validateAzd: ${{ vars.TEMPLATE_VALIDATE_AZD }}
2626
validateTests: ${{ vars.TEMPLATE_VALIDATE_TESTS }}

.github/workflows/azure-dev.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
AZURE_DEV_COLLECT_TELEMETRY: ${{ vars.AZURE_DEV_COLLECT_TELEMETRY }}
2424
steps:
2525
- name: Checkout Code
26-
uses: actions/checkout@v4
26+
uses: actions/checkout@v6
2727

2828
- name: Set timestamp and env name
2929
run: |
@@ -34,7 +34,7 @@ jobs:
3434
uses: Azure/setup-azd@v2
3535

3636
- name: Login to Azure
37-
uses: azure/login@v2
37+
uses: azure/login@v3
3838
with:
3939
client-id: ${{ secrets.AZURE_CLIENT_ID }}
4040
tenant-id: ${{ secrets.AZURE_TENANT_ID }}

.github/workflows/broken-links-checker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Get changed markdown files (PR only)
2525
id: changed-markdown-files
2626
if: github.event_name == 'pull_request'
27-
uses: tj-actions/changed-files@22103cc46bda19c2b464ffe86db46df6922fd323 # v47.0.5
27+
uses: tj-actions/changed-files@9426d40962ed5378910ee2e21d5f8c6fcbf2dd96 # v47.0.6
2828
with:
2929
files: |
3030
**/*.md

.github/workflows/deploy-waf.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
uses: actions/checkout@v6
3131

3232
- name: Login to Azure
33-
uses: azure/login@v2
33+
uses: azure/login@v3
3434
with:
3535
client-id: ${{ secrets.AZURE_CLIENT_ID }}
3636
tenant-id: ${{ secrets.AZURE_TENANT_ID }}

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
uses: actions/checkout@v6
3838

3939
- name: Login to Azure
40-
uses: azure/login@v2
40+
uses: azure/login@v3
4141
with:
4242
client-id: ${{ secrets.AZURE_CLIENT_ID }}
4343
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
@@ -219,7 +219,7 @@ jobs:
219219
RESOURCE_GROUP_NAME: ${{ needs.deploy.outputs.RESOURCE_GROUP_NAME }}
220220
steps:
221221
- name: Login to Azure
222-
uses: azure/login@v2
222+
uses: azure/login@v3
223223
with:
224224
client-id: ${{ secrets.AZURE_CLIENT_ID }}
225225
tenant-id: ${{ secrets.AZURE_TENANT_ID }}

.github/workflows/docker-build-and-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363

6464
- name: Login to Azure
6565
if: ${{ github.ref_name == 'main' || github.ref_name == 'dev-v4'|| github.ref_name == 'demo-v4' || github.ref_name == 'hotfix' }}
66-
uses: azure/login@v2
66+
uses: azure/login@v3
6767
with:
6868
client-id: ${{ secrets.AZURE_CLIENT_ID }}
6969
tenant-id: ${{ secrets.AZURE_TENANT_ID }}

.github/workflows/job-cleanup-deployment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
steps:
5757

5858
- name: Login to Azure
59-
uses: azure/login@v2
59+
uses: azure/login@v3
6060
with:
6161
client-id: ${{ secrets.AZURE_CLIENT_ID }}
6262
tenant-id: ${{ secrets.AZURE_TENANT_ID }}

.github/workflows/job-deploy-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ jobs:
204204
uses: Azure/setup-azd@v2
205205

206206
- name: Login to Azure
207-
uses: azure/login@v2
207+
uses: azure/login@v3
208208
with:
209209
client-id: ${{ secrets.AZURE_CLIENT_ID }}
210210
tenant-id: ${{ secrets.AZURE_TENANT_ID }}

.github/workflows/job-deploy-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ jobs:
203203
uses: Azure/setup-azd@v2
204204

205205
- name: Login to Azure
206-
uses: azure/login@v2
206+
uses: azure/login@v3
207207
with:
208208
client-id: ${{ secrets.AZURE_CLIENT_ID }}
209209
tenant-id: ${{ secrets.AZURE_TENANT_ID }}

.github/workflows/job-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ jobs:
287287
uses: actions/checkout@v6
288288

289289
- name: Login to Azure
290-
uses: azure/login@v2
290+
uses: azure/login@v3
291291
with:
292292
client-id: ${{ secrets.AZURE_CLIENT_ID }}
293293
tenant-id: ${{ secrets.AZURE_TENANT_ID }}

0 commit comments

Comments
 (0)