Skip to content

Analyze and upload reports to Octopus-Sonar by nqhoan-axonivy #3

Analyze and upload reports to Octopus-Sonar by nqhoan-axonivy

Analyze and upload reports to Octopus-Sonar by nqhoan-axonivy #3

Workflow file for this run

name: SonarQube Build
run-name: Analyze and upload reports to Octopus-Sonar by ${{github.actor}}
on:
push:
branches: [ "develop" ]
workflow_dispatch:
jobs:
Analysis:
runs-on: self-hosted
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: sonarsource/sonarqube-scan-action@master
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}
with:
args:
-Dsonar.projectKey=AxonIvy-Market-Service