File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,11 +15,11 @@ jobs:
1515 steps :
1616 # Step 1: Checkout the code from your repository
1717 - name : Checkout code
18- uses : actions/checkout@v4
18+ uses : actions/checkout@v6
1919
2020 # Step 2: Validate the Azure template using microsoft/template-validation-action
2121 - name : Validate Azure Template
22- uses : microsoft/template-validation-action@v0.4.3
22+ uses : microsoft/template-validation-action@v0.4.4
2323 id : validation
2424 with :
2525 workingDirectory : ./content-gen
Original file line number Diff line number Diff line change 2525 - name : Get changed markdown files (PR only)
2626 id : changed-markdown-files
2727 if : github.event_name == 'pull_request'
28- uses : tj-actions/changed-files@e0021407031f5be11a464abee9a0776171c79891 # v46
28+ uses : tj-actions/changed-files@7dee1b0c1557f278e5c7dc244927139d78c0e22a # v46
2929 with :
3030 files : |
3131 **/*.md
3535 - name : Check Broken Links in Changed Markdown Files
3636 id : lychee-check-pr
3737 if : github.event_name == 'pull_request' && steps.changed-markdown-files.outputs.any_changed == 'true'
38- uses : lycheeverse/lychee-action@v2.7 .0
38+ uses : lycheeverse/lychee-action@v2.8 .0
3939 with :
4040 args : >
4141 --verbose --no-progress --exclude ^https?://
4848 - name : Check Broken Links in All Markdown Files in Entire Repo (Manual Trigger)
4949 id : lychee-check-manual
5050 if : github.event_name == 'workflow_dispatch'
51- uses : lycheeverse/lychee-action@v2.7 .0
51+ uses : lycheeverse/lychee-action@v2.8 .0
5252 with :
5353 args : >
5454 --verbose --no-progress --exclude ^https?://
Original file line number Diff line number Diff line change @@ -15,11 +15,11 @@ jobs:
1515 runs-on : ubuntu-latest
1616 steps :
1717 - name : Checkout repository
18- uses : actions/checkout@v4
18+ uses : actions/checkout@v6
1919 with :
2020 ref : ${{ github.sha }}
2121
22- - uses : codfish/semantic-release-action@v3
22+ - uses : codfish/semantic-release-action@v5
2323 id : semantic
2424 with :
2525 tag-format : ' v${version}'
Original file line number Diff line number Diff line change 3737
3838 steps :
3939 - name : Checkout repository
40- uses : actions/checkout@v4
40+ uses : actions/checkout@v6
4141
4242 - name : Set up Docker Buildx
4343 uses : docker/setup-buildx-action@v3
Original file line number Diff line number Diff line change 5656 WEB_APPURL : ${{ steps.load_azd_outputs.outputs.WEB_APP_URL }}
5757 steps :
5858 - name : Checkout Code
59- uses : actions/checkout@v4
59+ uses : actions/checkout@v6
6060
6161 - name : Validate Workflow Input Parameters
6262 shell : bash
Original file line number Diff line number Diff line change 1717 runs-on : ubuntu-latest
1818 if : ${{ github.event_name != 'merge_group' }}
1919 steps :
20- - uses : amannn/action-semantic-pull-request@v5
20+ - uses : amannn/action-semantic-pull-request@v6
2121 env :
2222 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 3636 runs-on : ubuntu-latest
3737 steps :
3838 - name : Checkout repository
39- uses : actions/checkout@v5
39+ uses : actions/checkout@v6
4040
4141 - name : Install GitHub CLI
4242 run : |
Original file line number Diff line number Diff line change 6767 env :
6868 GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
6969 - name : Upload CSV Report of Inactive Branches
70- uses : actions/upload-artifact@v6
70+ uses : actions/upload-artifact@v7
7171 with :
7272 name : merged-branches-report
7373 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
You can’t perform that action at this time.
0 commit comments