diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index d6f32391e..487d60b1e 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -74,13 +74,13 @@ jobs: powershell ./build/dotnet-pack.ps1 - name: Upload Nuget Packages - uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3 + uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4 with: name: packages path: ${{ github.workspace }}/packages - name: Upload Shell Binaries - uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3 + uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4 with: name: shell-binaries path: ${{ github.workspace }}/src/shell/dotnet/Shell/bin/Release/net6.0-windows/ \ No newline at end of file diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a8cca50f3..e31c2b627 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,7 +24,7 @@ jobs: steps: # Using shared artifact from build workflow - name: Download Artifact - uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7 + uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8 with: name: shell-binaries path: ${{ github.workspace }}/shell-binaries @@ -72,7 +72,7 @@ jobs: env: nuget_source: https://api.nuget.org/v3/index.json steps: - - uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7 + - uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8 with: name: packages path: ./packages diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index cb2d7cb41..bf92a23a4 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -59,7 +59,7 @@ jobs: # Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF # format to the repository Actions tab. - name: "Upload artifact" - uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3 + uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4 with: name: SARIF file path: results.sarif