From 6cbfdd121e116db4eb8746f0c510bde777396c2f Mon Sep 17 00:00:00 2001 From: Hedi Nasr Date: Mon, 22 Dec 2025 13:59:54 +0100 Subject: [PATCH] BUILD-10025: use config-npm to prevent the use of https://registry.npmjs.org --- action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/action.yml b/action.yml index 5e9c3fb..07fce41 100644 --- a/action.yml +++ b/action.yml @@ -47,6 +47,7 @@ runs: python -m pip install --upgrade pip python -m pip install --quiet pre-commit==3.7.1 shell: bash + - uses: SonarSource/ci-github-actions/config-npm@v1 - uses: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 id: restore-cache with: