We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 598ddfe + 64001c8 commit 0d51bedCopy full SHA for 0d51bed
1 file changed
.github/workflows/codeql.yml
@@ -52,7 +52,7 @@ jobs:
52
# Installing DotNet version
53
- uses: actions/checkout@v4
54
- name: Setup dotnet ${{ matrix.dotnet-version }}
55
- uses: actions/setup-dotnet@v3
+ uses: actions/setup-dotnet@v4
56
with:
57
dotnet-version: ${{ matrix.dotnet-version }}
58
# You can test your matrix by printing the current dotnet version
0 commit comments