From d9968f8c995ae66d9531cfef330589ed6201136f Mon Sep 17 00:00:00 2001 From: Gonzalo Diaz Date: Sat, 30 May 2026 15:22:03 -0400 Subject: [PATCH] [BUGFIX] sonarcloud: Omitting "--only-binary :all:" can lead to the execution of setup scripts. Make sure it is safe here. --- .github/workflows/yamllint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/yamllint.yml b/.github/workflows/yamllint.yml index 134d184..4f50386 100644 --- a/.github/workflows/yamllint.yml +++ b/.github/workflows/yamllint.yml @@ -27,7 +27,7 @@ jobs: sudo apt install pipenv - name: Install yamllint run: > - pipenv install --deploy --ignore-pipfile + pipenv sync --dev - name: Lint YAML files run: >