diff --git a/.github/workflows/docker-build.yml b/.github/workflows/docker-build.yml index 0e749842..9ce68177 100644 --- a/.github/workflows/docker-build.yml +++ b/.github/workflows/docker-build.yml @@ -182,7 +182,7 @@ jobs: - name: Upload Image Artifact if: github.event_name == 'pull_request' - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 + uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0 with: name: pr-image-${{ github.event.pull_request.number }} path: /tmp/charon-pr-image.tar @@ -539,7 +539,7 @@ jobs: # Critical Fix #1: Download image artifact - name: Download Image Artifact - uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0 + uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0 with: name: pr-image-${{ github.event.pull_request.number }} @@ -650,7 +650,7 @@ jobs: - name: Upload Artifacts if: always() - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 + uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0 with: name: supply-chain-pr-${{ github.event.pull_request.number }} path: | diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 291ce2d2..78236fc8 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -19,7 +19,7 @@ jobs: run: npx playwright install --with-deps - name: Run Playwright tests run: npx playwright test - - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 + - uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 if: ${{ !cancelled() }} with: name: playwright-report diff --git a/.github/workflows/supply-chain-verify.yml b/.github/workflows/supply-chain-verify.yml index f9880e02..384faffe 100644 --- a/.github/workflows/supply-chain-verify.yml +++ b/.github/workflows/supply-chain-verify.yml @@ -154,7 +154,7 @@ jobs: - name: Upload SBOM Artifact if: steps.image-check.outputs.exists == 'true' && always() - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 + uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0 with: name: sbom-${{ steps.tag.outputs.tag }} path: sbom-generated.json @@ -326,7 +326,7 @@ jobs: - name: Upload Vulnerability Scan Artifact if: steps.validate-sbom.outputs.valid == 'true' && always() - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 + uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0 with: name: vulnerability-scan-${{ steps.tag.outputs.tag }} path: |