Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
a0e41ac
[main] Bump the azure-sdk-dependencies group with 1 update (#8545)
dependabot[bot] Aug 22, 2025
c14bc4f
[main] Bump the identity-dependencies group with 1 update (#8565)
dependabot[bot] Aug 28, 2025
718d214
Update dependencies from https://github.com/dotnet/arcade build 20250…
dotnet-maestro[bot] Aug 29, 2025
334f00a
Update Learning Paths (#8573)
github-actions[bot] Sep 2, 2025
3f3601d
Use dotnet-monitor asset instead of merge manfest for versioning (#85…
github-actions[bot] Sep 4, 2025
2f1dd6d
Use tokens for release (#8576)
wiktork Sep 4, 2025
346bace
Add 10.0.0-rc.1 release notes (#8584)
github-actions[bot] Sep 9, 2025
ed4e0c5
Update dependencies from https://github.com/dotnet/arcade build 20250…
dotnet-maestro[bot] Sep 11, 2025
d7ace8c
Register new release information (#8590)
github-actions[bot] Sep 17, 2025
fd9c0ea
[main] Bump the runtime-dependencies group with 5 updates (#8589)
dependabot[bot] Sep 18, 2025
adf9502
[main] Bump the azure-sdk-dependencies group with 2 updates (#8591)
dependabot[bot] Sep 18, 2025
4b89870
[main] Bump the identity-dependencies group with 1 update (#8596)
dependabot[bot] Sep 18, 2025
a9275b0
[main] Bump the runtime-dependencies group with 1 update (#8585)
dependabot[bot] Sep 18, 2025
1633c7d
Bump actions/github-script from 7.0.1 to 8.0.0 (#8574)
dependabot[bot] Sep 22, 2025
e7baec2
[main] Update dependencies from dotnet/arcade (#8602)
dotnet-maestro[bot] Sep 23, 2025
568f308
Update dependencies from https://github.com/dotnet/arcade build 20250…
dotnet-maestro[bot] Sep 23, 2025
85c7cb1
Update dependencies from https://github.com/dotnet/arcade build 20250…
dotnet-maestro[bot] Sep 25, 2025
355f6f9
Merge remote-tracking branch 'origin/main' into release/10.0
github-actions[bot] Sep 29, 2025
5c1d662
Restore branch-specific files
github-actions[bot] Sep 29, 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/backport.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

steps:
- name: Extract backport target branch
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd
id: target-branch-extractor
with:
result-encoding: string
Expand All @@ -30,7 +30,7 @@ jobs:

return target_branch[1];
- name: Post backport started comment to pull request
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd
with:
script: |
const backport_start_body = `Started backporting to ${{ steps.target-branch-extractor.outputs.result }}: https://github.com/${context.repo.owner}/${context.repo.repo}/actions/runs/${process.env.GITHUB_RUN_ID}`;
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/post-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
# and we want to update that PR.
#
- name: Ensure target ref exists
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd
with:
retries: 3
script: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/submit-to-do-issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
issues: write

steps:
- uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea
- uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd
id: check-user
with:
script: |
Expand Down