[SELC-8117] Upgrade to Spring Boot 3.3.0 #126
This file contains hidden or 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 - user-group-ms | |
| on: | |
| workflow_dispatch: | |
| pull_request: | |
| branches: | |
| - main | |
| - releases/** | |
| types: | |
| - opened | |
| - edited | |
| - synchronize | |
| - reopened | |
| - ready_for_review | |
| paths: | |
| - 'apps/user-group-ms/**' | |
| - '.github/workflows/pr_user_group_ms.yml' | |
| - '.github/workflows/call_code_review.yml' | |
| jobs: | |
| code_review: | |
| uses: ./.github/workflows/call_code_review.yml | |
| name: User Group ms Code Review | |
| secrets: inherit | |
| with: | |
| pr_number: ${{ github.event.pull_request.number }} | |
| source_branch: ${{ github.head_ref }} | |
| target_branch: ${{ github.base_ref }} | |
| sonar_key: 'pagopa_selfcare-user' | |
| module: 'user-group-ms' |