File tree 4 files changed +9
-9
lines changed 4 files changed +9
-9
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@ef20d86abccbac3ee3a73cb2efbdc06344c390e5 # v2.5.0
23
+ uses : korthout/backport-action@bd410d37cdcae80be6d969823ff5a225fe5c833f # v3.0.2
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 24
24
with :
25
25
buildkitd-flags : " --debug"
26
26
- name : Build multi-arch container image
27
- uses : docker/build-push-action@2cdde995de11925a030ce8070c3d77a52ffcf1c0 # v5.3 .0
27
+ uses : docker/build-push-action@ca052bb54ab0790a636c9b5f226502c73d547a25 # v5.4 .0
28
28
with :
29
29
push : false
30
30
builder : ${{ steps.buildx.outputs.name }}
Original file line number Diff line number Diff line change @@ -47,13 +47,13 @@ jobs:
47
47
id : buildx
48
48
uses : docker/setup-buildx-action@d70bba72b1f3fd22344832f00baa16ece964efeb # v3.3.0
49
49
- name : Login to GitHub Container Registry
50
- uses : docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3.1 .0
50
+ uses : docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446 # v3.2 .0
51
51
with :
52
52
registry : ghcr.io
53
53
username : fluxcdbot
54
54
password : ${{ secrets.GHCR_TOKEN }}
55
55
- name : Login to Docker Hub
56
- uses : docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3.1 .0
56
+ uses : docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446 # v3.2 .0
57
57
with :
58
58
username : fluxcdbot
59
59
password : ${{ secrets.DOCKER_FLUXCD_PASSWORD }}
68
68
type=raw,value=${{ steps.prep.outputs.VERSION }}
69
69
- name : Publish images
70
70
id : build-push
71
- uses : docker/build-push-action@2cdde995de11925a030ce8070c3d77a52ffcf1c0 # v5.3 .0
71
+ uses : docker/build-push-action@ca052bb54ab0790a636c9b5f226502c73d547a25 # v5.4 .0
72
72
with :
73
73
sbom : true
74
74
provenance : true
96
96
- name : Create release and SBOM
97
97
id : run-goreleaser
98
98
if : startsWith(github.ref, 'refs/tags/v')
99
- uses : goreleaser/goreleaser-action@5742e2a039330cbb23ebf35f046f814d4c6ff811 # v5.1 .0
99
+ uses : goreleaser/goreleaser-action@286f3b13b1b49da4ac219696163fb8c1c93e1200 # v6.0 .0
100
100
with :
101
101
version : latest
102
102
args : release --clean --skip-validate
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@9fdb3e49720b44c48891d036bb502feb25684276 # v3.25.6
43
+ uses : github/codeql-action/init@2e230e8fe0ad3a14a340ad0815ddb96d599d2aff # v3.25.8
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@9fdb3e49720b44c48891d036bb502feb25684276 # v3.25.6
50
+ uses : github/codeql-action/autobuild@2e230e8fe0ad3a14a340ad0815ddb96d599d2aff # v3.25.8
51
51
- name : Perform CodeQL Analysis
52
- uses : github/codeql-action/analyze@9fdb3e49720b44c48891d036bb502feb25684276 # v3.25.6
52
+ uses : github/codeql-action/analyze@2e230e8fe0ad3a14a340ad0815ddb96d599d2aff # v3.25.8
You can’t perform that action at this time.
0 commit comments