Skip to content

Commit

Permalink
Fix sonarcube
Browse files Browse the repository at this point in the history
  • Loading branch information
N7Remus authored Nov 7, 2024
1 parent 45330b1 commit ab87653
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
15 changes: 7 additions & 8 deletions .github/workflows/sonarqube.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
name: SonarQube CI
on: push
jobs:
sonarQubeTrigger:
name: SonarQube Trigger
sonarqube:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: SonarQube Scan
uses: kitabisa/sonarqube-action@v1.2.1
with:
host: ${{ secrets.SONARQUBE_HOST }}
login: ${{ secrets.SONARQUBE_TOKEN }}
- name: SonarQube Scaner
uses: sonarsource/sonarqube-scan-action@v3.0.0
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
SONAR_HOST_URL: ${{ vars.SONAR_HOST_URL }}
1 change: 1 addition & 0 deletions sonar-project.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
sonar.projectKey=edumeet-media-node

0 comments on commit ab87653

Please sign in to comment.