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 @@ -27,7 +27,7 @@ concurrency:
2727
2828jobs :
2929 main :
30- uses : hoverkraft-tech/ci-github-common/.github/workflows/need-fix-to-issue.yml@5f11437c716059f30c635f90055060e4ef8b31a0 # 0.28.0
30+ uses : hoverkraft-tech/ci-github-common/.github/workflows/need-fix-to-issue.yml@753288393de1f3d92f687a6761d236ca800f5306 # 0.28.1
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 @@ -12,7 +12,7 @@ permissions: {}
1212
1313jobs :
1414 main :
15- uses : hoverkraft-tech/ci-github-common/.github/workflows/semantic-pull-request.yml@5f11437c716059f30c635f90055060e4ef8b31a0 # 0.28.0
15+ uses : hoverkraft-tech/ci-github-common/.github/workflows/semantic-pull-request.yml@753288393de1f3d92f687a6761d236ca800f5306 # 0.28.1
1616 permissions :
1717 contents : write
1818 pull-requests : write
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@5f11437c716059f30c635f90055060e4ef8b31a0 # 0.28.0
19+ uses : hoverkraft-tech/ci-github-common/.github/workflows/linter.yml@753288393de1f3d92f687a6761d236ca800f5306 # 0.28.1
2020
2121 test-action-docker-build-image :
2222 needs : linter
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ permissions: {}
99
1010jobs :
1111 main :
12- uses : hoverkraft-tech/ci-github-common/.github/workflows/stale.yml@5f11437c716059f30c635f90055060e4ef8b31a0 # 0.28.0
12+ uses : hoverkraft-tech/ci-github-common/.github/workflows/stale.yml@753288393de1f3d92f687a6761d236ca800f5306 # 0.28.1
1313 permissions :
1414 issues : write
1515 pull-requests : write
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@5f11437c716059f30c635f90055060e4ef8b31a0 # 0.28.0
350+ - uses : hoverkraft-tech/ci-github-common/actions/checkout@753288393de1f3d92f687a6761d236ca800f5306 # 0.28.1
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@5f11437c716059f30c635f90055060e4ef8b31a0 # 0.28.0
434+ - uses : hoverkraft-tech/ci-github-common/actions/set-matrix-output@753288393de1f3d92f687a6761d236ca800f5306 # 0.28.1
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@5f11437c716059f30c635f90055060e4ef8b31a0 # 0.28.0
462+ uses : hoverkraft-tech/ci-github-common/actions/get-matrix-outputs@753288393de1f3d92f687a6761d236ca800f5306 # 0.28.1
463463 with :
464464 artifact-name : ${{ needs.prepare-variables.outputs.artifact-name }}
465465
Original file line number Diff line number Diff line change @@ -142,7 +142,7 @@ runs:
142142 rm -fr ./self-actions
143143
144144 - id : slugify-platform
145- uses : hoverkraft-tech/ci-github-common/actions/slugify@5f11437c716059f30c635f90055060e4ef8b31a0 # 0.28.0
145+ uses : hoverkraft-tech/ci-github-common/actions/slugify@753288393de1f3d92f687a6761d236ca800f5306 # 0.28.1
146146 with :
147147 value : ${{ inputs.platform }}
148148
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@5f11437c716059f30c635f90055060e4ef8b31a0 # 0.28.0
67+ uses : hoverkraft-tech/ci-github-common/actions/get-issue-number@753288393de1f3d92f687a6761d236ca800f5306 # 0.28.1
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@5f11437c716059f30c635f90055060e4ef8b31a0 # 0.28.0
45+ uses : hoverkraft-tech/ci-github-common/actions/repository-owner-is-organization@753288393de1f3d92f687a6761d236ca800f5306 # 0.28.1
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 @@ -109,7 +109,7 @@ runs:
109109 }
110110 core.setOutput("textlint-config-path", textlintConfigPath);
111111
112- - uses : hoverkraft-tech/ci-github-common/actions/checkout@5f11437c716059f30c635f90055060e4ef8b31a0 # 0.28.0
112+ - uses : hoverkraft-tech/ci-github-common/actions/checkout@753288393de1f3d92f687a6761d236ca800f5306 # 0.28.1
113113
114114 - uses : losisin/helm-docs-github-action@a57fae5676e4c55a228ea654a1bcaec8dd3cf5b5 # v1.6.2
115115 with :
@@ -182,7 +182,7 @@ runs:
182182 app-id : ${{ inputs.github-app-id }}
183183 private-key : ${{ inputs.github-app-key }}
184184
185- - uses : hoverkraft-tech/ci-github-common/actions/create-and-merge-pull-request@5f11437c716059f30c635f90055060e4ef8b31a0 # 0.28.0
185+ - uses : hoverkraft-tech/ci-github-common/actions/create-and-merge-pull-request@753288393de1f3d92f687a6761d236ca800f5306 # 0.28.1
186186 with :
187187 github-token : ${{ steps.generate-token.outputs.token || inputs.github-token }}
188188 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@5f11437c716059f30c635f90055060e4ef8b31a0 # 0.28.0
79+ - uses : hoverkraft-tech/ci-github-common/actions/checkout@753288393de1f3d92f687a6761d236ca800f5306 # 0.28.1
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