Skip to content

Commit 5953bca

Browse files
Merge pull request #712 from microsoft/dependabotchanges
build: bump esbuilt, vite and qs package upgrade
2 parents 31e3263 + 3cf71da commit 5953bca

File tree

9 files changed

+293
-145
lines changed

9 files changed

+293
-145
lines changed

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

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

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

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

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

190190
- name: Configure Parameters Based on WAF Setting
191191
shell: bash

.github/workflows/job-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ jobs:
323323
324324
325325
- name: Checkout Code
326-
uses: actions/checkout@v4
326+
uses: actions/checkout@v6
327327

328328
- name: Login to Azure
329329
shell: bash

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
IMAGE_TAG: ${{ steps.generate_docker_tag.outputs.IMAGE_TAG }}
3232
steps:
3333
- name: Checkout Code
34-
uses: actions/checkout@v4
34+
uses: actions/checkout@v6
3535

3636
- name: Generate Unique Docker Image Tag
3737
id: generate_docker_tag

.github/workflows/job-send-notification.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
runs-on: ubuntu-latest
7777
continue-on-error: true
7878
env:
79-
accelerator_name: "DocGen"
79+
accelerator_name: "ContentGen"
8080
steps:
8181
- name: Validate Workflow Input Parameters
8282
shell: bash

.github/workflows/test-automation-v2.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
TEST_REPORT_URL: ${{ steps.upload_report.outputs.artifact-url }}
3737
steps:
3838
- name: Checkout repository
39-
uses: actions/checkout@v5
39+
uses: actions/checkout@v6
4040

4141
- name: Set up Python
4242
uses: actions/setup-python@v6
@@ -136,7 +136,7 @@ jobs:
136136

137137
- name: Upload test report
138138
id: upload_report
139-
uses: actions/upload-artifact@v4
139+
uses: actions/upload-artifact@v6
140140
if: ${{ !cancelled() }}
141141
with:
142142
name: test-report

content-gen/src/app/frontend-server/package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)