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.
2 parents 898caaf + 86c44fb commit 2f8d0d9Copy full SHA for 2f8d0d9
.github/workflows/codeql.yml
@@ -54,7 +54,7 @@ jobs:
54
55
steps:
56
- name: Checkout repository
57
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
58
with:
59
fetch-depth: 0
60
.github/workflows/devskim.yml
@@ -34,7 +34,7 @@ jobs:
34
35
36
- name: Checkout code
37
38
39
- name: Run DevSkim scanner
40
uses: microsoft/DevSkim-Action@v1
.github/workflows/dotnet.yml
@@ -25,7 +25,7 @@ jobs:
25
26
27
- name: Checkout
28
29
30
31
0 commit comments