Skip to content

Commit 9aea466

Browse files
authored
Merge branch 'main' into dependabot/dotnet_sdk/main/dotnet-sdk-10.0.100
2 parents a08200b + 58036c9 commit 9aea466

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

.github/workflows/codeql-analysis.yml

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

3939
steps:
4040
- name: Checkout repository
41-
uses: actions/checkout@v5.0.0
41+
uses: actions/checkout@v6.0.0
4242

4343
# Initializes the CodeQL tools for scanning.
4444
- name: Initialize CodeQL

.github/workflows/markdown-link-check.yml

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

2222
steps:
2323
- name: "Checkout"
24-
uses: actions/checkout@v5.0.0
24+
uses: actions/checkout@v6.0.0
2525

2626
- name: 'Readme analysis'
2727
uses: gaurav-nelson/github-action-markdown-link-check@v1

.github/workflows/publish.yml

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

2222
steps:
2323
- name: "Checkout"
24-
uses: actions/checkout@v5.0.0
24+
uses: actions/checkout@v6.0.0
2525
with:
2626
fetch-depth: 0
2727
persist-credentials: false

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@ jobs:
1919

2020
steps:
2121
- name: "Checkout"
22-
uses: actions/checkout@v5.0.0
22+
uses: actions/checkout@v6.0.0
2323
with:
2424
fetch-depth: 0
2525
persist-credentials: false
2626

2727
- name: "Semantic Release"
2828
id: 'semantic-release'
29-
uses: cycjimmy/semantic-release-action@ba330626c4750c19d8299de843f05c7aa5574f62
29+
uses: cycjimmy/semantic-release-action@b12c8f6015dc215fe37bc154d4ad456dd3833c90
3030
with:
3131
semantic_version: 24.2.7
3232
extra_plugins: |

.github/workflows/sonarcloud-and-mutations.yml

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

4646
steps:
4747
- name: "Checkout"
48-
uses: actions/checkout@v5.0.0
48+
uses: actions/checkout@v6.0.0
4949
with:
5050
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
5151

.github/workflows/tests.yml

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

3535
steps:
3636
- name: "Checkout"
37-
uses: actions/checkout@v5.0.0
37+
uses: actions/checkout@v6.0.0
3838

3939
- name: "Setup .NET"
4040
uses: actions/[email protected]

.github/workflows/vulnerability-check.yml

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

2323
steps:
2424
- name: "Checkout"
25-
uses: actions/checkout@v5.0.0
25+
uses: actions/checkout@v6.0.0
2626

2727
- name: "Setup .NET"
2828
uses: actions/[email protected]

0 commit comments

Comments
 (0)