Skip to content

chore(release): 2.52.15 #681

chore(release): 2.52.15

chore(release): 2.52.15 #681

Workflow file for this run

on:
push:
branches:
- main
pull_request_target:
branches:
- main
types: [opened, synchronize, reopened]
name: SonarQube analysis
jobs:
Analysis:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Analyze with SonarQube
uses: SonarSource/sonarqube-scan-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}