Skip to content

Commit 5f72cdb

Browse files
build: bump the all-actions group with 6 updates
Bumps the all-actions group with 6 updates: | Package | From | To | | --- | --- | --- | | [actions/checkout](https://github.com/actions/checkout) | `4` | `6` | | [microsoft/template-validation-action](https://github.com/microsoft/template-validation-action) | `0.4.3` | `0.4.4` | | [azure/login](https://github.com/azure/login) | `2` | `3` | | [tj-actions/changed-files](https://github.com/tj-actions/changed-files) | `47.0.5` | `47.0.6` | | [actions/setup-python](https://github.com/actions/setup-python) | `5` | `6` | | [actions/upload-artifact](https://github.com/actions/upload-artifact) | `4` | `7` | Updates `actions/checkout` from 4 to 6 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v6) Updates `microsoft/template-validation-action` from 0.4.3 to 0.4.4 - [Release notes](https://github.com/microsoft/template-validation-action/releases) - [Commits](microsoft/template-validation-action@v0.4.3...v0.4.4) Updates `azure/login` from 2 to 3 - [Release notes](https://github.com/azure/login/releases) - [Commits](Azure/login@v2...v3) Updates `tj-actions/changed-files` from 47.0.5 to 47.0.6 - [Release notes](https://github.com/tj-actions/changed-files/releases) - [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md) - [Commits](tj-actions/changed-files@22103cc...9426d40) Updates `actions/setup-python` from 5 to 6 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v5...v6) Updates `actions/upload-artifact` from 4 to 7 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions - dependency-name: microsoft/template-validation-action dependency-version: 0.4.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-actions - dependency-name: azure/login dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions - dependency-name: tj-actions/changed-files dependency-version: 47.0.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-actions - dependency-name: actions/setup-python dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4ffab68 commit 5f72cdb

13 files changed

Lines changed: 18 additions & 18 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)