Skip to content

Commit 33c774d

Browse files
Merge pull request #551 from microsoft/pk-dependabot-package-upgrades
refactor: dependabot package upgrades
2 parents 6d8a63e + b40f756 commit 33c774d

38 files changed

Lines changed: 2336 additions & 2315 deletions

.github/workflows/azure-dev.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
AZURE_DEV_COLLECT_TELEMETRY: ${{ vars.AZURE_DEV_COLLECT_TELEMETRY }}
2222
steps:
2323
- name: Checkout Code
24-
uses: actions/checkout@v4
24+
uses: actions/checkout@v6
2525

2626
- name: Set timestamp and env name
2727
run: |

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ jobs:
1616

1717
steps:
1818
- name: Checkout Repo
19-
uses: actions/checkout@v5
19+
uses: actions/checkout@v6
2020
with:
2121
fetch-depth: 0
2222

2323
# For PR : Get only changed markdown files
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@24d32ffd492484c1d75e0c0b894501ddb9d30d62 # v46
27+
uses: tj-actions/changed-files@22103cc46bda19c2b464ffe86db46df6922fd323 # v46
2828
with:
2929
files: |
3030
**/*.md
@@ -34,7 +34,7 @@ jobs:
3434
- name: Check Broken Links in Changed Markdown Files
3535
id: lychee-check-pr
3636
if: github.event_name == 'pull_request' && steps.changed-markdown-files.outputs.any_changed == 'true'
37-
uses: lycheeverse/lychee-action@v2.6.1
37+
uses: lycheeverse/lychee-action@v2.8.0
3838
with:
3939
args: >
4040
--verbose --no-progress --exclude ^https?://
@@ -47,7 +47,7 @@ jobs:
4747
- name: Check Broken Links in All Markdown Files in Entire Repo (Manual Trigger)
4848
id: lychee-check-manual
4949
if: github.event_name == 'workflow_dispatch'
50-
uses: lycheeverse/lychee-action@v2.6.1
50+
uses: lycheeverse/lychee-action@v2.8.0
5151
with:
5252
args: >
5353
--verbose --no-progress --exclude ^https?://

.github/workflows/build-docker-image.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,10 @@ jobs:
5959

6060
steps:
6161
- name: Checkout repository
62-
uses: actions/checkout@v5
62+
uses: actions/checkout@v6
6363

6464
- name: Set up Docker Buildx
65-
uses: docker/setup-buildx-action@v3
65+
uses: docker/setup-buildx-action@v4
6666

6767
- name: Get current date
6868
id: date
@@ -110,7 +110,7 @@ jobs:
110110
echo "Base tag: $BASE_TAG, Date tag: $DATE_TAG"
111111
112112
- name: Build and Push ContentProcessor Docker image
113-
uses: docker/build-push-action@v6
113+
uses: docker/build-push-action@v7
114114
with:
115115
context: ./src/ContentProcessor
116116
file: ./src/ContentProcessor/Dockerfile
@@ -120,7 +120,7 @@ jobs:
120120
${{ steps.registry.outputs.ext_registry }}/contentprocessor:${{ env.DATE_TAG }}
121121
122122
- name: Build and Push ContentProcessorAPI Docker image
123-
uses: docker/build-push-action@v6
123+
uses: docker/build-push-action@v7
124124
with:
125125
context: ./src/ContentProcessorAPI
126126
file: ./src/ContentProcessorAPI/Dockerfile
@@ -130,7 +130,7 @@ jobs:
130130
${{ steps.registry.outputs.ext_registry }}/contentprocessorapi:${{ env.DATE_TAG }}
131131
132132
- name: Build and Push ContentProcessorWeb Docker image
133-
uses: docker/build-push-action@v6
133+
uses: docker/build-push-action@v7
134134
with:
135135
context: ./src/ContentProcessorWeb
136136
file: ./src/ContentProcessorWeb/Dockerfile

.github/workflows/create-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Checkout
17-
uses: actions/checkout@v5
17+
uses: actions/checkout@v6
1818
with:
1919
ref: ${{ github.event.workflow_run.head_sha }}
2020

21-
- uses: codfish/semantic-release-action@v4
21+
- uses: codfish/semantic-release-action@v5
2222
id: semantic
2323
with:
2424
tag-format: 'v${version}'

.github/workflows/deploy.yml

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

3434
steps:
3535
- name: Checkout Code
36-
uses: actions/checkout@v5
36+
uses: actions/checkout@v6
3737

3838
- name: Login to Azure
3939
uses: azure/login@v2

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,8 +182,8 @@ jobs:
182182
echo "✅ All input parameters validated successfully!"
183183
184184
- name: Checkout Code
185-
uses: actions/checkout@v4
186-
185+
uses: actions/checkout@v6
186+
187187
- name: Configure Parameters Based on WAF Setting
188188
shell: bash
189189
env:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ jobs:
182182
echo "✅ All input parameters validated successfully!"
183183
184184
- name: Checkout Code
185-
uses: actions/checkout@v4
185+
uses: actions/checkout@v6
186186

187187
- name: Configure Parameters Based on WAF Setting
188188
shell: bash

.github/workflows/job-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ jobs:
314314
echo "Final EXP status: $EXP_ENABLED"
315315
316316
- name: Checkout Code
317-
uses: actions/checkout@v4
317+
uses: actions/checkout@v6
318318

319319
- name: Login to Azure
320320
uses: azure/login@v2

.github/workflows/job-docker-build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
IMAGE_TAG: ${{ steps.generate_docker_tag.outputs.IMAGE_TAG }}
3030
steps:
3131
- name: Checkout Code
32-
uses: actions/checkout@v4
32+
uses: actions/checkout@v6
3333

3434
- name: Generate Unique Docker Image Tag
3535
id: generate_docker_tag
@@ -46,7 +46,7 @@ jobs:
4646
echo "Generated unique Docker tag: $UNIQUE_TAG"
4747
4848
- name: Set up Docker Buildx
49-
uses: docker/setup-buildx-action@v3
49+
uses: docker/setup-buildx-action@v4
5050

5151
- name: Log in to Azure
5252
uses: azure/login@v2
@@ -59,7 +59,7 @@ jobs:
5959
run: az acr login --name ${{ secrets.ACR_TEST_LOGIN_SERVER }}
6060

6161
- name: Build and Push ContentProcessor Docker image
62-
uses: docker/build-push-action@v6
62+
uses: docker/build-push-action@v7
6363
env:
6464
DOCKER_BUILD_SUMMARY: false
6565
with:
@@ -71,7 +71,7 @@ jobs:
7171
${{ secrets.ACR_TEST_LOGIN_SERVER }}/contentprocessor:${{ steps.generate_docker_tag.outputs.IMAGE_TAG }}_${{ github.run_number }}
7272
7373
- name: Build and Push ContentProcessorAPI Docker image
74-
uses: docker/build-push-action@v6
74+
uses: docker/build-push-action@v7
7575
env:
7676
DOCKER_BUILD_SUMMARY: false
7777
with:
@@ -83,7 +83,7 @@ jobs:
8383
${{ secrets.ACR_TEST_LOGIN_SERVER }}/contentprocessorapi:${{ steps.generate_docker_tag.outputs.IMAGE_TAG }}_${{ github.run_number }}
8484
8585
- name: Build and Push ContentProcessorWeb Docker image
86-
uses: docker/build-push-action@v6
86+
uses: docker/build-push-action@v7
8787
env:
8888
DOCKER_BUILD_SUMMARY: false
8989
with:

.github/workflows/pylint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
steps:
2222
# Step 1: Checkout code
2323
- name: Checkout code
24-
uses: actions/checkout@v5
24+
uses: actions/checkout@v6
2525

2626
# Step 2: Set up Python environment
2727
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)