Skip to content

Commit 36714db

Browse files
authored
Merge pull request #54 from crazy-max/pin-actions2
missing pin for actions
2 parents 125a465 + 464be7c commit 36714db

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/bake.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -499,7 +499,7 @@ jobs:
499499
-
500500
name: Build
501501
id: bake
502-
uses: docker/bake-action@v6
502+
uses: docker/bake-action@5be5f02ff8819ecd3092ea6b2e6261c31774f2b4 # v6.10.0
503503
with:
504504
source: ${{ steps.prepare.outputs.source }}
505505
files: ${{ steps.prepare.outputs.files }}
@@ -630,7 +630,7 @@ jobs:
630630
-
631631
name: Upload artifact
632632
if: ${{ inputs.output == 'local' }}
633-
uses: actions/upload-artifact@v5
633+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
634634
with:
635635
name: ${{ inputs.artifact-name }}${{ steps.prepare.outputs.platform-pair-suffix }}
636636
path: ${{ env.LOCAL_EXPORT_DIR }}

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ jobs:
399399
-
400400
name: Build
401401
id: build
402-
uses: docker/build-push-action@v6
402+
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
403403
with:
404404
annotations: ${{ steps.prepare.outputs.annotations }}
405405
build-args: ${{ inputs.build-args }}
@@ -524,7 +524,7 @@ jobs:
524524
-
525525
name: Upload artifact
526526
if: ${{ inputs.output == 'local' }}
527-
uses: actions/upload-artifact@v5
527+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
528528
with:
529529
name: ${{ inputs.artifact-name }}${{ steps.prepare.outputs.platform-pair-suffix }}
530530
path: ${{ env.LOCAL_EXPORT_DIR }}

.github/workflows/verify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
-
5454
name: Download artifact
5555
if: ${{ steps.vars.outputs.output-type == 'local' }}
56-
uses: actions/download-artifact@v6
56+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
5757
with:
5858
pattern: ${{ steps.vars.outputs.artifact-name }}*
5959
merge-multiple: true

0 commit comments

Comments
 (0)