File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 17
17
with :
18
18
ref : ${{ github.event.pull_request.head.sha }}
19
19
- name : Create backport PRs
20
- uses : korthout/backport-action@79b9f245a4132c5bf4bca01c7526cfea24059c03 # v2.4.0
20
+ uses : korthout/backport-action@e8161d6a0dbfa2651b7daa76cbb75bc7c925bbf3 # v2.4.1
21
21
# xref: https://github.com/korthout/backport-action#inputs
22
22
with :
23
23
# Use token to allow workflows to be triggered for the created PR
Original file line number Diff line number Diff line change 92
92
mkdir -p config/release
93
93
kustomize build ./config/crd > ./config/release/${{ env.CONTROLLER }}.crds.yaml
94
94
kustomize build ./config/manager > ./config/release/${{ env.CONTROLLER }}.deployment.yaml
95
- - uses : anchore/sbom-action/download-syft@24b0d5238516480139aa8bc6f92eeb7b54a9eb0a # v0.15.5
95
+ - uses : anchore/sbom-action/download-syft@c6aed38a4323b393d05372c58a74c39ae8386d02 # v0.15.6
96
96
- name : Create release and SBOM
97
97
id : run-goreleaser
98
98
if : startsWith(github.ref, 'refs/tags/v')
You can’t perform that action at this time.
0 commit comments