feat: Revert "feat: Implement createMetadataItem and updateMetadataIt…em with broadcast param - EXO-73685 - Meeds-io/MIPs#128" and make MetadataItem listeners Asynchronous - EXO-73685 - Meeds-io/MIPs#128 #8269
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: Sonar Analysis | |
on: | |
push: | |
branches: | |
- develop | |
pull_request: | |
jobs: | |
build: | |
name: Analyse Module with SonarCloud | |
uses: exoplatform/swf-scripts/.github/workflows/sonarcloud.yml@master | |
with: | |
jdk_major_version: 21 | |
secrets: | |
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} |