fix resync-state kafka listener bug (#931) #1
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: Sonarcloud scan framework | |
on: | |
push: | |
branches: | |
- main | |
paths: | |
- port_ocean/** | |
workflow_dispatch: | |
jobs: | |
sonarcloud: | |
name: Sonarcloud scan changed framework | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
with: | |
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis | |
- name: SonarCloud Scan framework | |
uses: SonarSource/sonarcloud-github-action@master | |
env: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any | |
SONAR_TOKEN: ${{ secrets.SONAR_FRAMEWORK_TOKEN }} | |
with: | |
projectBaseDir: port_ocean |