Skip to content

Commit 1550be4

Browse files
dependabot[bot]neilime
authored andcommitted
chore(deps): bump hoverkraft-tech/ci-github-common
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). Updates `hoverkraft-tech/ci-github-common` from 0.15.0 to 0.16.0 - [Release notes](https://github.com/hoverkraft-tech/ci-github-common/releases) - [Commits](hoverkraft-tech/ci-github-common@0.15.0...0.16.0) --- updated-dependencies: - dependency-name: hoverkraft-tech/ci-github-common dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-dependencies ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Emilien Escalle <[email protected]>
1 parent 6cd5ff8 commit 1550be4

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
lines changed

.github/workflows/__greetings.yml

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

1414
jobs:
1515
greetings:
16-
uses: hoverkraft-tech/ci-github-common/.github/workflows/greetings.yml@0.15.0
16+
uses: hoverkraft-tech/ci-github-common/.github/workflows/greetings.yml@0.16.0

.github/workflows/__main-ci.yml

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

2626
release:
2727
needs: ci
28-
uses: hoverkraft-tech/ci-github-common/.github/workflows/release-actions.yml@0.15.0
28+
uses: hoverkraft-tech/ci-github-publish/.github/workflows/release-actions.yml@0.1.0
2929
with:
3030
update-all: ${{ (github.event_name == 'push' && startsWith(github.ref, 'refs/tags/')) || github.event_name == 'workflow_dispatch' }}
3131
github-app-id: ${{ vars.CI_BOT_APP_ID }}

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

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

2121
jobs:
2222
main:
23-
uses: hoverkraft-tech/ci-github-common/.github/workflows/need-fix-to-issue.yml@0.15.0
23+
uses: hoverkraft-tech/ci-github-common/.github/workflows/need-fix-to-issue.yml@0.16.0
2424
with:
2525
manual-commit-ref: ${{ inputs.manual-commit-ref }}
2626
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
@@ -12,7 +12,7 @@ permissions:
1212

1313
jobs:
1414
linter:
15-
uses: hoverkraft-tech/ci-github-common/.github/workflows/linter.yml@0.15.0
15+
uses: hoverkraft-tech/ci-github-common/.github/workflows/linter.yml@0.16.0
1616

1717
test-action-get-package-manager:
1818
name: Test action "get-package-manager"

.github/workflows/__stale.yml

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

1111
jobs:
1212
main:
13-
uses: hoverkraft-tech/ci-github-common/.github/workflows/stale.yml@0.15.0
13+
uses: hoverkraft-tech/ci-github-common/.github/workflows/stale.yml@0.16.0

.github/workflows/continuous-integration.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
security-events: write
6262
runs-on: "ubuntu-latest"
6363
steps:
64-
- uses: hoverkraft-tech/ci-github-common/actions/checkout@0.15.0
64+
- uses: hoverkraft-tech/ci-github-common/actions/checkout@0.16.0
6565
- uses: github/codeql-action/[email protected]
6666
with:
6767
languages: ${{ inputs.code-ql }}
@@ -74,7 +74,7 @@ jobs:
7474
contents: read
7575
runs-on: "ubuntu-latest"
7676
steps:
77-
- uses: hoverkraft-tech/ci-github-common/actions/checkout@0.15.0
77+
- uses: hoverkraft-tech/ci-github-common/actions/checkout@0.16.0
7878
- uses: actions/dependency-review-action@v4
7979

8080
setup:
@@ -90,7 +90,7 @@ jobs:
9090
steps:
9191
# FIXME: This is a workaround for having workflow ref. See https://github.com/orgs/community/discussions/38659
9292
# jscpd:ignore-start
93-
- uses: hoverkraft-tech/ci-github-common/actions/checkout@0.15.0
93+
- uses: hoverkraft-tech/ci-github-common/actions/checkout@0.16.0
9494

9595
- id: oidc
9696
uses: ChristopherHX/oidc@v3
@@ -162,7 +162,7 @@ jobs:
162162
id-token: write
163163
steps:
164164
# FIXME: This is a workaround for having workflow ref. See https://github.com/orgs/community/discussions/38659
165-
- uses: hoverkraft-tech/ci-github-common/actions/checkout@0.15.0
165+
- uses: hoverkraft-tech/ci-github-common/actions/checkout@0.16.0
166166

167167
- id: oidc
168168
uses: ChristopherHX/oidc@v3
@@ -196,7 +196,7 @@ jobs:
196196
id-token: write
197197
steps:
198198
# FIXME: This is a workaround for having workflow ref. See https://github.com/orgs/community/discussions/38659
199-
- uses: hoverkraft-tech/ci-github-common/actions/checkout@0.15.0
199+
- uses: hoverkraft-tech/ci-github-common/actions/checkout@0.16.0
200200
if: needs.setup.outputs.build-commands
201201

202202
- id: oidc
@@ -257,7 +257,7 @@ jobs:
257257
id-token: write
258258
steps:
259259
# FIXME: This is a workaround for having workflow ref. See https://github.com/orgs/community/discussions/38659
260-
- uses: hoverkraft-tech/ci-github-common/actions/checkout@0.15.0
260+
- uses: hoverkraft-tech/ci-github-common/actions/checkout@0.16.0
261261

262262
- if: needs.setup.outputs.build-artifact
263263
uses: actions/download-artifact@v4

0 commit comments

Comments
 (0)