We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c03e9b commit d1f69c4Copy full SHA for d1f69c4
2 files changed
.github/workflows/build.yml
@@ -50,7 +50,7 @@ jobs:
50
run: git fetch --prune --unshallow
51
52
# codecov and unittests need 2.1, gitversion needs 5.0
53
- - uses: actions/setup-dotnet@87b7050bc53ea08284295505d98d2aa94301e852 # v4.2.0
+ - uses: actions/setup-dotnet@3951f0dfe7a07e2313ec93c75700083e2005cbab # v4.3.0
54
with:
55
dotnet-version: |
56
2.1
.github/workflows/codeql-analysis.yml
@@ -24,7 +24,7 @@ jobs:
24
25
fetch-depth: 0
26
27
28
29
30
0 commit comments