Skip to content

Commit 95ddd7e

Browse files
Merge pull request #45031 from dotnet/main
Merge main into live
2 parents a5da2e5 + 9063611 commit 95ddd7e

File tree

32 files changed

+40
-97
lines changed

32 files changed

+40
-97
lines changed

.github/workflows/cleanrepo-orphaned-articles.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535

3636
# Create the PR for the work done by the "clean repo" tool
3737
- name: create-pull-request
38-
uses: peter-evans/create-pull-request@67ccf781d68cd99b580ae25a5c18a1cc84ffff1f
38+
uses: peter-evans/create-pull-request@dd2324fc52d5d43c699a5636bcf19fceaa70c284
3939
with:
4040
branch: cleanrepo-orphaned-articles
4141
title: "Monthly chores: Delete orphaned articles"

.github/workflows/cleanrepo-orphaned-images.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535

3636
# Create the PR for the work done by the "clean repo" tool
3737
- name: create-pull-request
38-
uses: peter-evans/create-pull-request@67ccf781d68cd99b580ae25a5c18a1cc84ffff1f
38+
uses: peter-evans/create-pull-request@dd2324fc52d5d43c699a5636bcf19fceaa70c284
3939
with:
4040
branch: cleanrepo-orphaned-images
4141
title: "Monthly chores: Delete orphaned images"

.github/workflows/cleanrepo-orphaned-includes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535

3636
# Create the PR for the work done by the "clean repo" tool
3737
- name: create-pull-request
38-
uses: peter-evans/create-pull-request@67ccf781d68cd99b580ae25a5c18a1cc84ffff1f
38+
uses: peter-evans/create-pull-request@dd2324fc52d5d43c699a5636bcf19fceaa70c284
3939
with:
4040
branch: cleanrepo-orphaned-includes
4141
title: "Monthly chores: Delete orphaned include files"

.github/workflows/cleanrepo-orphaned-snippets.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535

3636
# Create the PR for the work done by the "clean repo" tool
3737
- name: create-pull-request
38-
uses: peter-evans/create-pull-request@67ccf781d68cd99b580ae25a5c18a1cc84ffff1f
38+
uses: peter-evans/create-pull-request@dd2324fc52d5d43c699a5636bcf19fceaa70c284
3939
with:
4040
branch: cleanrepo-orphaned-snippets
4141
title: "Monthly chores: Delete orphaned snippets"

.github/workflows/cleanrepo-redirect-hops.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535

3636
# Create the PR for the work done by the "clean repo" tool
3737
- name: create-pull-request
38-
uses: peter-evans/create-pull-request@67ccf781d68cd99b580ae25a5c18a1cc84ffff1f
38+
uses: peter-evans/create-pull-request@dd2324fc52d5d43c699a5636bcf19fceaa70c284
3939
with:
4040
branch: cleanrepo-remove-hops
4141
title: "Monthly chores: Remove redirect hops"

.github/workflows/cleanrepo-relative-links.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535

3636
# Create the PR for the work done by the "clean repo" tool
3737
- name: create-pull-request
38-
uses: peter-evans/create-pull-request@67ccf781d68cd99b580ae25a5c18a1cc84ffff1f
38+
uses: peter-evans/create-pull-request@dd2324fc52d5d43c699a5636bcf19fceaa70c284
3939
with:
4040
branch: cleanrepo-relative-links
4141
title: "Monthly chores: Use relative links"

.github/workflows/cleanrepo-replace-redirects.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535

3636
# Create the PR for the work done by the "clean repo" tool
3737
- name: create-pull-request
38-
uses: peter-evans/create-pull-request@67ccf781d68cd99b580ae25a5c18a1cc84ffff1f
38+
uses: peter-evans/create-pull-request@dd2324fc52d5d43c699a5636bcf19fceaa70c284
3939
with:
4040
branch: cleanrepo-replace-redirects
4141
title: "Monthly chores: Replace redirect targets"

.github/workflows/dependabot-bot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
dependabot-yml-path: ".github/dependabot.yml"
5353
- name: Create pull request
5454
if: github.event_name == 'workflow_dispatch' || github.repository_owner == 'dotnet'
55-
uses: peter-evans/create-pull-request@67ccf781d68cd99b580ae25a5c18a1cc84ffff1f
55+
uses: peter-evans/create-pull-request@dd2324fc52d5d43c699a5636bcf19fceaa70c284
5656
with:
5757
branch: create-dependabotconfig-pull-request/patch
5858
title: "Update dependabot.yml - automatically."

.github/workflows/scorecards.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
persist-credentials: false
4242

4343
- name: "Run analysis"
44-
uses: ossf/scorecard-action@62b2cac7ed8198b15735ed49ab1e5cf35480ba46 # v2.4.0
44+
uses: ossf/scorecard-action@f49aabe0b5af0936a0987cfb85d86b75731b0186 # v2.4.1
4545
with:
4646
results_file: results.sarif
4747
results_format: sarif

.github/workflows/snippets5000.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ on:
1414
default: 'Manual run'
1515

1616
env:
17-
DOTNET_VERSION: '9.0.*'
18-
DOTNET_QUALITY: 'ga'
17+
DOTNET_VERSION: '10.0.*'
18+
DOTNET_QUALITY: 'preview'
1919
DOTNET_DO_INSTALL: 'true' # To install a version of .NET not provided by the runner, set to true
2020
EnableNuGetPackageRestore: 'True'
2121

0 commit comments

Comments
 (0)