Skip to content

Commit

Permalink
asd
Browse files Browse the repository at this point in the history
  • Loading branch information
dbmeneses committed Dec 12, 2023
1 parent cd52442 commit 283a118
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,18 @@ jobs:
sonarcloud:
runs-on: self-hosted
steps:
- name: Clean the workspace
uses: docker://alpine
with:
args: /bin/sh -c "rm -rf $GITHUB_WORKSPACE/.* || rm -rf $GITHUB_WORKSPACE/*"
- uses: actions/checkout@v3
with:
# Disabling shallow clone is recommended for improving relevancy of reporting
fetch-depth: 0
args: >
-Dsonar.organization=dbmeneses
- name: SonarCloud Scan
uses: sonarsource/sonarcloud-github-action@0462e144a5c7fd35caefd588ff450830d8289b72
uses: sonarsource/sonarcloud-github-action@v2.0.2
with:
args: >
-Dsonar.organization=dbmeneses
Expand Down

0 comments on commit 283a118

Please sign in to comment.