Skip to content

Update rel-scripts to use pre-prod artifacts for file-size calculations [DI-794] #58

Update rel-scripts to use pre-prod artifacts for file-size calculations [DI-794]

Update rel-scripts to use pre-prod artifacts for file-size calculations [DI-794] #58

Workflow file for this run

name: Sonar scan
on:
push:
branches:
- master
pull_request:
jobs:
sonarqube:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
- uses: SonarSource/sonarqube-scan-action@v8
with:
args: >
-Dsonar.organization=${{ vars.SONAR_ORGANIZATION }}
-Dsonar.projectKey=hazelcast_rel-scripts
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}