File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,15 +24,15 @@ 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@ed68ef82c095e0d48ec87eccea555d944a631a4c # v46
27+ uses : tj-actions/changed-files@7dee1b0c1557f278e5c7dc244927139d78c0e22a # v47.0.4
2828 with :
2929 files : |
3030 **/*.md
3131 # For PR: Check broken links only in changed files
3232 - name : Check Broken Links in Changed Markdown Files
3333 id : lychee-check-pr
3434 if : github.event_name == 'pull_request' && steps.changed-markdown-files.outputs.any_changed == 'true'
35- uses : lycheeverse/lychee-action@v2.7 .0
35+ uses : lycheeverse/lychee-action@v2.8 .0
3636 with :
3737 args : >
3838 --verbose --no-progress --exclude ^https?://
4545 - name : Check Broken Links in All Markdown Files in Entire Repo (Manual Trigger)
4646 id : lychee-check-manual
4747 if : github.event_name == 'workflow_dispatch'
48- uses : lycheeverse/lychee-action@v2.7 .0
48+ uses : lycheeverse/lychee-action@v2.8 .0
4949 with :
5050 args : >
5151 --verbose --no-progress --exclude ^https?://
Original file line number Diff line number Diff line change 4646
4747 steps :
4848 - name : Checkout code
49- uses : actions/checkout@v5
49+ uses : actions/checkout@v6
5050
5151 - name : Install azd
5252 uses : Azure/setup-azd@v2
Original file line number Diff line number Diff line change 1818 github.event.workflow_run.conclusion != 'cancelled'
1919 steps :
2020 - name : Download artifact
21- uses : actions/download-artifact@v7
21+ uses : actions/download-artifact@v8
2222 with :
2323 name : coverage
2424 github-token : ${{ secrets.GITHUB_TOKEN }}
3939 return response.data[0]?.number ?? "";
4040 retries : 3
4141 - name : Comment coverage
42- uses : MishaKav/pytest-coverage-comment@ae0e8a539a3f310aefb3bfb6a2209778a21fa42b
42+ uses : MishaKav/pytest-coverage-comment@25a4660954f81456fdfca755d569ed6e18f9423c
4343 with :
4444 pytest-xml-coverage-path : coverage.xml
4545 junitxml-path : coverage-junit.xml
Original file line number Diff line number Diff line change 2121 with :
2222 ref : ${{ github.event.workflow_run.head_sha }}
2323
24- - uses : codfish/semantic-release-action@v4
24+ - uses : codfish/semantic-release-action@v5
2525 id : semantic
2626 with :
2727 tag-format : ' v${version}'
Original file line number Diff line number Diff line change 5757 GROUP_CONFIG_YARN : ${{ github.event.inputs.group_config_yarn || 'frontend' }}
5858 steps :
5959 - name : Checkout default branch
60- uses : actions/checkout@v4
60+ uses : actions/checkout@v6
6161
6262 - name : Set up Git
6363 run : |
Original file line number Diff line number Diff line change 5353 runs-on : ubuntu-latest
5454 steps :
5555 - name : Checkout Code
56- uses : actions/checkout@v4
56+ uses : actions/checkout@v6
5757
5858 - name : Validate Workflow Input Parameters
5959 shell : bash
@@ -150,7 +150,7 @@ jobs:
150150 echo "✅ All input parameters validated successfully!"
151151
152152 - name : Setup Python
153- uses : actions/setup-python@v5
153+ uses : actions/setup-python@v6
154154 with :
155155 python-version : ' 3.11'
156156
Original file line number Diff line number Diff line change 3737 runs-on : ubuntu-latest
3838 steps :
3939 - name : Checkout Code
40- uses : actions/checkout@v4
40+ uses : actions/checkout@v6
4141
4242 - name : Validate Workflow Input Parameters
4343 shell : bash
9393 echo "✅ All input parameters validated successfully!"
9494
9595 - name : Setup Python
96- uses : actions/setup-python@v5
96+ uses : actions/setup-python@v6
9797 with :
9898 python-version : ' 3.11'
9999
Original file line number Diff line number Diff line change 7878 AZURE_SEARCH_INDEX : ${{ steps.get_output_linux.outputs.AZURE_SEARCH_INDEX }}
7979 steps :
8080 - name : Checkout Code
81- uses : actions/checkout@v4
81+ uses : actions/checkout@v6
8282
8383 - name : Validate Workflow Input Parameters
8484 shell : bash
@@ -236,7 +236,7 @@ jobs:
236236 uses : Azure/setup-azd@v2
237237
238238 - name : Setup Python
239- uses : actions/setup-python@v5
239+ uses : actions/setup-python@v6
240240 with :
241241 python-version : ' 3.11'
242242
Original file line number Diff line number Diff line change 7878 AZURE_SEARCH_INDEX : ${{ steps.get_output_windows.outputs.AZURE_SEARCH_INDEX }}
7979 steps :
8080 - name : Checkout Code
81- uses : actions/checkout@v4
81+ uses : actions/checkout@v6
8282
8383 - name : Validate Workflow Input Parameters
8484 shell : bash
@@ -236,7 +236,7 @@ jobs:
236236 uses : Azure/setup-azd@v2
237237
238238 - name : Setup Python
239- uses : actions/setup-python@v5
239+ uses : actions/setup-python@v6
240240 with :
241241 python-version : ' 3.11'
242242
Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ jobs:
125125
126126 steps :
127127 - name : Checkout Code
128- uses : actions/checkout@v4
128+ uses : actions/checkout@v6
129129
130130 - name : Validate Workflow Input Parameters
131131 shell : bash
You can’t perform that action at this time.
0 commit comments