Align maven parameters across GitHub actions (#25117)

Closes #25116

Signed-off-by: Alexander Schwartz <aschwart@redhat.com>
This commit is contained in:
Alexander Schwartz
2023-12-05 08:30:11 +01:00
committed by GitHub
parent 1eadaba084
commit 672cef89d2
7 changed files with 23 additions and 10 deletions

View File

@@ -9,6 +9,9 @@ on:
branches: [main]
workflow_dispatch:
env:
MAVEN_ARGS: "-B -nsu -Daether.connector.http.connectionMaxTtl=25"
concurrency:
# Only cancel jobs for PR updates
group: codeql-analysis-${{ github.ref }}