OpenMetadata/.github/workflows
IceS2 14f880636a
ci(airflow-apis-tests): migrate Sonar step to sonarqube-scan-action@v7 with retry + add workflow_dispatch (#28292)
* ci(airflow-apis-tests): retry Sonar PR scan on JRE-provisioning flake

Mirror the py-tests pattern: migrate from the deprecated
sonarsource/sonarcloud-github-action@master to
SonarSource/sonarqube-scan-action@v7, mark the PR scan
continue-on-error, and add a sleep+retry step so a transient
'Failed to query JRE metadata' from Sonar's JRE-provisioning
endpoint no longer fails the job on first attempt. Hoist the
shared sonar args into a workflow-level SONAR_OPTS env.

* ci(airflow-apis-tests): allow workflow_dispatch + run Sonar step on it

Add workflow_dispatch trigger so the Sonar retry path can be
exercised from the Actions UI without opening a PR, and extend
the Sonar PR step (plus its wait+retry siblings) to run on the
dispatch event.

* ci(airflow-apis-tests): scope Sonar steps to pull_request_target only

Drop workflow_dispatch from the Sonar PR/retry step conditions so
manual runs don't fire the scanner with empty -Dsonar.pullrequest.*
flags (would create a branch entry in SonarCloud, per gitar-bot
review). Dispatch trigger stays for re-running the build/test
surface; Sonar will only fire on a real PR where the pull-request
context exists.
2026-05-20 10:33:47 +02:00
..
airflow-apis-tests.yml ci(airflow-apis-tests): migrate Sonar step to sonarqube-scan-action@v7 with retry + add workflow_dispatch (#28292) 2026-05-20 10:33:47 +02:00
auto-cherry-pick-labeled-prs.yaml GEN-5164: Add cherry pick matrix (#27674) 2026-04-29 10:39:31 +05:30
claude.yml Add Claude Code GitHub Workflow (#22315) 2025-07-11 11:43:11 -07:00
codeql.yml Chore: Add codeql blank workflow (#23921) 2025-10-16 16:05:01 +05:30
docker-k8s-operator.yml FIX - K8s Operator Release CI (#25785) 2026-02-10 10:48:41 +01:00
docker-openmetadata-db.yml feat: Ingestion Docker Image Tags (#16819) 2024-06-27 18:40:06 +05:30
docker-openmetadata-ingestion-base-slim.yml fix: Do not Update Docker Image Tags (3 digits) on RC Releases (#17218) 2024-07-29 15:38:58 +05:30
docker-openmetadata-ingestion-base.yml fix: Add cleanup for runner (#25277) 2026-01-14 10:29:46 +05:30
docker-openmetadata-ingestion.yml HOTFIX: Docker Ingestion CI add free disk space step (#24491) 2025-11-21 18:55:17 +05:30
docker-openmetadata-postgres.yml feat: Ingestion Docker Image Tags (#16819) 2024-06-27 18:40:06 +05:30
docker-openmetadata-server.yml Fix #21506: Upgrade to Java 21 (#21507) 2025-06-11 22:06:08 -07:00
git-create-release-branch.yml fix: Update CI to add run-name, remove trivial steps, default_author: github_actions (#16456) 2024-05-29 15:56:50 +05:30
integration-tests-mysql-elasticsearch.yml MINOR - Enable merge group GH event (#27371) 2026-04-15 07:42:08 -07:00
integration-tests-postgres-elasticsearch-redis.yml Cache improvements: lineage + search layers, observability, CI gate (#28012) 2026-05-13 06:41:09 -07:00
integration-tests-postgres-opensearch.yml MINOR - Enable merge group GH event (#27371) 2026-04-15 07:42:08 -07:00
java-checkstyle.yml MINOR - Enable merge group GH event (#27371) 2026-04-15 07:42:08 -07:00
java-playwright-nightly.yml ci: add Java Playwright UIIT workflow (dispatch-only) (#28251) 2026-05-19 14:37:37 +05:30
label-connector.yml chore(github): migrate issue templates to structured forms (#27710) 2026-04-24 14:08:20 +02:00
maven-build-collate.yml GEN-4896: Fix/ghsa head ref (#26861) 2026-03-30 10:48:12 -04:00
maven-sonar-build.yml GEN-4896: Fix/ghsa head ref (#26861) 2026-03-30 10:48:12 -04:00
monitor-slack-link.yml CI - Slack link monitor w/ playwright (#25641) 2026-01-30 10:23:52 +01:00
mysql-nightly-e2e.yml fix(ci): nightly workflow running stale project getting failed [skip-ci] (#27849) 2026-05-04 10:53:16 +05:30
openmetadata-service-unit-tests.yml fix(rdf): dedupe lineage edges, surface Fuseki failures, port distributed-mode improvements (#27999) 2026-05-11 06:14:50 -07:00
playwright-docs-check.yml Fix: Playwright remove all browsers binaries vulnerability (#26959) 2026-04-06 11:00:29 +05:30
playwright-integration-tests-mysql.yml Fix Metrics collection; reduce no.of metrics; improve slow request lo… (#25751) 2026-03-13 13:38:31 -07:00
playwright-integration-tests-postgres.yml Fix Metrics collection; reduce no.of metrics; improve slow request lo… (#25751) 2026-03-13 13:38:31 -07:00
playwright-knowledge-graph-postgresql-e2e.yml RDF, cleanup relations and remove unnecessary bindings, add distributed mode for RDF reindex (#26902) 2026-04-14 13:24:41 -07:00
playwright-mysql-e2e-skip.yml chore: Exclude playwright documentation and doc-generator paths from various CI workflow triggers. (#25568) 2026-01-28 05:12:03 +00:00
playwright-mysql-e2e.yml Fix: Playwright remove all browsers binaries vulnerability (#26959) 2026-04-06 11:00:29 +05:30
playwright-postgresql-e2e-skip.yml Add scripts path to skip file (#26934) 2026-04-01 18:31:15 +05:30
playwright-postgresql-e2e.yml MINOR - Enable merge group GH event (#27371) 2026-04-15 07:42:08 -07:00
playwright-search-nightly.yml [CI] Add on-demand Playwright search-nightly workflow (#27908) 2026-05-13 12:18:31 +05:30
playwright-sso-login-nightly.yml test(playwright): add nightly SAML session renewal coverage (#27619) 2026-05-04 11:48:45 +05:30
playwright-sso-tests.yml MSAL Token Renewal Fix — Safari Session Loss (#27214) 2026-04-09 17:45:00 -07:00
postgresql-nightly-e2e.yml fix(ci): nightly workflow running stale project getting failed [skip-ci] (#27849) 2026-05-04 10:53:16 +05:30
publish-maven-package.yml Complete Migration to Central Publishing Portal (Replace Nexus Staging Plugin) (#24614) 2025-12-01 12:41:29 +05:30
py-checkstyle.yml MINOR - Enable merge group GH event (#27371) 2026-04-15 07:42:08 -07:00
py-cli-e2e-tests.yml Fix (#27660): Re-enable Exasol cli-e2e-tests after fixing issues (#27661) 2026-05-06 17:11:53 +05:30
py-operator-build-test.yml ci: reduce checkout history footprint in PR workflows (#27221) 2026-04-13 10:46:17 -07:00
py-sonarcloud-nightly.yml ci: reduce checkout history footprint in PR workflows (#27221) 2026-04-13 10:46:17 -07:00
py-tests-postgres.yml MINOR - Enable merge group GH event (#27371) 2026-04-15 07:42:08 -07:00
py-tests.yml chore(ingestion): enable basedpyright across the codebase via baseline (#27755) 2026-04-27 17:15:44 +02:00
python-packages-publish.yml MINOR: Fix Python Workflows (#20712) 2025-04-10 11:16:10 +05:30
security-scan.yml ci(security-scan): post Snyk summary to Slack + fail on high/critical (#28200) 2026-05-17 10:36:11 -07:00
stale.yml Stale pr workflow (#26667) 2026-03-20 14:18:33 -07:00
team-labeler.yml Update team-labeler action permissions (#21402) 2025-05-26 20:12:32 +02:00
trivy-scan-ingestion-base-slim-image.yml disable trivy scans from PR checks (#27017) 2026-04-06 15:00:30 +05:30
trivy-scan-ingestion-image.yml disable trivy scans from PR checks (#27017) 2026-04-06 15:00:30 +05:30
trivy-scan-openmetadata-server.yml disable trivy scans from PR checks (#27017) 2026-04-06 15:00:30 +05:30
typescript-type-generation.yml MINOR - Enable merge group GH event (#27371) 2026-04-15 07:42:08 -07:00
ui-checkstyle.yml Chore(UI): consolidated UI checkstyle fix commands and modify workflow comment (#27402) 2026-04-16 17:18:22 +05:30
update-playwright-e2e-docs.yml Potential fix for code scanning alert no. 1842: Artifact poisoning (#27220) 2026-04-10 16:12:28 +05:30
validate-docker-compose-quickstart.yml GEN-4784 Add validation action for OMD dockerfile (#24335) 2025-11-19 14:55:30 -05:00
validate-jsons-yamls.yml MINOR - Enable merge group GH event (#27371) 2026-04-15 07:42:08 -07:00
yarn-coverage.yml MINOR - Enable merge group GH event (#27371) 2026-04-15 07:42:08 -07:00