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@08bafb375e6e9a9a2b53a744b987e5d81a133191 # v2.1 .1
20+ uses : korthout/backport-action@e8161d6a0dbfa2651b7daa76cbb75bc7c925bbf3 # v2.4 .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 1919 id : buildx
2020 uses : docker/setup-buildx-action@f95db51fddba0c2d1ec667646a06c2ce06100226 # v3.0.0
2121 - name : Cache Docker layers
22- uses : actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2
22+ uses : actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0
2323 id : cache
2424 with :
2525 path : /tmp/.buildx-cache
Original file line number Diff line number Diff line change 5959 password : ${{ secrets.DOCKER_FLUXCD_PASSWORD }}
6060 - name : Generate images meta
6161 id : meta
62- uses : docker/metadata-action@96383f45573cb7f253c731d3b3ab81c87ef81934 # v5.0 .0
62+ uses : docker/metadata-action@dbef88086f6cef02e264edb7dbf63250c17cef6c # v5.5 .0
6363 with :
6464 images : |
6565 fluxcd/${{ env.CONTROLLER }}
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@1fc5bd396d372bee37d608f955b336615edf79c8 # v3.2 .0
82+ - uses : sigstore/cosign-installer@9614fae9e5c5eddabb09f90a270fcb487c9f7149 # v3.3 .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@fd74a6fb98a204a1ad35bbfae0122c1a302ff88b # v0.15.0
95+ - uses : anchore/sbom-action/download-syft@767b08fd8822486ad890abb8f1d31721bebd651c # v0.15.7
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