File tree Expand file tree Collapse file tree 7 files changed +9
-9
lines changed
prune-pull-requests-image-tags Expand file tree Collapse file tree 7 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 6868 release :
6969 needs : ci
7070 if : github.event_name != 'schedule'
71- uses : hoverkraft-tech/ci-github-publish/.github/workflows/release-actions.yml@ebb69cbd25cd8965417ba6933dc3c1327e3e8588 # 0.9.2
71+ uses : hoverkraft-tech/ci-github-publish/.github/workflows/release-actions.yml@ce4c807b551e6f2be44f5ac3693d16c33586744b # 0.9.3
7272 with :
7373 update-all : ${{ (github.event_name == 'push' && startsWith(github.ref, 'refs/tags/')) || github.event_name == 'workflow_dispatch' }}
7474 github-app-id : ${{ vars.CI_BOT_APP_ID }}
Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ runs:
135135 rm -fr ./self-actions
136136
137137 - id : slugify-platform
138- uses : hoverkraft-tech/ci-github-common/actions/slugify@b4883995e100e291a1fed68678d47a560328ed08 # 0.24 .0
138+ uses : hoverkraft-tech/ci-github-common/actions/slugify@1c379f7f6e0fc850fe5a7111f74d54e159b4dcd2 # 0.26 .0
139139 with :
140140 value : ${{ inputs.platform }}
141141
@@ -202,7 +202,7 @@ runs:
202202 fi
203203
204204 - id : cache
205- uses : int128/docker-build-cache-config-action@338206c80bf9eeb2b9694b7b4fc8c247c317e2a8 # v1.38 .0
205+ uses : int128/docker-build-cache-config-action@b3744816a5ba1ad9885b634d530b35ca90ece622 # v1.39 .0
206206 with :
207207 image : ${{ steps.get-docker-config.outputs.cache-image }}
208208 flavor : ${{ steps.get-docker-config.outputs.cache-flavor }}
@@ -226,7 +226,7 @@ runs:
226226 driver-opts : |
227227 image=moby/buildkit:v0.23.2
228228
229- - uses : docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5 .0
229+ - uses : docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6 .0
230230 with :
231231 registry : ${{ inputs.oci-registry }}
232232 username : ${{ inputs.oci-registry-username }}
Original file line number Diff line number Diff line change 8888 driver-opts : |
8989 image=moby/buildkit:v0.23.2
9090
91- - uses : docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5 .0
91+ - uses : docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6 .0
9292 with :
9393 registry : ${{ inputs.oci-registry }}
9494 username : ${{ inputs.oci-registry-username }}
Original file line number Diff line number Diff line change 6464
6565 - id : get-issue-number
6666 if : inputs.tag == '' && (github.event_name == 'pull_request' || github.event_name == 'pull_request_review' || github.event_name == 'issue_comment')
67- uses : hoverkraft-tech/ci-github-common/actions/get-issue-number@b4883995e100e291a1fed68678d47a560328ed08 # 0.24 .0
67+ uses : hoverkraft-tech/ci-github-common/actions/get-issue-number@1c379f7f6e0fc850fe5a7111f74d54e159b4dcd2 # 0.26 .0
6868
6969 - id : define-metadata-inputs
7070 uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
Original file line number Diff line number Diff line change 4747 rm -fr ./self-actions
4848
4949 - id : is-organization-or-user
50- uses : hoverkraft-tech/ci-github-common/actions/repository-owner-is-organization@b4883995e100e291a1fed68678d47a560328ed08 # 0.24 .0
50+ uses : hoverkraft-tech/ci-github-common/actions/repository-owner-is-organization@1c379f7f6e0fc850fe5a7111f74d54e159b4dcd2 # 0.26 .0
5151
5252 - id : delete-image-tags
5353 uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ outputs:
7676runs :
7777 using : " composite"
7878 steps :
79- - uses : hoverkraft-tech/ci-github-common/actions/checkout@b4883995e100e291a1fed68678d47a560328ed08 # 0.24 .0
79+ - uses : hoverkraft-tech/ci-github-common/actions/checkout@1c379f7f6e0fc850fe5a7111f74d54e159b4dcd2 # 0.26 .0
8080
8181 - id : chart-values-updates
8282 uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
Original file line number Diff line number Diff line change 7272 echo "::error ::At least one of 'enable-lint' or 'enable-install' input must be true"
7373 exit 1
7474
75- - uses : hoverkraft-tech/ci-github-common/actions/checkout@b4883995e100e291a1fed68678d47a560328ed08 # 0.24 .0
75+ - uses : hoverkraft-tech/ci-github-common/actions/checkout@1c379f7f6e0fc850fe5a7111f74d54e159b4dcd2 # 0.26 .0
7676 with :
7777 fetch-depth : 0
7878
You can’t perform that action at this time.
0 commit comments