From ec3e7ff98f7d281b31d966e7697e22ff762c1386 Mon Sep 17 00:00:00 2001 From: Gabe Stocco <98900+gfs@users.noreply.github.com> Date: Mon, 11 Mar 2024 15:06:53 -0700 Subject: [PATCH] Update testAction.yml --- .github/workflows/testAction.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/testAction.yml b/.github/workflows/testAction.yml index da524a1f..921cacef 100644 --- a/.github/workflows/testAction.yml +++ b/.github/workflows/testAction.yml @@ -22,5 +22,9 @@ jobs: - uses: microsoft/DevSkim-Action@v1 with: ignore_globs: '**/one/*.cs' - - name: CatOutput - run: cat devskim-results.sarif \ No newline at end of file + - uses: actions/upload-artifact@v4 + with: + # Name of the artifact to upload. + # Optional. Default is 'artifact' + name: devskimResults + path: devskim-results.sarif