Skip to content

Commit f7e927a

Browse files
dependabot[bot]neilime
authored andcommitted
chore(deps): bump the github-actions-dependencies group across 6 directories with 3 updates
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 2 updates in the /actions/docker/build-image directory: [hoverkraft-tech/ci-github-common](https://github.com/hoverkraft-tech/ci-github-common) and [docker/build-push-action](https://github.com/docker/build-push-action). 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 2 updates in the /actions/helm/test-chart directory: [hoverkraft-tech/ci-github-common](https://github.com/hoverkraft-tech/ci-github-common) and [actions/setup-python](https://github.com/actions/setup-python). Updates `hoverkraft-tech/ci-github-common` from 0.22.2 to 0.22.3 - [Release notes](https://github.com/hoverkraft-tech/ci-github-common/releases) - [Commits](hoverkraft-tech/ci-github-common@abd5469...95664be) Updates `hoverkraft-tech/ci-github-common` from 0.22.2 to 0.22.3 - [Release notes](https://github.com/hoverkraft-tech/ci-github-common/releases) - [Commits](hoverkraft-tech/ci-github-common@abd5469...95664be) Updates `docker/build-push-action` from 6.15.0 to 6.16.0 - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@471d1dc...14487ce) Updates `hoverkraft-tech/ci-github-common` from 0.22.2 to 0.22.3 - [Release notes](https://github.com/hoverkraft-tech/ci-github-common/releases) - [Commits](hoverkraft-tech/ci-github-common@abd5469...95664be) Updates `hoverkraft-tech/ci-github-common` from 0.22.2 to 0.22.3 - [Release notes](https://github.com/hoverkraft-tech/ci-github-common/releases) - [Commits](hoverkraft-tech/ci-github-common@abd5469...95664be) Updates `hoverkraft-tech/ci-github-common` from 0.22.2 to 0.22.3 - [Release notes](https://github.com/hoverkraft-tech/ci-github-common/releases) - [Commits](hoverkraft-tech/ci-github-common@abd5469...95664be) Updates `hoverkraft-tech/ci-github-common` from 0.22.2 to 0.22.3 - [Release notes](https://github.com/hoverkraft-tech/ci-github-common/releases) - [Commits](hoverkraft-tech/ci-github-common@abd5469...95664be) Updates `actions/setup-python` from 5.5.0 to 5.6.0 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@8d9ed9a...a26af69) --- updated-dependencies: - dependency-name: hoverkraft-tech/ci-github-common dependency-version: 0.22.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions-dependencies - dependency-name: hoverkraft-tech/ci-github-common dependency-version: 0.22.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions-dependencies - dependency-name: docker/build-push-action dependency-version: 6.16.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.22.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions-dependencies - dependency-name: hoverkraft-tech/ci-github-common dependency-version: 0.22.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions-dependencies - dependency-name: hoverkraft-tech/ci-github-common dependency-version: 0.22.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions-dependencies - dependency-name: hoverkraft-tech/ci-github-common dependency-version: 0.22.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions-dependencies - dependency-name: actions/setup-python dependency-version: 5.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Emilien Escalle <emilien.escalle@escemi.com>
1 parent e18113e commit f7e927a

File tree

11 files changed

+16
-14
lines changed

11 files changed

+16
-14
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@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 }}

.github/workflows/__pull-request-ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on: # yamllint disable-line rule:truthy
77
branches: [main]
88

99
permissions:
10+
actions: read
1011
contents: read
1112
issues: read
1213
packages: write

.github/workflows/__shared-ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on: # yamllint disable-line rule:truthy
55
workflow_call:
66

77
permissions:
8+
actions: read
89
contents: read
910
issues: read
1011
packages: write
@@ -17,7 +18,7 @@ permissions:
1718

1819
jobs:
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: |

.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@abd5469ef96aaa3fa1508e2cbaa3e76734533e8a # 0.22.2
14+
uses: hoverkraft-tech/ci-github-common/.github/workflows/stale.yml@95664be4ec235bfc221c4356c7153cbab3fb8f93 # 0.22.3

.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@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

.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@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

actions/docker/build-image/action.yml

Lines changed: 2 additions & 2 deletions
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@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 }}

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@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

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@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

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@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

0 commit comments

Comments
 (0)