Skip to content

Commit e26113a

Browse files
dependabot[bot]neilime
authored andcommitted
chore(deps): bump hoverkraft-tech/ci-github-common from 0.9.1 to 0.10.0
Bumps [hoverkraft-tech/ci-github-common](https://github.com/hoverkraft-tech/ci-github-common) from 0.9.1 to 0.10.0. - [Release notes](https://github.com/hoverkraft-tech/ci-github-common/releases) - [Commits](hoverkraft-tech/ci-github-common@0.9.1...0.10.0) --- updated-dependencies: - dependency-name: hoverkraft-tech/ci-github-common dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent de5fe56 commit e26113a

6 files changed

Lines changed: 7 additions & 7 deletions

.github/workflows/__generate-dependabot-config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- main
77
jobs:
88
generate-dependabot-config:
9-
uses: hoverkraft-tech/ci-github-common/.github/workflows/generate-dependabot-config.yml@0.9.1
9+
uses: hoverkraft-tech/ci-github-common/.github/workflows/generate-dependabot-config.yml@0.10.0
1010
with:
1111
github-app-id: ${{ vars.CI_BOT_APP_ID }}
1212
secrets:

.github/workflows/__main-ci.yml

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

1919
release:
2020
needs: ci
21-
uses: hoverkraft-tech/ci-github-common/.github/workflows/release-actions.yml@0.9.1
21+
uses: hoverkraft-tech/ci-github-common/.github/workflows/release-actions.yml@0.10.0
2222
with:
2323
update-all: ${{ (github.event_name == 'push' && startsWith(github.ref, 'refs/tags/')) || github.event_name == 'workflow_dispatch' }}
2424
github-app-id: ${{ vars.CI_BOT_APP_ID }}

.github/workflows/__shared-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55

66
jobs:
77
linter:
8-
uses: hoverkraft-tech/ci-github-common/.github/workflows/linter.yml@0.9.1
8+
uses: hoverkraft-tech/ci-github-common/.github/workflows/linter.yml@0.10.0
99

1010
test-action-docker-build-image:
1111
needs: linter

.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
@@ -130,7 +130,7 @@ jobs:
130130

131131
- id: get-issue-number
132132
if: ${{ github.event_name == 'pull_request' }}
133-
uses: hoverkraft-tech/ci-github-common/actions/get-issue-number@0.9.1
133+
uses: hoverkraft-tech/ci-github-common/actions/get-issue-number@0.10.0
134134

135135
- name: Cleanup images tags
136136
if: ${{ github.event_name == 'pull_request' }}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ jobs:
159159

160160
- id: get-issue-number
161161
if: ${{ github.event_name == 'pull_request' }}
162-
uses: hoverkraft-tech/ci-github-common/actions/get-issue-number@0.9.1
162+
uses: hoverkraft-tech/ci-github-common/actions/get-issue-number@0.10.0
163163

164164
- name: Cleanup application-1 images
165165
if: ${{ github.event_name == 'pull_request' }}

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ jobs:
196196
197197
# FIXME: Set built images infos in file to be uploaded as artifacts, because github action does not handle job outputs for matrix
198198
# https://github.com/orgs/community/discussions/26639
199-
- uses: hoverkraft-tech/ci-github-common/actions/set-matrix-output@0.9.1
199+
- uses: hoverkraft-tech/ci-github-common/actions/set-matrix-output@0.10.0
200200
with:
201201
artifact-name: ${{ needs.prepare-variables.outputs.artifact-name }}
202202
value: ${{ steps.outputs-built-image.outputs.built-image }}
@@ -220,7 +220,7 @@ jobs:
220220
id-token: write
221221
steps:
222222
- id: get-matrix-outputs
223-
uses: hoverkraft-tech/ci-github-common/actions/get-matrix-outputs@0.9.1
223+
uses: hoverkraft-tech/ci-github-common/actions/get-matrix-outputs@0.10.0
224224
with:
225225
artifact-name: ${{ needs.prepare-variables.outputs.artifact-name }}
226226

0 commit comments

Comments
 (0)