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 2020 with :
2121 ref : ${{ github.event.pull_request.head.sha }}
2222 - name : Create backport PRs
23- uses : korthout/backport-action@be567af183754f6a5d831ae90f648954763f17f5 # v3.1 .0
23+ uses : korthout/backport-action@436145e922f9561fc5ea157ff406f21af2d6b363 # v3.2 .0
2424 # xref: https://github.com/korthout/backport-action#inputs
2525 with :
2626 # Use token to allow workflows to be triggered for the created PR
Original file line number Diff line number Diff line change 4848 cache-dependency-path : |
4949 **/go.sum
5050 **/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
5454 - uses : anchore/sbom-action/download-syft@f325610c9f50a54015d37c8d16cb3b0e2c8f4de0 # v0.18.0
5555 - name : Docker login ghcr.io
5656 uses : docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0
@@ -65,15 +65,15 @@ jobs:
6565 password : ${{ secrets.DOCKER_PASSWORD }}
6666 - name : Docker meta
6767 id : meta
68- uses : docker/metadata-action@369eb591f429131d6889c46b94e711f089e6ca96 # v5.6.1
68+ uses : docker/metadata-action@902fa8ec7d6ecbf8d84d538b9b233a880e428804 # v5.7.0
6969 with :
7070 images : |
7171 kcllang/${{ env.CONTROLLER }}
7272 ghcr.io/kcl-lang/${{ env.CONTROLLER }}
7373 tags : |
7474 type=raw,value=${{ steps.prep.outputs.version }}
7575 - name : Docker push
76- uses : docker/build-push-action@0adf9959216b96bec444f325f1e493d4aa344497 # v6.14 .0
76+ uses : docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6.15 .0
7777 id : build-push
7878 with :
7979 sbom : true
Original file line number Diff line number Diff line change @@ -14,12 +14,12 @@ jobs:
1414 - name : Checkout
1515 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1616 - name : Setup QEMU
17- uses : docker/setup-qemu-action@4574d27a4764455b42196d70a065bc6853246a25 # v3.4 .0
17+ uses : docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392 # v3.6 .0
1818 - name : Setup Docker Buildx
1919 id : buildx
20- uses : docker/setup-buildx-action@f7ce87c1d6bead3e36075b2ce75da1f6cc28aaca # v3.9 .0
20+ uses : docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3.10 .0
2121 - name : Cache Docker layers
22- uses : actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1
22+ uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
2323 id : cache
2424 with :
2525 path : /tmp/.buildx-cache
You can’t perform that action at this time.
0 commit comments