Skip to content

Commit 35740b3

Browse files
Merge pull request #43390 from dotnet/main
Merge main into live
2 parents 38b4d3c + 74cc073 commit 35740b3

20 files changed

+170
-20
lines changed

.github/workflows/check-for-build-warnings.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
egress-policy: audit
2222

23-
- uses: dotnet/docs-tools/actions/status-checker@5e8bcc78465d45a7544bba56509a1a69922b6a5a # main
23+
- uses: dotnet/docs-tools/actions/status-checker@main
2424
with:
2525
repo_token: ${{ secrets.GITHUB_TOKEN }}
2626
docs_path: "docs"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
# Call clean repo
2727
- name: Clean repo
2828
id: clean-repo-step
29-
uses: dotnet/docs-tools/cleanrepo@b1ebc174a5bbd18e6904a12069a8fae2c5cc3b6f
29+
uses: dotnet/docs-tools/cleanrepo@main
3030
with:
3131
function: "FindOrphanedArticles"
3232
docfx_directory: "."

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
# Call clean repo
2727
- name: Clean repo
2828
id: clean-repo-step
29-
uses: dotnet/docs-tools/cleanrepo@b1ebc174a5bbd18e6904a12069a8fae2c5cc3b6f
29+
uses: dotnet/docs-tools/cleanrepo@main
3030
with:
3131
function: "FindOrphanedImages"
3232
docfx_directory: "."

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
# Call clean repo
2727
- name: Clean repo
2828
id: clean-repo-step
29-
uses: dotnet/docs-tools/cleanrepo@b1ebc174a5bbd18e6904a12069a8fae2c5cc3b6f
29+
uses: dotnet/docs-tools/cleanrepo@main
3030
with:
3131
function: "FindOrphanedIncludes"
3232
docfx_directory: "."

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
# Call clean repo
2727
- name: Clean repo
2828
id: clean-repo-step
29-
uses: dotnet/docs-tools/cleanrepo@b1ebc174a5bbd18e6904a12069a8fae2c5cc3b6f
29+
uses: dotnet/docs-tools/cleanrepo@main
3030
with:
3131
function: "FindOrphanedSnippets"
3232
docfx_directory: "."

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
# Call clean repo
2727
- name: Clean repo
2828
id: clean-repo-step
29-
uses: dotnet/docs-tools/cleanrepo@b1ebc174a5bbd18e6904a12069a8fae2c5cc3b6f
29+
uses: dotnet/docs-tools/cleanrepo@main
3030
with:
3131
function: "RemoveRedirectHops"
3232
docfx_directory: "."

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
# Call clean repo
2727
- name: Clean repo
2828
id: clean-repo-step
29-
uses: dotnet/docs-tools/cleanrepo@b1ebc174a5bbd18e6904a12069a8fae2c5cc3b6f
29+
uses: dotnet/docs-tools/cleanrepo@main
3030
with:
3131
function: "ReplaceWithRelativeLinks"
3232
docfx_directory: "."

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
# Call clean repo
2727
- name: Clean repo
2828
id: clean-repo-step
29-
uses: dotnet/docs-tools/cleanrepo@b1ebc174a5bbd18e6904a12069a8fae2c5cc3b6f
29+
uses: dotnet/docs-tools/cleanrepo@main
3030
with:
3131
function: "ReplaceRedirectTargets"
3232
docfx_directory: "."

.github/workflows/dependabot-bot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
# Run the .NET dependabot-bot tool
4545
- name: dependabot-bot
4646
id: dependabot-bot
47-
uses: dotnet/docs-tools/actions/dependabot-bot@5e8bcc78465d45a7544bba56509a1a69922b6a5a # main
47+
uses: dotnet/docs-tools/actions/dependabot-bot@main
4848
env:
4949
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5050
with:

.github/workflows/quest-bulk.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,15 @@ jobs:
3737
3838
- name: Azure OpenID Connect
3939
id: azure-oidc-auth
40-
uses: dotnet/docs-tools/.github/actions/oidc-auth-flow@5e8bcc78465d45a7544bba56509a1a69922b6a5a # main
40+
uses: dotnet/docs-tools/.github/actions/oidc-auth-flow@main
4141
with:
4242
client-id: ${{ secrets.CLIENT_ID }}
4343
tenant-id: ${{ secrets.TENANT_ID }}
4444
audience: ${{ secrets.OSMP_API_AUDIENCE }}
4545

4646
- name: bulk-sequester
4747
id: bulk-sequester
48-
uses: dotnet/docs-tools/actions/sequester@5e8bcc78465d45a7544bba56509a1a69922b6a5a # main
48+
uses: dotnet/docs-tools/actions/sequester@main
4949
env:
5050
ImportOptions__ApiKeys__GitHubToken: ${{ secrets.GITHUB_TOKEN }}
5151
ImportOptions__ApiKeys__QuestKey: ${{ secrets.QUEST_KEY }}

0 commit comments

Comments
 (0)