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 a290b58 + 2bdf02c commit ad53489Copy full SHA for ad53489
.github/workflows/ci.yml
@@ -26,7 +26,7 @@ jobs:
26
27
steps:
28
- name: Checkout repository
29
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
30
31
- name: Setup .NET
32
uses: actions/setup-dotnet@v5
.github/workflows/codeql.yml
@@ -44,7 +44,7 @@ jobs:
44
45
46
47
48
49
# Initializes the CodeQL tools for scanning.
50
- name: Initialize CodeQL
0 commit comments