We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f10bbb3 commit ecca8e3Copy full SHA for ecca8e3
.github/workflows/maven-dependency-check.yml
@@ -40,9 +40,9 @@ jobs:
40
shell: bash
41
run: |
42
set -euo pipefail
43
- IFS=$'\n\t'
+ # Do not set IFS=$'\n\t', breaks ${MAVEN_CLI_OPTS}
44
# shellcheck disable=SC2086
45
- IFS=$' \n\t' ./mvnw ${MAVEN_CLI_OPTS} -DdependencyCheck.NVDApiKey=${NVD_API_KEY} dependency-check:aggregate
+ ./mvnw ${MAVEN_CLI_OPTS} -DdependencyCheck.NVDApiKey=${NVD_API_KEY} dependency-check:aggregate
46
- name: Upload artifacts
47
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
48
with:
0 commit comments