From 316cf3989c6b9880c91ce3bed99cb3752ed112d1 Mon Sep 17 00:00:00 2001 From: "Xie, Lin" Date: Tue, 17 Dec 2024 14:54:31 +0800 Subject: [PATCH] Change the path --- .github/workflows/codeql.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 4bf785e..47fdb04 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -123,6 +123,6 @@ jobs: - name: Upload loc as a Build Artifact uses: actions/upload-artifact@v4 with: - name: sarif-results - path: sarif-results + name: ivsr-sarif-results + path: results retention-days: 1 \ No newline at end of file