Skip to content

Fix group beneficiary status update [OP-2992] & Allow programs to be undeleted [OP-2993] #374

Fix group beneficiary status update [OP-2992] & Allow programs to be undeleted [OP-2993]

Fix group beneficiary status update [OP-2992] & Allow programs to be undeleted [OP-2993] #374

Workflow file for this run

name: Sonar CI pipeline
on:
push:
branches:
- main
- 'release/**'
- develop
- 'feature/**'
pull_request:
types: [opened, synchronize, reopened]
jobs:
sonarcloud:
name: SonarCloud
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: SonarCloud Scan
uses: SonarSource/sonarcloud-github-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}