Skip to content

BA-542 Update Changelog file #73

BA-542 Update Changelog file

BA-542 Update Changelog file #73

Workflow file for this run

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 }}