File tree Expand file tree Collapse file tree 7 files changed +9
-9
lines changed
Expand file tree Collapse file tree 7 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 2525
2626 steps :
2727 - name : Checkout Code
28- uses : actions/checkout@v4 # Checks out your repository
28+ uses : actions/checkout@v5 # Checks out your repository
2929
3030 - name : Install Azure CLI
3131 shell : bash
Original file line number Diff line number Diff line change 1616
1717 steps :
1818 - name : Checkout Repo
19- uses : actions/checkout@v4
19+ uses : actions/checkout@v5
2020 with :
2121 fetch-depth : 0
2222
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.4 .1
37+ uses : lycheeverse/lychee-action@v2.6 .1
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.4 .1
50+ uses : lycheeverse/lychee-action@v2.6 .1
5151 with :
5252 args : >
5353 --verbose --exclude-mail --no-progress --exclude ^https?://
Original file line number Diff line number Diff line change 3030
3131 steps :
3232 - name : Checkout repository
33- uses : actions/checkout@v4
33+ uses : actions/checkout@v5
3434
3535 - name : Initialize CodeQL
3636 uses : github/codeql-action/init@v3
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@v4
39+ uses : actions/checkout@v5
4040
4141 - name : Install GitHub CLI
4242 run : |
Original file line number Diff line number Diff line change 2424 runs-on : ubuntu-latest
2525 steps :
2626 - name : Checkout Repository
27- uses : actions/checkout@v4
27+ uses : actions/checkout@v5
2828 with :
2929 fetch-depth : 0 # Fetch full history for accurate branch checks
3030 - name : Fetch All Branches
Original file line number Diff line number Diff line change 2121 runs-on : ubuntu-latest
2222 steps :
2323 - name : Checkout repository
24- uses : actions/checkout@v4
24+ uses : actions/checkout@v5
2525
2626 - name : Set up Python
2727 uses : actions/setup-python@v5
You can’t perform that action at this time.
0 commit comments