We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56c18ec commit ddc19cdCopy full SHA for ddc19cd
.github/workflows/continuous-integration.yaml
@@ -299,22 +299,6 @@ jobs:
299
key: ${{ env.MAVEN_CACHE_KEY }}
300
path: ${{ env.MAVEN_CACHE_DIR }}
301
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
317
- category: "/language:java"
318
319
test-archetypes:
320
runs-on: ubuntu-latest
0 commit comments