File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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}'
Original file line number Diff line number Diff line change 1717 uses : actions/checkout@v6
1818 # Step 2: Validate the Azure template using microsoft/template-validation-action
1919 - name : Validate Azure Template
20- uses : microsoft/template-validation-action@v0.4.3
20+ uses : microsoft/template-validation-action@v0.4.4
2121 with :
2222 validateAzd : true
2323 useDevContainer : false
Original file line number Diff line number Diff line change 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@e0021407031f5be11a464abee9a0776171c79891 # v46
27+ uses : tj-actions/changed-files@7dee1b0c1557f278e5c7dc244927139d78c0e22a # v46
2828 with :
2929 files : |
3030 **/*.md
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.7 .0
37+ uses : lycheeverse/lychee-action@v2.8 .0
3838 with :
3939 args : >
4040 --verbose --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.7 .0
50+ uses : lycheeverse/lychee-action@v2.8 .0
5151 with :
5252 args : >
5353 --verbose --no-progress --exclude ^https?://
Original file line number Diff line number Diff line change 5151 WEBAPP_URL : ${{ steps.get_output_linux.outputs.WEBAPP_URL }}
5252 steps :
5353 - name : Checkout Code
54- uses : actions/checkout@v4
54+ uses : actions/checkout@v6
5555
5656 - name : Validate Workflow Input Parameters
5757 shell : bash
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@v6
78+ uses : actions/upload-artifact@v7
7979 with :
8080 name : merged-branches-report
8181 path : merged_branches_report.csv
Original file line number Diff line number Diff line change @@ -136,7 +136,7 @@ jobs:
136136
137137 - name : Upload test report
138138 id : upload_report
139- uses : actions/upload-artifact@v6
139+ uses : actions/upload-artifact@v7
140140 if : ${{ !cancelled() }}
141141 with :
142142 name : test-report
Original file line number Diff line number Diff line change 8282
8383 - name : Upload test report
8484 id : upload_report
85- uses : actions/upload-artifact@v6
85+ uses : actions/upload-artifact@v7
8686 if : ${{ !cancelled() }}
8787 with :
8888 name : test-report
You can’t perform that action at this time.
0 commit comments