We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2192cd7 commit e6254a3Copy full SHA for e6254a3
2 files changed
.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@9a946fdbd5fb07b82b2f5a4466058b876ab72bb2 # v5.3.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