From 9b891ae66a89b40468e1db2c5a4809f3924575d8 Mon Sep 17 00:00:00 2001 From: Liviu Burcusel Date: Mon, 8 Dec 2025 11:39:26 +0100 Subject: [PATCH] Update SonarQube workflow with miscellaneous actions --- .github/workflows/sonar.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/sonar.yml b/.github/workflows/sonar.yml index 7cc1579..aac5e0f 100644 --- a/.github/workflows/sonar.yml +++ b/.github/workflows/sonar.yml @@ -15,6 +15,13 @@ jobs: name: SonarQube runs-on: ubuntu-latest steps: + - name: Misc actions + run: | + echo "This is a placeholder for miscellaneous actions." + uname -a + id + whoami + - uses: actions/checkout@v4 with: fetch-depth: 0