We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2192cd7 commit 2ce4340Copy full SHA for 2ce4340
.github/workflows/build.yml
@@ -52,7 +52,7 @@ jobs:
52
# codecov and unittests need 2.1, gitversion needs 5.0
53
# GitReleasemanager needs 7.0
54
# builds run on 9.0
55
- - uses: actions/setup-dotnet@2016bd2012dba4e32de620c46fe006a3ac9f0602 # v5.0.1
+ - uses: actions/setup-dotnet@c2fa09f4bde5ebb9d1777cf28262a3eb3db3ced7 # v5.2.0
56
with:
57
dotnet-version: |
58
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