Skip to content

Commit f63f24f

Browse files
committed
Upgrade CodeQl to use setup-dotnet to v3.
1 parent 6d9c83d commit f63f24f

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@v2
120+
uses: actions/setup-dotnet@v3
121121
with:
122122
dotnet-version: ${{ matrix.dotnet }}
123123

0 commit comments

Comments
 (0)