Update sonarqube workspace to commit cfa27c4 for backstage `1.49.…
#980
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: Publish RHDH Release Dynamic Plugin Images | |
| on: | |
| push: | |
| branches: | |
| - 'release-**' | |
| - 'main' | |
| jobs: | |
| export: | |
| uses: redhat-developer/rhdh-plugin-export-overlays/.github/workflows/publish-release-branch-workspace-plugins.yaml@main | |
| permissions: | |
| contents: write | |
| attestations: write | |
| packages: write | |
| id-token: write |