We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1c87ed commit a332347Copy full SHA for a332347
.github/workflows/build.yml
@@ -48,7 +48,7 @@ jobs:
48
fetch-depth: 0
49
50
- name: Install dotnet
51
- uses: actions/setup-dotnet@2016bd2012dba4e32de620c46fe006a3ac9f0602 # v5
+ uses: actions/setup-dotnet@c2fa09f4bde5ebb9d1777cf28262a3eb3db3ced7 # v5
52
with:
53
dotnet-version: |
54
6.0.x
.github/workflows/codeql-analysis.yml
@@ -36,7 +36,7 @@ jobs:
36
37
38
39
40
41
# codecov needs 2.1
42
# unittests needs 3.1
0 commit comments