File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1717 with :
1818 ref : ${{ github.event.pull_request.head.sha }}
1919 - name : Create backport PRs
20- uses : korthout/backport-action@cb79e4e5f46c7d7d653dd3d5fa8a9b0a945dfe4b # v2.1.0
20+ uses : korthout/backport-action@08bafb375e6e9a9a2b53a744b987e5d81a133191 # v2.1.1
2121 # xref: https://github.com/korthout/backport-action#inputs
2222 with :
2323 # Use token to allow workflows to be triggered for the created PR
Original file line number Diff line number Diff line change 2222 id : buildx
2323 uses : docker/setup-buildx-action@f95db51fddba0c2d1ec667646a06c2ce06100226 # v3.0.0
2424 - name : Build multi-arch container image
25- uses : docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09 # v5.0 .0
25+ uses : docker/build-push-action@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56 # v5.1 .0
2626 with :
2727 push : false
2828 builder : ${{ steps.buildx.outputs.name }}
Original file line number Diff line number Diff line change 6868 type=raw,value=${{ steps.prep.outputs.VERSION }}
6969 - name : Publish images
7070 id : build-push
71- uses : docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09 # v5.0 .0
71+ uses : docker/build-push-action@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56 # v5.1 .0
7272 with :
7373 sbom : true
7474 provenance : true
7979 platforms : linux/amd64,linux/arm/v7,linux/arm64
8080 tags : ${{ steps.meta.outputs.tags }}
8181 labels : ${{ steps.meta.outputs.labels }}
82- - uses : sigstore/cosign-installer@11086d25041f77fe8fe7b9ea4e48e3b9192b8f19 # v3.1.2
82+ - uses : sigstore/cosign-installer@1fc5bd396d372bee37d608f955b336615edf79c8 # v3.2.0
8383 - name : Sign images
8484 env :
8585 COSIGN_EXPERIMENTAL : 1
9292 mkdir -p config/release
9393 kustomize build ./config/crd > ./config/release/${{ env.CONTROLLER }}.crds.yaml
9494 kustomize build ./config/manager > ./config/release/${{ env.CONTROLLER }}.deployment.yaml
95- - uses : anchore/sbom-action/download-syft@78fc58e266e87a38d4194b2137a3d4e9bcaf7ca1 # v0.14.3
95+ - uses : anchore/sbom-action/download-syft@fd74a6fb98a204a1ad35bbfae0122c1a302ff88b # v0.15.0
9696 - name : Create release and SBOM
9797 id : run-goreleaser
9898 if : startsWith(github.ref, 'refs/tags/v')
You can’t perform that action at this time.
0 commit comments