File tree Expand file tree Collapse file tree
prune-pull-requests-image-tags Expand file tree Collapse file tree 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@96630200183ad2374b71f20a6cb6d828c5e8b2c2 # 0.6.0
71+ uses : hoverkraft-tech/ci-github-publish/.github/workflows/release-actions.yml@d404b9ebce43ba9b1cf12fc83be5839a32dde2bd # 0.6.1
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 @@ -27,7 +27,7 @@ concurrency:
2727
2828jobs :
2929 main :
30- uses : hoverkraft-tech/ci-github-common/.github/workflows/need-fix-to-issue.yml@9a3d71ca9f68bc1061db8ea1442084ac31a0f8bf # 0.23.0
30+ uses : hoverkraft-tech/ci-github-common/.github/workflows/need-fix-to-issue.yml@6857ef6d10f704e0998aa4955282f27d1b9be778 # 0.23.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 @@ -16,7 +16,7 @@ permissions:
1616
1717jobs :
1818 linter :
19- uses : hoverkraft-tech/ci-github-common/.github/workflows/linter.yml@9a3d71ca9f68bc1061db8ea1442084ac31a0f8bf # 0.23.0
19+ uses : hoverkraft-tech/ci-github-common/.github/workflows/linter.yml@6857ef6d10f704e0998aa4955282f27d1b9be778 # 0.23.1
2020 with :
2121 # FIXME: Remove this on next super-linter release
2222 linter-env : |
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@9a3d71ca9f68bc1061db8ea1442084ac31a0f8bf # 0.23.0
14+ uses : hoverkraft-tech/ci-github-common/.github/workflows/stale.yml@6857ef6d10f704e0998aa4955282f27d1b9be778 # 0.23.1
Original file line number Diff line number Diff line change @@ -177,7 +177,7 @@ jobs:
177177
178178 - id : get-issue-number
179179 if : ${{ github.event_name == 'pull_request' }}
180- uses : hoverkraft-tech/ci-github-common/actions/get-issue-number@9a3d71ca9f68bc1061db8ea1442084ac31a0f8bf # 0.23.0
180+ uses : hoverkraft-tech/ci-github-common/actions/get-issue-number@6857ef6d10f704e0998aa4955282f27d1b9be778 # 0.23.1
181181
182182 - name : Delete test packages
183183 uses : actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
Original file line number Diff line number Diff line change @@ -333,7 +333,7 @@ jobs:
333333 # FIXME: This is a workaround for having workflow actions. See https://github.com/orgs/community/discussions/38659
334334 id-token : write
335335 steps :
336- - uses : hoverkraft-tech/ci-github-common/actions/checkout@9a3d71ca9f68bc1061db8ea1442084ac31a0f8bf # 0.23.0
336+ - uses : hoverkraft-tech/ci-github-common/actions/checkout@6857ef6d10f704e0998aa4955282f27d1b9be778 # 0.23.1
337337 with :
338338 lfs : ${{ inputs.lfs }}
339339
@@ -416,7 +416,7 @@ jobs:
416416
417417 # FIXME: Set built images infos in file to be uploaded as artifacts, because github action does not handle job outputs for matrix
418418 # https://github.com/orgs/community/discussions/26639
419- - uses : hoverkraft-tech/ci-github-common/actions/set-matrix-output@9a3d71ca9f68bc1061db8ea1442084ac31a0f8bf # 0.23.0
419+ - uses : hoverkraft-tech/ci-github-common/actions/set-matrix-output@6857ef6d10f704e0998aa4955282f27d1b9be778 # 0.23.1
420420 with :
421421 artifact-name : ${{ needs.prepare-variables.outputs.artifact-name }}
422422 value : ${{ steps.build.outputs.built-image }}
@@ -444,7 +444,7 @@ jobs:
444444 built-images : ${{ steps.built-images.outputs.built-images }}
445445 steps :
446446 - id : get-matrix-outputs
447- uses : hoverkraft-tech/ci-github-common/actions/get-matrix-outputs@9a3d71ca9f68bc1061db8ea1442084ac31a0f8bf # 0.23.0
447+ uses : hoverkraft-tech/ci-github-common/actions/get-matrix-outputs@6857ef6d10f704e0998aa4955282f27d1b9be778 # 0.23.1
448448 with :
449449 artifact-name : ${{ needs.prepare-variables.outputs.artifact-name }}
450450
Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ runs:
133133 rm -fr ./self-actions
134134
135135 - id : slugify-platform
136- uses : hoverkraft-tech/ci-github-common/actions/slugify@9a3d71ca9f68bc1061db8ea1442084ac31a0f8bf # 0.23.0
136+ uses : hoverkraft-tech/ci-github-common/actions/slugify@6857ef6d10f704e0998aa4955282f27d1b9be778 # 0.23.1
137137 with :
138138 value : ${{ inputs.platform }}
139139
Original file line number Diff line number Diff line change 5959
6060 - id : get-issue-number
6161 if : inputs.tag == '' && (github.event_name == 'pull_request' || github.event_name == 'pull_request_review' || github.event_name == 'issue_comment')
62- uses : hoverkraft-tech/ci-github-common/actions/get-issue-number@9a3d71ca9f68bc1061db8ea1442084ac31a0f8bf # 0.23.0
62+ uses : hoverkraft-tech/ci-github-common/actions/get-issue-number@6857ef6d10f704e0998aa4955282f27d1b9be778 # 0.23.1
6363
6464 - id : define-metadata-inputs
6565 uses : actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
Original file line number Diff line number Diff line change 4242 rm -fr ./self-actions
4343
4444 - id : is-organization-or-user
45- uses : hoverkraft-tech/ci-github-common/actions/repository-owner-is-organization@9a3d71ca9f68bc1061db8ea1442084ac31a0f8bf # 0.23.0
45+ uses : hoverkraft-tech/ci-github-common/actions/repository-owner-is-organization@6857ef6d10f704e0998aa4955282f27d1b9be778 # 0.23.1
4646
4747 - id : delete-image-tags
4848 uses : actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
Original file line number Diff line number Diff line change 4040 run : |
4141 echo "working-directory-name=$(basename "${{ inputs.working-directory }}")" >> "$GITHUB_OUTPUT"
4242
43- - uses : hoverkraft-tech/ci-github-common/actions/checkout@9a3d71ca9f68bc1061db8ea1442084ac31a0f8bf # 0.23.0
43+ - uses : hoverkraft-tech/ci-github-common/actions/checkout@6857ef6d10f704e0998aa4955282f27d1b9be778 # 0.23.1
4444
4545 - uses : losisin/helm-docs-github-action@178c1a8927bcd668d487395beda342ba270895b3 # v1.6.1
4646 with :
5353 app-id : ${{ inputs.github-app-id }}
5454 private-key : ${{ inputs.github-app-key }}
5555
56- - uses : hoverkraft-tech/ci-github-common/actions/create-and-merge-pull-request@9a3d71ca9f68bc1061db8ea1442084ac31a0f8bf # 0.23.0
56+ - uses : hoverkraft-tech/ci-github-common/actions/create-and-merge-pull-request@6857ef6d10f704e0998aa4955282f27d1b9be778 # 0.23.1
5757 with :
5858 github-token : ${{ steps.generate-token.outputs.token || inputs.github-token }}
5959 branch : docs/update-helm-chart-docs-${{ steps.prepare-variables.outputs.working-directory-name }}
You can’t perform that action at this time.
0 commit comments