From efc42ecf7d071deb54a75d992289fbfd00c44c14 Mon Sep 17 00:00:00 2001 From: Sara Aspery Date: Thu, 19 Dec 2024 15:33:16 +0000 Subject: [PATCH] ACS-9044 fix for temp dir --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2dc5c192339..7cf8140d04c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -134,7 +134,7 @@ jobs: name: Veracode Pipeline-Scan Results (Human Readable) path: readable_output.zip - name: "Remove temporary directory" - run: bash rm -rfv temp-dir-for-sast + run: rm -rfv temp-dir-for-sast - name: "Clean Maven cache" run: bash ./scripts/ci/cleanup_cache.sh