Skip to content

Commit ddc19cd

Browse files
committed
remove code ql to save time
1 parent 56c18ec commit ddc19cd

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

.github/workflows/continuous-integration.yaml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -299,22 +299,6 @@ jobs:
299299
key: ${{ env.MAVEN_CACHE_KEY }}
300300
path: ${{ env.MAVEN_CACHE_DIR }}
301301

302-
- name: "Initialize CodeQL"
303-
uses: github/codeql-action/init@v3
304-
with:
305-
languages: "java"
306-
queries: security-extended
307-
308-
- name: "Build SDK"
309-
run: |
310-
MVN_ARGS="${{ env.MVN_MULTI_THREADED_ARGS }} install -Dmaven.test.skip=true ${{ env.MVN_SKIP_CI_PLUGINS }}"
311-
echo "[DEBUG] Running Maven with arguments: $MVN_ARGS"
312-
mvn $MVN_ARGS
313-
314-
- name: "Perform CodeQL Analysis"
315-
uses: github/codeql-action/analyze@v3
316-
with:
317-
category: "/language:java"
318302

319303
test-archetypes:
320304
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)