We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d285976 commit 5fff68bCopy full SHA for 5fff68b
3 files changed
.github/workflows/build.yml
@@ -29,7 +29,7 @@ jobs:
29
uses: actions/setup-dotnet@v4.0.0
30
with:
31
dotnet-version: |
32
- 8.0.203
+ 8.0.204
33
7.0.403
34
- name: Restore dependencies
35
run: dotnet restore --no-cache -f -v minimal
.github/workflows/codeql.yml
@@ -34,7 +34,7 @@ jobs:
36
37
38
7.0.404
39
- name: Autobuild
40
uses: github/codeql-action/autobuild@v3
.github/workflows/documentation.yml
@@ -19,7 +19,7 @@ jobs:
19
20
21
22
23
24
- name: Git fetch unshallow
25
run: git fetch --unshallow
0 commit comments