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 38a8ca4 commit 843380fCopy full SHA for 843380f
2 files changed
.github/workflows/build.yml
@@ -24,7 +24,7 @@ jobs:
24
name: Build library
25
steps:
26
- name: Checkout repository
27
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
28
- name: Setup .NET
29
uses: actions/setup-dotnet@v4.3.1
30
with:
.github/workflows/codeql-analysis.yml
@@ -22,7 +22,7 @@ jobs:
22
language: [ 'csharp' ]
23
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
0 commit comments