From 464be7cafc88a9ab4f1a7272444c8bc6a2bc00e3 Mon Sep 17 00:00:00 2001 From: CrazyMax <1951866+crazy-max@users.noreply.github.com> Date: Tue, 2 Dec 2025 17:22:19 +0100 Subject: [PATCH] missing pin for actions Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com> --- .github/workflows/bake.yml | 4 ++-- .github/workflows/build.yml | 4 ++-- .github/workflows/verify.yml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/bake.yml b/.github/workflows/bake.yml index 1c48753..f456185 100644 --- a/.github/workflows/bake.yml +++ b/.github/workflows/bake.yml @@ -499,7 +499,7 @@ jobs: - name: Build id: bake - uses: docker/bake-action@v6 + uses: docker/bake-action@5be5f02ff8819ecd3092ea6b2e6261c31774f2b4 # v6.10.0 with: source: ${{ steps.prepare.outputs.source }} files: ${{ steps.prepare.outputs.files }} @@ -630,7 +630,7 @@ jobs: - name: Upload artifact if: ${{ inputs.output == 'local' }} - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0 with: name: ${{ inputs.artifact-name }}${{ steps.prepare.outputs.platform-pair-suffix }} path: ${{ env.LOCAL_EXPORT_DIR }} diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b71faed..1ffe7e1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -399,7 +399,7 @@ jobs: - name: Build id: build - uses: docker/build-push-action@v6 + uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0 with: annotations: ${{ steps.prepare.outputs.annotations }} build-args: ${{ inputs.build-args }} @@ -524,7 +524,7 @@ jobs: - name: Upload artifact if: ${{ inputs.output == 'local' }} - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0 with: name: ${{ inputs.artifact-name }}${{ steps.prepare.outputs.platform-pair-suffix }} path: ${{ env.LOCAL_EXPORT_DIR }} diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml index 8a7e9ad..b787d9d 100644 --- a/.github/workflows/verify.yml +++ b/.github/workflows/verify.yml @@ -53,7 +53,7 @@ jobs: - name: Download artifact if: ${{ steps.vars.outputs.output-type == 'local' }} - uses: actions/download-artifact@v6 + uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0 with: pattern: ${{ steps.vars.outputs.artifact-name }}* merge-multiple: true