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