Commit 7af8651 1 parent a83cb5c commit 7af8651 Copy full SHA for 7af8651
File tree 7 files changed +13
-13
lines changed
7 files changed +13
-13
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@08bafb375e6e9a9a2b53a744b987e5d81a133191 # v2.1.1
23
+ uses : korthout/backport-action@b982d297e31f500652b2246cf26714796312bd23 # v2.2.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 19
19
- name : Checkout
20
20
uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
21
21
- name : Setup Go
22
- uses : actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1 .0
22
+ uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0 .0
23
23
with :
24
24
go-version : 1.21.x
25
25
cache-dependency-path : |
Original file line number Diff line number Diff line change 22
22
- name : Checkout
23
23
uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
24
24
- name : Setup Go
25
- uses : actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1 .0
25
+ uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0 .0
26
26
with :
27
27
go-version : 1.21.x
28
28
cache-dependency-path : |
57
57
- name : Checkout
58
58
uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
59
59
- name : Setup Go
60
- uses : actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1 .0
60
+ uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0 .0
61
61
with :
62
62
go-version : 1.21.x
63
63
cache-dependency-path : |
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@e6428a5c4e294a61438ed7f43155db912025b6b3 # v5.2 .0
62
+ uses : docker/metadata-action@31cebacef4805868f9ce9a0cb03ee36c32df2ac4 # v5.3 .0
63
63
with :
64
64
images : |
65
65
fluxcd/${{ env.CONTROLLER }}
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@fd74a6fb98a204a1ad35bbfae0122c1a302ff88b # v0.15.0
95
+ - uses : anchore/sbom-action/download-syft@5ecf649a417b8ae17dc8383dc32d46c03f2312df # v0.15.1
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 @@ -33,20 +33,20 @@ jobs:
33
33
- name : Checkout
34
34
uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
35
35
- name : Setup Go
36
- uses : actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1 .0
36
+ uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0 .0
37
37
with :
38
38
go-version : 1.21.x
39
39
cache-dependency-path : |
40
40
**/go.sum
41
41
**/go.mod
42
42
- name : Initialize CodeQL
43
- uses : github/codeql-action/init@407ffafae6a767df3e0230c3df91b6443ae8df75 # v2.22.8
43
+ uses : github/codeql-action/init@c0d1daa7f7e14667747d73a7dbbe8c074bc8bfe2 # v2.22.9
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@407ffafae6a767df3e0230c3df91b6443ae8df75 # v2.22.8
50
+ uses : github/codeql-action/autobuild@c0d1daa7f7e14667747d73a7dbbe8c074bc8bfe2 # v2.22.9
51
51
- name : Perform CodeQL Analysis
52
- uses : github/codeql-action/analyze@407ffafae6a767df3e0230c3df91b6443ae8df75 # v2.22.8
52
+ uses : github/codeql-action/analyze@c0d1daa7f7e14667747d73a7dbbe8c074bc8bfe2 # v2.22.9
Original file line number Diff line number Diff line change 23
23
- name : Checkout
24
24
uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
25
25
- name : Setup Go
26
- uses : actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1 .0
26
+ uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0 .0
27
27
with :
28
28
go-version : 1.21.x
29
29
cache-dependency-path : |
44
44
- name : Checkout
45
45
uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
46
46
- name : Setup Go
47
- uses : actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1 .0
47
+ uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0 .0
48
48
with :
49
49
go-version : 1.21.x
50
50
cache-dependency-path : |
Original file line number Diff line number Diff line change 23
23
- name : Checkout
24
24
uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
25
25
- name : Setup Go
26
- uses : actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1 .0
26
+ uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0 .0
27
27
with :
28
28
go-version : 1.21.x
29
29
cache-dependency-path : |
You can’t perform that action at this time.
0 commit comments