We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ebf9db commit 1372e99Copy full SHA for 1372e99
.github/workflows/sonarqube.yml
@@ -11,6 +11,8 @@ jobs:
11
runs-on: ubuntu-latest
12
steps:
13
- uses: actions/checkout@v2
14
+ with:
15
+ fetch-depth: 0
16
- name: Setup .NET
17
uses: actions/setup-dotnet@v1
18
with:
0 commit comments