From 6e97b6d219cdd84c6539a142ce1eaee37e70c610 Mon Sep 17 00:00:00 2001 From: "Juan M. Tirado" Date: Fri, 10 May 2024 16:30:06 +0200 Subject: [PATCH] [IGNORE] [PAN-1881] add sonar workflow (#13) * feature: use sonar cloud in separated workflow --- .github/workflows/ci.yaml | 2 +- .github/workflows/sonar.yaml | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 44c82de..24dcbbe 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -8,5 +8,5 @@ on: jobs: shared: - uses: pantos-io/ci-workflows/.github/workflows/python-ci.yml@968394c490cea66b0073b65d9ac76bf098c1da1a + uses: pantos-io/ci-workflows/.github/workflows/python-ci.yml@84c18c1b5bf447e4a02f94c45c5266abab52bd55 secrets: inherit diff --git a/.github/workflows/sonar.yaml b/.github/workflows/sonar.yaml index 882c2c3..0ee1589 100644 --- a/.github/workflows/sonar.yaml +++ b/.github/workflows/sonar.yaml @@ -13,4 +13,6 @@ on: jobs: shared: - uses: pantos-io/ci-workflows/.github/workflows/sonar.yml@968394c490cea66b0073b65d9ac76bf098c1da1a + uses: pantos-io/ci-workflows/.github/workflows/sonar.yml@84c18c1b5bf447e4a02f94c45c5266abab52bd55 + secrets: inherit +