Compare commits

..

No commits in common. "master" and "product_refact" have entirely different histories.

2 changed files with 0 additions and 30 deletions

View File

@ -1,27 +0,0 @@
on:
# Trigger analysis when pushing to your main branches, and when creating a pull request.
push:
branches:
- main
- master
- develop
- 'releases/**'
pull_request:
types: [opened, synchronize, reopened]
name: Main Workflow
jobs:
sonarqube:
runs-on: ubuntu-latest
steps:
- uses: https://gitlink.org.cn/KingChan/checkout@v4
with:
# Disabling shallow clones is recommended for improving the relevancy of reporting
fetch-depth: 0
- name: SonarQube Scan
uses: https://gitlink.org.cn/KingChan/sonarqube-scan-action@master
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}

View File

@ -1,3 +0,0 @@
sonar.projectKey=innov-3297
sonar.sources=.
sonar.java.binaries=.