Skip to content

Commit fd900ab

Browse files
dependabot[bot]neilime
authored andcommitted
chore(deps): bump the github-actions-dependencies group across 6 directories with 1 update
Bumps the github-actions-dependencies group with 1 update in the / directory: [hoverkraft-tech/ci-github-common](https://github.com/hoverkraft-tech/ci-github-common). Bumps the github-actions-dependencies group with 1 update in the /actions/docker/build-image directory: [hoverkraft-tech/ci-github-common](https://github.com/hoverkraft-tech/ci-github-common). Bumps the github-actions-dependencies group with 1 update in the /actions/docker/get-image-metadata directory: [hoverkraft-tech/ci-github-common](https://github.com/hoverkraft-tech/ci-github-common). Bumps the github-actions-dependencies group with 1 update in the /actions/docker/prune-pull-requests-image-tags directory: [hoverkraft-tech/ci-github-common](https://github.com/hoverkraft-tech/ci-github-common). Bumps the github-actions-dependencies group with 1 update in the /actions/helm/release-chart directory: [hoverkraft-tech/ci-github-common](https://github.com/hoverkraft-tech/ci-github-common). Bumps the github-actions-dependencies group with 1 update in the /actions/helm/test-chart directory: [hoverkraft-tech/ci-github-common](https://github.com/hoverkraft-tech/ci-github-common). Updates `hoverkraft-tech/ci-github-common` from 0.22.3 to 0.23.0 - [Release notes](https://github.com/hoverkraft-tech/ci-github-common/releases) - [Commits](hoverkraft-tech/ci-github-common@95664be...9a3d71c) Updates `hoverkraft-tech/ci-github-common` from 0.22.3 to 0.23.0 - [Release notes](https://github.com/hoverkraft-tech/ci-github-common/releases) - [Commits](hoverkraft-tech/ci-github-common@95664be...9a3d71c) Updates `hoverkraft-tech/ci-github-common` from 0.22.3 to 0.23.0 - [Release notes](https://github.com/hoverkraft-tech/ci-github-common/releases) - [Commits](hoverkraft-tech/ci-github-common@95664be...9a3d71c) Updates `hoverkraft-tech/ci-github-common` from 0.22.3 to 0.23.0 - [Release notes](https://github.com/hoverkraft-tech/ci-github-common/releases) - [Commits](hoverkraft-tech/ci-github-common@95664be...9a3d71c) Updates `hoverkraft-tech/ci-github-common` from 0.22.3 to 0.23.0 - [Release notes](https://github.com/hoverkraft-tech/ci-github-common/releases) - [Commits](hoverkraft-tech/ci-github-common@95664be...9a3d71c) Updates `hoverkraft-tech/ci-github-common` from 0.22.3 to 0.23.0 - [Release notes](https://github.com/hoverkraft-tech/ci-github-common/releases) - [Commits](hoverkraft-tech/ci-github-common@95664be...9a3d71c) --- updated-dependencies: - dependency-name: hoverkraft-tech/ci-github-common dependency-version: 0.23.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-dependencies - dependency-name: hoverkraft-tech/ci-github-common dependency-version: 0.23.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-dependencies - dependency-name: hoverkraft-tech/ci-github-common dependency-version: 0.23.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-dependencies - dependency-name: hoverkraft-tech/ci-github-common dependency-version: 0.23.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-dependencies - dependency-name: hoverkraft-tech/ci-github-common dependency-version: 0.23.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-dependencies - dependency-name: hoverkraft-tech/ci-github-common dependency-version: 0.23.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9716c5d commit fd900ab

File tree

10 files changed

+12
-12
lines changed

10 files changed

+12
-12
lines changed

.github/workflows/__need-fix-to-issue.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ permissions:
2323

2424
jobs:
2525
main:
26-
uses: hoverkraft-tech/ci-github-common/.github/workflows/need-fix-to-issue.yml@95664be4ec235bfc221c4356c7153cbab3fb8f93 # 0.22.3
26+
uses: hoverkraft-tech/ci-github-common/.github/workflows/need-fix-to-issue.yml@9a3d71ca9f68bc1061db8ea1442084ac31a0f8bf # 0.23.0
2727
with:
2828
manual-commit-ref: ${{ inputs.manual-commit-ref }}
2929
manual-base-ref: ${{ inputs.manual-base-ref }}

.github/workflows/__shared-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ permissions:
1818

1919
jobs:
2020
linter:
21-
uses: hoverkraft-tech/ci-github-common/.github/workflows/linter.yml@95664be4ec235bfc221c4356c7153cbab3fb8f93 # 0.22.3
21+
uses: hoverkraft-tech/ci-github-common/.github/workflows/linter.yml@9a3d71ca9f68bc1061db8ea1442084ac31a0f8bf # 0.23.0
2222
with:
2323
# FIXME: re-enable the following checks
2424
linter-env: |

.github/workflows/__stale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ permissions:
1111

1212
jobs:
1313
main:
14-
uses: hoverkraft-tech/ci-github-common/.github/workflows/stale.yml@95664be4ec235bfc221c4356c7153cbab3fb8f93 # 0.22.3
14+
uses: hoverkraft-tech/ci-github-common/.github/workflows/stale.yml@9a3d71ca9f68bc1061db8ea1442084ac31a0f8bf # 0.23.0

.github/workflows/__test-action-docker-prune-pull-requests-image-tags.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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@95664be4ec235bfc221c4356c7153cbab3fb8f93 # 0.22.3
181+
uses: hoverkraft-tech/ci-github-common/actions/get-issue-number@9a3d71ca9f68bc1061db8ea1442084ac31a0f8bf # 0.23.0
182182

183183
- name: Delete test packages
184184
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1

.github/workflows/docker-build-images.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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@95664be4ec235bfc221c4356c7153cbab3fb8f93 # 0.22.3
337+
- uses: hoverkraft-tech/ci-github-common/actions/checkout@9a3d71ca9f68bc1061db8ea1442084ac31a0f8bf # 0.23.0
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@95664be4ec235bfc221c4356c7153cbab3fb8f93 # 0.22.3
420+
- uses: hoverkraft-tech/ci-github-common/actions/set-matrix-output@9a3d71ca9f68bc1061db8ea1442084ac31a0f8bf # 0.23.0
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@95664be4ec235bfc221c4356c7153cbab3fb8f93 # 0.22.3
448+
uses: hoverkraft-tech/ci-github-common/actions/get-matrix-outputs@9a3d71ca9f68bc1061db8ea1442084ac31a0f8bf # 0.23.0
449449
with:
450450
artifact-name: ${{ needs.prepare-variables.outputs.artifact-name }}
451451

actions/docker/build-image/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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@95664be4ec235bfc221c4356c7153cbab3fb8f93 # 0.22.3
136+
uses: hoverkraft-tech/ci-github-common/actions/slugify@9a3d71ca9f68bc1061db8ea1442084ac31a0f8bf # 0.23.0
137137
with:
138138
value: ${{ inputs.platform }}
139139

actions/docker/get-image-metadata/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ runs:
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@95664be4ec235bfc221c4356c7153cbab3fb8f93 # 0.22.3
62+
uses: hoverkraft-tech/ci-github-common/actions/get-issue-number@9a3d71ca9f68bc1061db8ea1442084ac31a0f8bf # 0.23.0
6363

6464
- id: define-metadata-inputs
6565
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1

actions/docker/prune-pull-requests-image-tags/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ runs:
4242
rm -fr ./self-actions
4343
4444
- id: is-organization-or-user
45-
uses: hoverkraft-tech/ci-github-common/actions/repository-owner-is-organization@95664be4ec235bfc221c4356c7153cbab3fb8f93 # 0.22.3
45+
uses: hoverkraft-tech/ci-github-common/actions/repository-owner-is-organization@9a3d71ca9f68bc1061db8ea1442084ac31a0f8bf # 0.23.0
4646

4747
- id: delete-image-tags
4848
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1

actions/helm/release-chart/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ outputs:
6565
runs:
6666
using: "composite"
6767
steps:
68-
- uses: hoverkraft-tech/ci-github-common/actions/checkout@95664be4ec235bfc221c4356c7153cbab3fb8f93 # 0.22.3
68+
- uses: hoverkraft-tech/ci-github-common/actions/checkout@9a3d71ca9f68bc1061db8ea1442084ac31a0f8bf # 0.23.0
6969

7070
- id: chart-values-updates
7171
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1

actions/helm/test-chart/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ runs:
7070
echo "::error ::At least one of 'enable-lint' or 'enable-install' input must be true"
7171
exit 1
7272
73-
- uses: hoverkraft-tech/ci-github-common/actions/checkout@95664be4ec235bfc221c4356c7153cbab3fb8f93 # 0.22.3
73+
- uses: hoverkraft-tech/ci-github-common/actions/checkout@9a3d71ca9f68bc1061db8ea1442084ac31a0f8bf # 0.23.0
7474
with:
7575
fetch-depth: 0
7676

0 commit comments

Comments
 (0)