Skip nullness check for Map-like return types of @BatchMapping methods #94
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: "CodeQL Advanced" | |
| on: | |
| push: | |
| pull_request: | |
| workflow_dispatch: | |
| schedule: | |
| - cron: '45 0 * * 1' | |
| permissions: read-all | |
| jobs: | |
| codeql-analysis-call: | |
| permissions: | |
| actions: read | |
| contents: read | |
| security-events: write | |
| uses: spring-io/github-actions/.github/workflows/codeql-analysis.yml@6e66995f7d29de1e4ff76e4f0def7a10163fe910 |