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 699e1a9 + 6206b0f commit c89bba0Copy full SHA for c89bba0
.github/workflows/ci-cd.yml
@@ -17,7 +17,7 @@ jobs:
17
GITHUB_RUN_NUMBER: ${{ github.run_number }}
18
steps:
19
- name: Setup .NET
20
- uses: actions/setup-dotnet@v4
+ uses: actions/setup-dotnet@v5
21
with:
22
dotnet-version: 8.0.x
23
.github/workflows/codeql-analysis.yml
@@ -42,7 +42,7 @@ jobs:
42
uses: actions/checkout@v4
43
44
45
46
47
48
.github/workflows/sonarcloud.yml
@@ -40,7 +40,7 @@ jobs:
40
distribution: 'adopt'
41
java-version: 17
- uses: actions/checkout@v4
0 commit comments