File tree Expand file tree Collapse file tree 6 files changed +9
-9
lines changed
Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1919
2020 # Step 2: Validate the Azure template using microsoft/template-validation-action
2121 - name : Validate Azure Template
22- uses :
microsoft/[email protected] .3 22+ uses :
microsoft/[email protected] .4 2323 id : validation
2424 env :
2525 AZURE_CLIENT_ID : ${{ secrets.AZURE_CLIENT_ID }}
Original file line number Diff line number Diff line change 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.7.0
3838 with :
3939 args : >
4040 --verbose --exclude-mail --no-progress --exclude ^https?://
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.7.0
5151 with :
5252 args : >
5353 --verbose --exclude-mail --no-progress --exclude ^https?://
Original file line number Diff line number Diff line change 2424 steps :
2525 - uses : actions/checkout@v5
2626 - name : Use Node.js ${{ matrix.node-version }}
27- uses : actions/setup-node@v5
27+ uses : actions/setup-node@v6
2828 with :
2929 node-version : ${{ matrix.node-version }}
3030 cache : ' npm'
Original file line number Diff line number Diff line change 7575 env :
7676 GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
7777 - name : Upload CSV Report of Inactive Branches
78- uses : actions/upload-artifact@v4
78+ uses : actions/upload-artifact@v5
7979 with :
8080 name : merged-branches-report
8181 path : merged_branches_report.csv
Original file line number Diff line number Diff line change 7979
8080 - name : Upload test report
8181 id : upload_report
82- uses : actions/upload-artifact@v4
82+ uses : actions/upload-artifact@v5
8383 if : ${{ !cancelled() }}
8484 with :
8585 name : test-report
Original file line number Diff line number Diff line change 4949 echo "No tests found, skipping coverage check."
5050 fi
5151
52- - uses : actions/upload-artifact@v4
52+ - uses : actions/upload-artifact@v5
5353 with :
5454 name : backend-coverage
5555 path : |
6666
6767 # Set up Node.js environment for Frontend
6868 - name : Set up Node.js
69- uses : actions/setup-node@v5
69+ uses : actions/setup-node@v6
7070 with :
7171 node-version : ' 20' # Set the Node.js version
7272
@@ -103,7 +103,7 @@ jobs:
103103 echo "No tests found, skipping coverage check."
104104 fi
105105
106- - uses : actions/upload-artifact@v4
106+ - uses : actions/upload-artifact@v5
107107 with :
108108 name : frontend-coverage
109109 path : |
You can’t perform that action at this time.
0 commit comments