chore: set B4F_DASHBOARD_SECURITY_CONNECTOR to v2 for uat and prod #24
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Code Review dashboard-backend | |
on: | |
workflow_dispatch: | |
pull_request: | |
branches: | |
- main | |
- releases/** | |
types: | |
- opened | |
- edited | |
- synchronize | |
- reopened | |
- ready_for_review | |
jobs: | |
code_review: | |
uses: pagopa/selfcare-commons/.github/workflows/call_code_review_spring.yml@main | |
name: 'Code Review' | |
secrets: inherit | |
if: github.base_ref == 'main' && github.event_name == 'pull_request' | |
with: | |
pr_number: ${{ github.event.pull_request.number }} | |
source_branch: ${{ github.head_ref }} | |
target_branch: ${{ github.base_ref }} | |
sonar_key: 'pagopa_selfcare-dashboard-backend' | |
docker_build: | |
uses: pagopa/selfcare-commons/.github/workflows/call_code_review_docker.yml@main | |
name: 'Docker' |