File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Expand file tree Collapse file tree 3 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@be567af183754f6a5d831ae90f648954763f17f5 # v3.1 .0
23
+ uses : korthout/backport-action@436145e922f9561fc5ea157ff406f21af2d6b363 # v3.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 48
48
cache-dependency-path : |
49
49
**/go.sum
50
50
**/go.mod
51
- - uses : docker/setup-qemu-action@4574d27a4764455b42196d70a065bc6853246a25 # v3.4 .0
52
- - uses : docker/setup-buildx-action@f7ce87c1d6bead3e36075b2ce75da1f6cc28aaca # v3.9 .0
53
- - uses : sigstore/cosign-installer@c56c2d3e59e4281cc41dea2217323ba5694b171e # v3.8.0
51
+ - uses : docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392 # v3.6 .0
52
+ - uses : docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3.10 .0
53
+ - uses : sigstore/cosign-installer@d7d6bc7722e3daa8354c50bcb52f4837da5e9b6a # v3.8.1
54
54
- uses : anchore/sbom-action/download-syft@f325610c9f50a54015d37c8d16cb3b0e2c8f4de0 # v0.18.0
55
55
- name : Docker login ghcr.io
56
56
uses : docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0
@@ -65,15 +65,15 @@ jobs:
65
65
password : ${{ secrets.DOCKER_PASSWORD }}
66
66
- name : Docker meta
67
67
id : meta
68
- uses : docker/metadata-action@369eb591f429131d6889c46b94e711f089e6ca96 # v5.6.1
68
+ uses : docker/metadata-action@902fa8ec7d6ecbf8d84d538b9b233a880e428804 # v5.7.0
69
69
with :
70
70
images : |
71
71
kcllang/${{ env.CONTROLLER }}
72
72
ghcr.io/kcl-lang/${{ env.CONTROLLER }}
73
73
tags : |
74
74
type=raw,value=${{ steps.prep.outputs.version }}
75
75
- name : Docker push
76
- uses : docker/build-push-action@0adf9959216b96bec444f325f1e493d4aa344497 # v6.14 .0
76
+ uses : docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6.15 .0
77
77
id : build-push
78
78
with :
79
79
sbom : true
Original file line number Diff line number Diff line change @@ -14,12 +14,12 @@ jobs:
14
14
- name : Checkout
15
15
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
16
16
- name : Setup QEMU
17
- uses : docker/setup-qemu-action@4574d27a4764455b42196d70a065bc6853246a25 # v3.4 .0
17
+ uses : docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392 # v3.6 .0
18
18
- name : Setup Docker Buildx
19
19
id : buildx
20
- uses : docker/setup-buildx-action@f7ce87c1d6bead3e36075b2ce75da1f6cc28aaca # v3.9 .0
20
+ uses : docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3.10 .0
21
21
- name : Cache Docker layers
22
- uses : actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1
22
+ uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
23
23
id : cache
24
24
with :
25
25
path : /tmp/.buildx-cache
You can’t perform that action at this time.
0 commit comments