Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
a023bf2
Bump actions/upload-artifact from 4.6.2 to 5.0.0 (#8682)
dependabot[bot] Oct 27, 2025
4ccaaf4
Bump streetsidesoftware/cspell-action from 7.2.0 to 7.2.1 (#8681)
dependabot[bot] Oct 28, 2025
28b89e4
Use arcade backport workflow (#8683)
mmitche Oct 28, 2025
aaa60fe
[main] Bump the identity-dependencies group with 1 update (#8666)
dependabot[bot] Oct 28, 2025
de9b2ea
[main] Bump Newtonsoft.Json from 13.0.3 to 13.0.4 (#8670)
dependabot[bot] Oct 29, 2025
40ed5b3
Update Learning Paths (#8693)
github-actions[bot] Nov 4, 2025
e50239d
[main] Bump NJsonSchema from 11.0.0 to 11.5.1 (#8702)
dependabot[bot] Nov 4, 2025
2cde84a
generate release notes (#8714)
github-actions[bot] Nov 7, 2025
0c019a3
generate release notes (#8715)
github-actions[bot] Nov 7, 2025
0403345
Revert "Use dotnet-monitor asset instead of merge manfest for version…
wiktork Nov 10, 2025
7410728
Reapply "Use dotnet-monitor asset instead of merge manfest for versio…
wiktork Nov 11, 2025
0bdc2a9
generate release notes (#8728)
github-actions[bot] Nov 11, 2025
0f2ef0e
Register v9.0.5 release information (#8730)
github-actions[bot] Nov 11, 2025
633770b
Register v10.0.0 release information (#8731)
github-actions[bot] Nov 12, 2025
3b8c286
[main] Bump the runtime-dependencies group with 5 updates (#8725)
dependabot[bot] Nov 12, 2025
0e4a52e
[main] Update dependencies from dotnet/diagnostics (#8570)
dotnet-maestro[bot] Nov 13, 2025
96eb9de
[main] Update dependencies from dotnet/arcade (#8708)
dotnet-maestro[bot] Nov 13, 2025
1626a81
[main] Bump Microsoft.Diagnostics.DbgShim from 9.0.621003 to 9.0.6527…
dependabot[bot] Nov 13, 2025
17bd454
[main] Bump the runtime-dependencies group with 1 update (#8720)
dependabot[bot] Nov 13, 2025
9e126ba
[main] Bump the azure-sdk-dependencies group with 1 update (#8711)
dependabot[bot] Nov 13, 2025
7e4768b
Bump actions/checkout from 5.0.0 to 5.0.1 (#8737)
dependabot[bot] Nov 21, 2025
aee3599
[main] Bump Microsoft.NETCore.DotNetAppHost from 9.0.10 to 9.0.11 (#8…
dependabot[bot] Nov 21, 2025
839a252
Disable AzDO dependabot (#8734)
mmitche Nov 24, 2025
64bf646
Update dependencies from https://github.com/dotnet/arcade build 20251…
dotnet-maestro[bot] Dec 4, 2025
a709fb2
[main] Bump the azure-sdk-dependencies group with 1 update (#8738)
dependabot[bot] Dec 4, 2025
cfe3128
[main] Bump the identity-dependencies group with 1 update (#8748)
dependabot[bot] Dec 4, 2025
17e3320
Adding Docs for Ephemeral container use (#8716)
rosanch Dec 4, 2025
f3b7ae7
Update storage paths from dotnetbuilds.blob.core.windows.net to ci.do…
Copilot Dec 4, 2025
c5b21fb
Update docs (#8707)
wiktork Dec 4, 2025
a4b0116
[main] Update dependencies from dotnet/diagnostics (#8733)
dotnet-maestro[bot] Dec 4, 2025
3f71746
Update dependencies from https://github.com/dotnet/diagnostics build …
dotnet-maestro[bot] Dec 5, 2025
a2bc2c1
Remove references to eng/actions (#8761)
Copilot Dec 5, 2025
6b5e71e
Revert "[main] Bump Microsoft.Diagnostics.DbgShim from 9.0.621003 to …
wiktork Dec 5, 2025
22a5d2f
Bump streetsidesoftware/cspell-action from 7.2.1 to 8.0.0 (#8718)
dependabot[bot] Dec 5, 2025
e7e6c9a
Bump actions/checkout from 5.0.1 to 6.0.1 (#8754)
dependabot[bot] Dec 5, 2025
5fd15d0
Merge remote-tracking branch 'origin/main' into release/10.0
github-actions[bot] Dec 5, 2025
7237d4e
Restore branch-specific files
github-actions[bot] Dec 5, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/check-learning-path-links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

steps:
- name: Checkout head
uses: actions/checkout@v5.0.1
uses: actions/checkout@v6.0.1
with:
persist-credentials: true # need this for opening a PR
fetch-depth: 0
Expand All @@ -30,7 +30,7 @@ jobs:
echo "prev_sha=$prev_sha" >> $GITHUB_ENV

- name: Checkout previous update
uses: actions/checkout@v5.0.1
uses: actions/checkout@v6.0.1
with:
persist-credentials: false
ref: ${{ env.prev_sha }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/spellcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,23 +17,23 @@ jobs:
with:
persist-credentials: false

- uses: streetsidesoftware/cspell-action@76c6f6d52abd57f4bcab5f3fde1bbd4f19a99eb0
- uses: streetsidesoftware/cspell-action@3294df585d3d639e30f3bc019cb11940b9866e95
name: Documentation spellcheck
if: ${{ !cancelled() }}
with:
files: '**/*.md'
inline: error
incremental_files_only: true

- uses: streetsidesoftware/cspell-action@76c6f6d52abd57f4bcab5f3fde1bbd4f19a99eb0
- uses: streetsidesoftware/cspell-action@3294df585d3d639e30f3bc019cb11940b9866e95
name: Resx spellcheck
if: ${{ !cancelled() }}
with:
files: 'src/**/*.resx'
inline: error
incremental_files_only: true

- uses: streetsidesoftware/cspell-action@76c6f6d52abd57f4bcab5f3fde1bbd4f19a99eb0
- uses: streetsidesoftware/cspell-action@3294df585d3d639e30f3bc019cb11940b9866e95
name: Source code spellcheck
if: ${{ !cancelled() }}
with:
Expand Down