From ce42e70eac067f33feb9133f5ac4d684242131c3 Mon Sep 17 00:00:00 2001 From: Ryan Casperson Date: Tue, 20 Aug 2024 12:15:25 -0400 Subject: [PATCH] Use secure-upload-artifacts --- .github/workflows/jcapi-powershell-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/jcapi-powershell-ci.yml b/.github/workflows/jcapi-powershell-ci.yml index 0f71632a9..88d6197f7 100644 --- a/.github/workflows/jcapi-powershell-ci.yml +++ b/.github/workflows/jcapi-powershell-ci.yml @@ -136,11 +136,12 @@ jobs: run: | # zip contents for artifact Compress-Archive -Path /home/runner/work/jcapi-powershell/jcapi-powershell/SDKs/PowerShell/${{ matrix.SDKName }} -DestinationPath /home/runner/work/jcapi-powershell/jcapi-powershell/SDKs/PowerShell/${{ matrix.SDKName }}.zip -CompressionLevel Optimal -Force - - uses: actions/upload-artifact@v4 + - uses: PaloAltoNetworks/upload-secure-artifact@b0e2f8dc09b06aa38239ad1b9e5b5b57b4732abc with: name: build-${{ matrix.SDKName }} path: /home/runner/work/jcapi-powershell/jcapi-powershell/SDKs/PowerShell/${{ matrix.SDKName }}.zip retention-days: 1 + scan-only-runner-token: true Test-SDK: needs: ["Setup-Build-Dependancies", "Build-SDK"] runs-on: ubuntu-latest