Skip to content

Commit

Permalink
disable sonarcube
Browse files Browse the repository at this point in the history
  • Loading branch information
ShuCh3n committed Nov 15, 2023
1 parent f3eba02 commit 866af9a
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions .github/workflows/sonarqube.yml
Original file line number Diff line number Diff line change
@@ -1,23 +0,0 @@
name: SonarQube PR Analysis

on:
push:
branches:
- master
- develop
- 'bugfix/**'
pull_request:
types: [opened, synchronize, reopened]

jobs:
sonarqube:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: SonarQube Scan
uses: sonarsource/sonarqube-scan-action@master
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}

0 comments on commit 866af9a

Please sign in to comment.