File tree Expand file tree Collapse file tree 11 files changed +16
-14
lines changed
prune-pull-requests-image-tags Expand file tree Collapse file tree 11 files changed +16
-14
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ permissions:
2323
2424jobs :
2525 main :
26- uses : hoverkraft-tech/ci-github-common/.github/workflows/need-fix-to-issue.yml@abd5469ef96aaa3fa1508e2cbaa3e76734533e8a # 0.22.2
26+ uses : hoverkraft-tech/ci-github-common/.github/workflows/need-fix-to-issue.yml@95664be4ec235bfc221c4356c7153cbab3fb8f93 # 0.22.3
2727 with :
2828 manual-commit-ref : ${{ inputs.manual-commit-ref }}
2929 manual-base-ref : ${{ inputs.manual-base-ref }}
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ on: # yamllint disable-line rule:truthy
77 branches : [main]
88
99permissions :
10+ actions : read
1011 contents : read
1112 issues : read
1213 packages : write
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ on: # yamllint disable-line rule:truthy
55 workflow_call :
66
77permissions :
8+ actions : read
89 contents : read
910 issues : read
1011 packages : write
@@ -17,7 +18,7 @@ permissions:
1718
1819jobs :
1920 linter :
20- uses : hoverkraft-tech/ci-github-common/.github/workflows/linter.yml@abd5469ef96aaa3fa1508e2cbaa3e76734533e8a # 0.22.2
21+ uses : hoverkraft-tech/ci-github-common/.github/workflows/linter.yml@95664be4ec235bfc221c4356c7153cbab3fb8f93 # 0.22.3
2122 with :
2223 # FIXME: re-enable the following checks
2324 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@abd5469ef96aaa3fa1508e2cbaa3e76734533e8a # 0.22.2
14+ uses : hoverkraft-tech/ci-github-common/.github/workflows/stale.yml@95664be4ec235bfc221c4356c7153cbab3fb8f93 # 0.22.3
Original file line number Diff line number Diff line change @@ -178,7 +178,7 @@ jobs:
178178
179179 - id : get-issue-number
180180 if : ${{ github.event_name == 'pull_request' }}
181- uses : hoverkraft-tech/ci-github-common/actions/get-issue-number@abd5469ef96aaa3fa1508e2cbaa3e76734533e8a # 0.22.2
181+ uses : hoverkraft-tech/ci-github-common/actions/get-issue-number@95664be4ec235bfc221c4356c7153cbab3fb8f93 # 0.22.3
182182
183183 - name : Delete test packages
184184 uses : actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
Original file line number Diff line number Diff line change @@ -334,7 +334,7 @@ jobs:
334334 # FIXME: This is a workaround for having workflow actions. See https://github.com/orgs/community/discussions/38659
335335 id-token : write
336336 steps :
337- - uses : hoverkraft-tech/ci-github-common/actions/checkout@abd5469ef96aaa3fa1508e2cbaa3e76734533e8a # 0.22.2
337+ - uses : hoverkraft-tech/ci-github-common/actions/checkout@95664be4ec235bfc221c4356c7153cbab3fb8f93 # 0.22.3
338338 with :
339339 lfs : ${{ inputs.lfs }}
340340
@@ -417,7 +417,7 @@ jobs:
417417
418418 # FIXME: Set built images infos in file to be uploaded as artifacts, because github action does not handle job outputs for matrix
419419 # https://github.com/orgs/community/discussions/26639
420- - uses : hoverkraft-tech/ci-github-common/actions/set-matrix-output@abd5469ef96aaa3fa1508e2cbaa3e76734533e8a # 0.22.2
420+ - uses : hoverkraft-tech/ci-github-common/actions/set-matrix-output@95664be4ec235bfc221c4356c7153cbab3fb8f93 # 0.22.3
421421 with :
422422 artifact-name : ${{ needs.prepare-variables.outputs.artifact-name }}
423423 value : ${{ steps.build.outputs.built-image }}
@@ -445,7 +445,7 @@ jobs:
445445 built-images : ${{ steps.built-images.outputs.built-images }}
446446 steps :
447447 - id : get-matrix-outputs
448- uses : hoverkraft-tech/ci-github-common/actions/get-matrix-outputs@abd5469ef96aaa3fa1508e2cbaa3e76734533e8a # 0.22.2
448+ uses : hoverkraft-tech/ci-github-common/actions/get-matrix-outputs@95664be4ec235bfc221c4356c7153cbab3fb8f93 # 0.22.3
449449 with :
450450 artifact-name : ${{ needs.prepare-variables.outputs.artifact-name }}
451451
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@abd5469ef96aaa3fa1508e2cbaa3e76734533e8a # 0.22.2
136+ uses : hoverkraft-tech/ci-github-common/actions/slugify@95664be4ec235bfc221c4356c7153cbab3fb8f93 # 0.22.3
137137 with :
138138 value : ${{ inputs.platform }}
139139
@@ -231,7 +231,7 @@ runs:
231231 password : ${{ inputs.oci-registry-password }}
232232
233233 - id : build
234- uses : docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6.15 .0
234+ uses : docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1 # v6.16 .0
235235 with :
236236 context : ${{ inputs.context }}
237237 build-args : ${{ inputs.build-args }}
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@abd5469ef96aaa3fa1508e2cbaa3e76734533e8a # 0.22.2
62+ uses : hoverkraft-tech/ci-github-common/actions/get-issue-number@95664be4ec235bfc221c4356c7153cbab3fb8f93 # 0.22.3
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@abd5469ef96aaa3fa1508e2cbaa3e76734533e8a # 0.22.2
45+ uses : hoverkraft-tech/ci-github-common/actions/repository-owner-is-organization@95664be4ec235bfc221c4356c7153cbab3fb8f93 # 0.22.3
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 @@ -65,7 +65,7 @@ outputs:
6565runs :
6666 using : " composite"
6767 steps :
68- - uses : hoverkraft-tech/ci-github-common/actions/checkout@abd5469ef96aaa3fa1508e2cbaa3e76734533e8a # 0.22.2
68+ - uses : hoverkraft-tech/ci-github-common/actions/checkout@95664be4ec235bfc221c4356c7153cbab3fb8f93 # 0.22.3
6969
7070 - id : chart-values-updates
7171 uses : actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
You can’t perform that action at this time.
0 commit comments