Skip to content

Commit 6511ece

Browse files
committed
Upgrade CodeQl to use setup-dotnet to v4.
1 parent f63f24f commit 6511ece

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117
restore-keys: |
118118
${{ runner.os }}-nuget-
119119
- name: Setup dotnet
120-
uses: actions/setup-dotnet@v3
120+
uses: actions/setup-dotnet@v4
121121
with:
122122
dotnet-version: ${{ matrix.dotnet }}
123123

0 commit comments

Comments
 (0)