From ea304939a4b2db491c9fad782e58b7987bdc6744 Mon Sep 17 00:00:00 2001 From: Lisa Julia Nebel Date: Wed, 13 May 2026 12:07:09 +0200 Subject: [PATCH] Fix codeql action --- .github/actions/scan-with-codeql/action.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/actions/scan-with-codeql/action.yml b/.github/actions/scan-with-codeql/action.yml index bdaca32..88e7f91 100644 --- a/.github/actions/scan-with-codeql/action.yml +++ b/.github/actions/scan-with-codeql/action.yml @@ -35,10 +35,6 @@ runs: run: npm i -g @sap/cds-dk shell: bash - - name: Install npm dependencies - run: npm install - shell: bash - - name: Build Java code run: mvn clean compile -B -ntp -Dcds.install-node.skip shell: bash