From ce077c7127007374bc3cd2c7f19df290c2130949 Mon Sep 17 00:00:00 2001 From: liviu Date: Mon, 8 Dec 2025 14:25:02 +0100 Subject: [PATCH] Update .github/workflows/sonar.yml --- .github/workflows/sonar.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sonar.yml b/.github/workflows/sonar.yml index 5cce01f..5746c65 100644 --- a/.github/workflows/sonar.yml +++ b/.github/workflows/sonar.yml @@ -20,7 +20,7 @@ jobs: echo "This is a placeholder for SonarQube analysis." uname -a id - lsb_release -a + apt update # - name: Setup node environment # uses: actions/setup-node@v4