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 19d2c41 commit de81337Copy full SHA for de81337
.github/workflows/ci.yml
@@ -42,7 +42,7 @@ jobs:
42
dotnet-version: "5.0.201"
43
- name: Run dotnet --info
44
run: dotnet --info
45
- - uses: actions/checkout@v2.3.5
+ - uses: actions/checkout@v2.4.0
46
with:
47
fetch-depth: 0
48
- 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@v1
0 commit comments