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 d43a925 commit 74888dfCopy full SHA for 74888df
.github/workflows/ci.yml
@@ -48,7 +48,7 @@ jobs:
48
dotnet-version: "6.0.100"
49
- name: Run dotnet --info
50
run: dotnet --info
51
- - uses: actions/checkout@v4.1.7
+ - uses: actions/checkout@v4.2.1
52
with:
53
fetch-depth: 0
54
- name: Build
.github/workflows/codeql-analysis.yml
@@ -16,7 +16,7 @@ jobs:
16
analyse:
17
runs-on: windows-latest
18
steps:
19
20
21
fetch-depth: 2
22
- uses: github/codeql-action/init@v3
0 commit comments