From 2708c61ed4a02a5d78123db22b2f133df44bdd99 Mon Sep 17 00:00:00 2001 From: Etienne Chabert Date: Fri, 31 Jul 2026 15:17:18 +0200 Subject: [PATCH] E2E test (temporary): validate Sonar Integration Gate on this dormant repo --- .../workflows/e2e-sonar-integration-gate-test.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/workflows/e2e-sonar-integration-gate-test.yml diff --git a/.github/workflows/e2e-sonar-integration-gate-test.yml b/.github/workflows/e2e-sonar-integration-gate-test.yml new file mode 100644 index 0000000..bafefbd --- /dev/null +++ b/.github/workflows/e2e-sonar-integration-gate-test.yml @@ -0,0 +1,14 @@ +# Temporary — validates hellofresh/sonarqube-automation#212's staleness fix +# against a genuinely dormant repo that isn't Sonar-integrated at all. Safe +# to delete; not meant to be merged. +name: "E2E test (temporary): Sonar Integration Gate on a dormant repo" + +on: + pull_request: + +jobs: + sonar-integration-gate: + uses: hellofresh/sonarqube-automation/.github/workflows/reusable.yml@RES-1145-sonarqube-api-detection + with: + mode: informative + secrets: inherit