File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 20
20
with :
21
21
ref : ${{ github.event.pull_request.head.sha }}
22
22
- name : Create backport PRs
23
- uses : korthout/backport-action@b982d297e31f500652b2246cf26714796312bd23 # v2.2 .0
23
+ uses : korthout/backport-action@addffea45a2f0b5682f1d5ba0506f45bc18bf174 # v2.3 .0
24
24
# xref: https://github.com/korthout/backport-action#inputs
25
25
with :
26
26
# Use token to allow workflows to be triggered for the created PR
Original file line number Diff line number Diff line change 59
59
password : ${{ secrets.DOCKER_FLUXCD_PASSWORD }}
60
60
- name : Generate images meta
61
61
id : meta
62
- uses : docker/metadata-action@31cebacef4805868f9ce9a0cb03ee36c32df2ac4 # v5.3 .0
62
+ uses : docker/metadata-action@dbef88086f6cef02e264edb7dbf63250c17cef6c # v5.5 .0
63
63
with :
64
64
images : |
65
65
fluxcd/${{ env.CONTROLLER }}
79
79
platforms : linux/amd64,linux/arm/v7,linux/arm64
80
80
tags : ${{ steps.meta.outputs.tags }}
81
81
labels : ${{ steps.meta.outputs.labels }}
82
- - uses : sigstore/cosign-installer@1fc5bd396d372bee37d608f955b336615edf79c8 # v3.2 .0
82
+ - uses : sigstore/cosign-installer@9614fae9e5c5eddabb09f90a270fcb487c9f7149 # v3.3 .0
83
83
- name : Sign images
84
84
env :
85
85
COSIGN_EXPERIMENTAL : 1
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@5ecf649a417b8ae17dc8383dc32d46c03f2312df # v0.15.1
95
+ - uses : anchore/sbom-action/download-syft@719133684c7d294116626d1344fe64f0d2ff3e9e # v0.15.2
96
96
- name : Create release and SBOM
97
97
id : run-goreleaser
98
98
if : startsWith(github.ref, 'refs/tags/v')
Original file line number Diff line number Diff line change @@ -40,13 +40,13 @@ jobs:
40
40
**/go.sum
41
41
**/go.mod
42
42
- name : Initialize CodeQL
43
- uses : github/codeql-action/init@c0d1daa7f7e14667747d73a7dbbe8c074bc8bfe2 # v2 .22.9
43
+ uses : github/codeql-action/init@012739e5082ff0c22ca6d6ab32e07c36df03c4a4 # v3 .22.12
44
44
with :
45
45
languages : go
46
46
# xref: https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#using-queries-in-ql-packs
47
47
# xref: https://codeql.github.com/codeql-query-help/go/
48
48
queries : security-and-quality
49
49
- name : Autobuild
50
- uses : github/codeql-action/autobuild@c0d1daa7f7e14667747d73a7dbbe8c074bc8bfe2 # v2 .22.9
50
+ uses : github/codeql-action/autobuild@012739e5082ff0c22ca6d6ab32e07c36df03c4a4 # v3 .22.12
51
51
- name : Perform CodeQL Analysis
52
- uses : github/codeql-action/analyze@c0d1daa7f7e14667747d73a7dbbe8c074bc8bfe2 # v2 .22.9
52
+ uses : github/codeql-action/analyze@012739e5082ff0c22ca6d6ab32e07c36df03c4a4 # v3 .22.12
You can’t perform that action at this time.
0 commit comments