We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2134885 + 0169b77 commit 6799594Copy full SHA for 6799594
.github/workflows/codeql-analysis.yml
@@ -39,7 +39,7 @@ jobs:
39
# queries: ./path/to/local/query, your-org/your-repo/queries@main
40
41
- name: Setup .NET
42
- uses: actions/setup-dotnet@v4.3.1
+ uses: actions/setup-dotnet@v5.0.0
43
with:
44
dotnet-version: 9.0.x
45
.github/workflows/dotnet.yml
@@ -33,7 +33,7 @@ jobs:
33
34
- uses: actions/checkout@v5
35
36
37
38
- name: Test
0 commit comments