File tree Expand file tree Collapse file tree 11 files changed +14
-14
lines changed
prune-pull-requests-image-tags Expand file tree Collapse file tree 11 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 7070 release :
7171 needs : ci
7272 if : github.event_name != 'schedule'
73- uses : hoverkraft-tech/ci-github-publish/.github/workflows/release-actions.yml@b5b9f9278423f286fa2e14ca86f932475493828a # 0.12 .1
73+ uses : hoverkraft-tech/ci-github-publish/.github/workflows/release-actions.yml@0717eb404857b7e4a15dc0db5fbece52921e85fb # 0.13 .1
7474 with :
7575 update-all : ${{ (github.event_name == 'push' && startsWith(github.ref, 'refs/tags/')) || github.event_name == 'workflow_dispatch' }}
7676 github-app-id : ${{ vars.CI_BOT_APP_ID }}
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ concurrency:
2727
2828jobs :
2929 main :
30- uses : hoverkraft-tech/ci-github-common/.github/workflows/need-fix-to-issue.yml@b7dd413209df265bef8d7eb0efb117eaabc684c4 # 0.27 .0
30+ uses : hoverkraft-tech/ci-github-common/.github/workflows/need-fix-to-issue.yml@5f11437c716059f30c635f90055060e4ef8b31a0 # 0.28 .0
3131 with :
3232 manual-commit-ref : ${{ inputs.manual-commit-ref }}
3333 manual-base-ref : ${{ inputs.manual-base-ref }}
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ permissions:
1616
1717jobs :
1818 linter :
19- uses : hoverkraft-tech/ci-github-common/.github/workflows/linter.yml@b7dd413209df265bef8d7eb0efb117eaabc684c4 # 0.27 .0
19+ uses : hoverkraft-tech/ci-github-common/.github/workflows/linter.yml@5f11437c716059f30c635f90055060e4ef8b31a0 # 0.28 .0
2020
2121 test-action-docker-build-image :
2222 needs : linter
Original file line number Diff line number Diff line change @@ -11,4 +11,4 @@ permissions:
1111
1212jobs :
1313 main :
14- uses : hoverkraft-tech/ci-github-common/.github/workflows/stale.yml@b7dd413209df265bef8d7eb0efb117eaabc684c4 # 0.27 .0
14+ uses : hoverkraft-tech/ci-github-common/.github/workflows/stale.yml@5f11437c716059f30c635f90055060e4ef8b31a0 # 0.28 .0
Original file line number Diff line number Diff line change @@ -347,7 +347,7 @@ jobs:
347347 # FIXME: This is a workaround for having workflow actions. See https://github.com/orgs/community/discussions/38659
348348 id-token : write
349349 steps :
350- - uses : hoverkraft-tech/ci-github-common/actions/checkout@b7dd413209df265bef8d7eb0efb117eaabc684c4 # 0.27 .0
350+ - uses : hoverkraft-tech/ci-github-common/actions/checkout@5f11437c716059f30c635f90055060e4ef8b31a0 # 0.28 .0
351351 with :
352352 lfs : ${{ inputs.lfs }}
353353
@@ -431,7 +431,7 @@ jobs:
431431
432432 # FIXME: Set built images infos in file to be uploaded as artifacts, because github action does not handle job outputs for matrix
433433 # https://github.com/orgs/community/discussions/26639
434- - uses : hoverkraft-tech/ci-github-common/actions/set-matrix-output@b7dd413209df265bef8d7eb0efb117eaabc684c4 # 0.27 .0
434+ - uses : hoverkraft-tech/ci-github-common/actions/set-matrix-output@5f11437c716059f30c635f90055060e4ef8b31a0 # 0.28 .0
435435 with :
436436 artifact-name : ${{ needs.prepare-variables.outputs.artifact-name }}
437437 value : ${{ steps.build.outputs.built-image }}
@@ -459,7 +459,7 @@ jobs:
459459 built-images : ${{ steps.create-images-manifests.outputs.built-images }}
460460 steps :
461461 - id : get-matrix-outputs
462- uses : hoverkraft-tech/ci-github-common/actions/get-matrix-outputs@b7dd413209df265bef8d7eb0efb117eaabc684c4 # 0.27 .0
462+ uses : hoverkraft-tech/ci-github-common/actions/get-matrix-outputs@5f11437c716059f30c635f90055060e4ef8b31a0 # 0.28 .0
463463 with :
464464 artifact-name : ${{ needs.prepare-variables.outputs.artifact-name }}
465465
Original file line number Diff line number Diff line change @@ -144,7 +144,7 @@ runs:
144144 rm -fr ./self-actions
145145
146146 - id : slugify-platform
147- uses : hoverkraft-tech/ci-github-common/actions/slugify@b7dd413209df265bef8d7eb0efb117eaabc684c4 # 0.27 .0
147+ uses : hoverkraft-tech/ci-github-common/actions/slugify@5f11437c716059f30c635f90055060e4ef8b31a0 # 0.28 .0
148148 with :
149149 value : ${{ inputs.platform }}
150150
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@b7dd413209df265bef8d7eb0efb117eaabc684c4 # 0.27 .0
67+ uses : hoverkraft-tech/ci-github-common/actions/get-issue-number@5f11437c716059f30c635f90055060e4ef8b31a0 # 0.28 .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 4242 image : ${{ inputs.image }}
4343
4444 - id : is-organization-or-user
45- uses : hoverkraft-tech/ci-github-common/actions/repository-owner-is-organization@b7dd413209df265bef8d7eb0efb117eaabc684c4 # 0.27 .0
45+ uses : hoverkraft-tech/ci-github-common/actions/repository-owner-is-organization@5f11437c716059f30c635f90055060e4ef8b31a0 # 0.28 .0
4646
4747 - id : get-tags-to-delete
4848 uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
Original file line number Diff line number Diff line change 7777 core.setOutput("values-file", valuesFile);
7878 }
7979
80- - uses : hoverkraft-tech/ci-github-common/actions/checkout@b7dd413209df265bef8d7eb0efb117eaabc684c4 # 0.27 .0
80+ - uses : hoverkraft-tech/ci-github-common/actions/checkout@5f11437c716059f30c635f90055060e4ef8b31a0 # 0.28 .0
8181
8282 - uses : losisin/helm-docs-github-action@a57fae5676e4c55a228ea654a1bcaec8dd3cf5b5 # v1.6.2
8383 with :
@@ -104,7 +104,7 @@ runs:
104104 app-id : ${{ inputs.github-app-id }}
105105 private-key : ${{ inputs.github-app-key }}
106106
107- - uses : hoverkraft-tech/ci-github-common/actions/create-and-merge-pull-request@b7dd413209df265bef8d7eb0efb117eaabc684c4 # 0.27 .0
107+ - uses : hoverkraft-tech/ci-github-common/actions/create-and-merge-pull-request@5f11437c716059f30c635f90055060e4ef8b31a0 # 0.28 .0
108108 with :
109109 github-token : ${{ steps.generate-token.outputs.token || inputs.github-token }}
110110 branch : docs/update-helm-chart-docs-${{ steps.prepare-variables.outputs.working-directory-name }}
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@b7dd413209df265bef8d7eb0efb117eaabc684c4 # 0.27 .0
79+ - uses : hoverkraft-tech/ci-github-common/actions/checkout@5f11437c716059f30c635f90055060e4ef8b31a0 # 0.28 .0
8080
8181 - id : chart-values-updates
8282 uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
You can’t perform that action at this time.
0 commit comments