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 2d314ea commit 4285b33Copy full SHA for 4285b33
.github/workflows/codeql-analysis.yml
@@ -39,7 +39,7 @@ jobs:
39
40
steps:
41
- name: Checkout repository
42
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
43
44
# Initializes the CodeQL tools for scanning.
45
- name: Initialize CodeQL
.github/workflows/dotnet.yml
@@ -12,7 +12,7 @@ jobs:
12
runs-on: ubuntu-latest
13
14
15
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
16
- name: Setup .NET
17
uses: actions/setup-dotnet@v1
18
with:
0 commit comments