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 b598cb5 commit fb9544fCopy full SHA for fb9544f
.github/workflows/build.yml
@@ -14,7 +14,7 @@ jobs:
14
uses: actions/setup-java@v1
15
with:
16
java-version: 1.11
17
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
18
19
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
20
- name: Cache SonarCloud packages
.github/workflows/tests.yml
@@ -10,7 +10,7 @@ jobs:
10
test:
11
runs-on: ubuntu-latest
12
steps:
13
- name: Setup dotnet
uses: actions/setup-dotnet@v1
0 commit comments