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 d05a6d0 commit 66b4a67Copy full SHA for 66b4a67
.github/workflows/ci-cd.yml
@@ -41,7 +41,7 @@ jobs:
41
42
- name: Checkout repository
43
id: checkout_repo
44
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
45
with:
46
token: ${{ secrets.GITHUB_TOKEN }}
47
fetch-depth: 0
.github/workflows/codeql-analysis.yml
@@ -38,7 +38,7 @@ jobs:
38
39
steps:
40
- name: Setup .NET
uses: actions/setup-dotnet@v2
0 commit comments