@@ -128,7 +128,7 @@ jobs:
128128 # Note: setup-runner btrfs does not expose loopback-free; watch for disk
129129 # pressure and upstream the option if needed.
130130 - name : Setup runner
131- uses : projectbluefin/actions/bootc-build/setup-runner@99d867d662ab64a1f82b4f5f24f73b4051dbff01 # v1
131+ uses : projectbluefin/actions/bootc-build/setup-runner@2e8139cf6abc3663aa39e358dc43492bd9fe48d5 # v1
132132 with :
133133 storage-backend : btrfs
134134 update-podman : true
@@ -160,7 +160,7 @@ jobs:
160160 # xattr-manifest (fakecap-manifest.tsv) is pre-committed (Cargo.lock pattern)
161161 # and regenerated by the update-filemap workflow when elements change.
162162 # Merge order: projectbluefin/actions#<PR> must land before this workflow runs.
163- uses : projectbluefin/actions/bootc-build/chunka@99d867d662ab64a1f82b4f5f24f73b4051dbff01 # v1
163+ uses : projectbluefin/actions/bootc-build/chunka@2e8139cf6abc3663aa39e358dc43492bd9fe48d5 # v1
164164 with :
165165 source-image : localhost/${{ env.IMAGE_NAME }}${{ matrix.image_suffix }}:latest
166166 max-layers : " 120"
@@ -210,7 +210,7 @@ jobs:
210210 # generate-sbom: false — dakota uses just sbom (BST-native provenance via
211211 # bst artifact list). Syft post-build scan is less accurate for BST builds.
212212 # SBOM attachment and SBOM signing are handled in the publish-sbom job.
213- uses : projectbluefin/actions/bootc-build/sign-and-publish@99d867d662ab64a1f82b4f5f24f73b4051dbff01 # v1
213+ uses : projectbluefin/actions/bootc-build/sign-and-publish@2e8139cf6abc3663aa39e358dc43492bd9fe48d5 # v1
214214 with :
215215 image : ${{ env.IMAGE_REGISTRY }}/${{ env.IMAGE_NAME }}${{ matrix.image_suffix }}
216216 digest : ${{ steps.push.outputs.digest }}
@@ -570,7 +570,7 @@ jobs:
570570 ref : ${{ needs.setup.outputs.sha }}
571571
572572 - name : Setup runner
573- uses : projectbluefin/actions/bootc-build/setup-runner@99d867d662ab64a1f82b4f5f24f73b4051dbff01 # v1
573+ uses : projectbluefin/actions/bootc-build/setup-runner@2e8139cf6abc3663aa39e358dc43492bd9fe48d5 # v1
574574 with :
575575 storage-backend : btrfs
576576 update-podman : true
0 commit comments