Skip to content

Commit

Permalink
chore(actions): remove sonarqube
Browse files Browse the repository at this point in the history
  • Loading branch information
Andre Vieira committed Mar 19, 2024
1 parent 502f056 commit c83f181
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 30 deletions.
31 changes: 31 additions & 0 deletions .github/deprecated/sonarqube.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
name: SonarQube



on:
push:
branches:
- master



jobs:
sonarqube:
name: SonarQube
runs-on:
- ubuntu-22.04

steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0

- name: SonarQube file
run: |
echo "sonar.projectKey=${{ github.event.repository.name }}" > sonar-project.properties
- name: SonarQube Scan
uses: sonarsource/[email protected]
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}
30 changes: 0 additions & 30 deletions .github/workflows/sonarqube.yaml

This file was deleted.

0 comments on commit c83f181

Please sign in to comment.