Skip to content

Commit 636d554

Browse files
Merge branch 'main' into dependabot/github_actions/github/codeql-action-4
2 parents 8964f13 + 69aa239 commit 636d554

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/build-and-test-SHIM.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
args: "--filter TestCategory!=WindowsOnly"
3131

3232
steps:
33-
- uses: actions/checkout@v4
33+
- uses: actions/checkout@v6
3434

3535
- name: Setup dotnet
3636
uses: actions/setup-dotnet@v5.0.1

.github/workflows/codeql-csharp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
# your codebase is analyzed, see https://docs.github.com/en/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/codeql-code-scanning-for-compiled-languages
6161
steps:
6262
- name: Checkout repository
63-
uses: actions/checkout@v4
63+
uses: actions/checkout@v6
6464

6565
- name: Setup dotnet
6666
uses: actions/setup-dotnet@v5.0.1

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
solution: [./ProjectsForSigning.sln]
2323

2424
steps:
25-
- uses: actions/checkout@v4
25+
- uses: actions/checkout@v6
2626
with:
2727
ref: ${{ matrix.branch }}
2828

.github/workflows/sanity.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
solution: [./SHIM/Microsoft.ApplicationInsights.Shim.sln]
2323

2424
steps:
25-
- uses: actions/checkout@v4
25+
- uses: actions/checkout@v6
2626

2727
- name: Setup dotnet
2828
uses: actions/setup-dotnet@v5.0.1

0 commit comments

Comments
 (0)