From 6d408f9f499b8ee57619073b29b30d1be12c4035 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zden=C4=9Bk=20=C4=8Cern=C3=BD?= Date: Sat, 2 Nov 2024 00:12:11 +0100 Subject: [PATCH] Fix #56: add custom path to settings.xml --- .github/workflows/coverity-scan.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/coverity-scan.yml b/.github/workflows/coverity-scan.yml index ca17d80..dd41f4a 100644 --- a/.github/workflows/coverity-scan.yml +++ b/.github/workflows/coverity-scan.yml @@ -41,7 +41,7 @@ jobs: - name: Prepare Analysis run: | cd ${{ inputs.directory_path }} - cov-build --dir cov-int mvn -DskipTests=true -DuseInternalRepo=true compile + cov-build --dir cov-int mvn -DskipTests=true -DuseInternalRepo=true -s /github/home/.m2/settings.xml compile tar czvf ${{ inputs.project-name }}.tgz cov-int mkdir result && cp ${{ inputs.project-name }}.tgz result env: