mirror of
https://github.com/bitwarden/server.git
synced 2025-04-06 05:28:15 -05:00
Provide full depth for Sonar scans (#3860)
This commit is contained in:
parent
f96bcae974
commit
acb453b75b
2
.github/workflows/scan.yml
vendored
2
.github/workflows/scan.yml
vendored
@ -46,6 +46,8 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Check out repo
|
- name: Check out repo
|
||||||
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
|
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
|
||||||
|
with:
|
||||||
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: Scan with SonarCloud
|
- name: Scan with SonarCloud
|
||||||
uses: sonarsource/sonarcloud-github-action@49e6cd3b187936a73b8280d59ffd9da69df63ec9 # v2.1.1
|
uses: sonarsource/sonarcloud-github-action@49e6cd3b187936a73b8280d59ffd9da69df63ec9 # v2.1.1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user