Skip to content

Commit 4f2d05c

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

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.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/[email protected].0
9+
uses: hoverkraft-tech/ci-github-common/.github/workflows/[email protected].1
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
@@ -11,7 +11,7 @@ jobs:
1111

1212
release:
1313
needs: ci
14-
uses: hoverkraft-tech/ci-github-common/.github/workflows/[email protected].0
14+
uses: hoverkraft-tech/ci-github-common/.github/workflows/[email protected].1
1515
with:
1616
update-all: ${{ (github.event_name == 'push' && startsWith(github.ref, 'refs/tags/')) || github.event_name == 'workflow_dispatch' }}
1717
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/[email protected].0
8+
uses: hoverkraft-tech/ci-github-common/.github/workflows/[email protected].1
99

1010
test-action-get-package-manager:
1111
name: Test action "get-package-manager"

.github/workflows/continuous-integration.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
if: inputs.checks == true && inputs.code-ql != ''
4949
runs-on: "ubuntu-latest"
5050
steps:
51-
- uses: hoverkraft-tech/ci-github-common/actions/[email protected].0
51+
- uses: hoverkraft-tech/ci-github-common/actions/[email protected].1
5252
- uses: github/codeql-action/[email protected]
5353
with:
5454
languages: ${{ inputs.code-ql }}
@@ -64,7 +64,7 @@ jobs:
6464
steps:
6565
# FIXME: This is a workaround for having workflow ref. See https://github.com/orgs/community/discussions/38659
6666
# jscpd:ignore-start
67-
- uses: hoverkraft-tech/ci-github-common/actions/[email protected].0
67+
- uses: hoverkraft-tech/ci-github-common/actions/[email protected].1
6868

6969
- id: oidc
7070
uses: ChristopherHX/oidc@v2
@@ -90,7 +90,7 @@ jobs:
9090
id-token: write
9191
steps:
9292
# FIXME: This is a workaround for having workflow ref. See https://github.com/orgs/community/discussions/38659
93-
- uses: hoverkraft-tech/ci-github-common/actions/[email protected].0
93+
- uses: hoverkraft-tech/ci-github-common/actions/[email protected].1
9494

9595
- id: oidc
9696
uses: ChristopherHX/oidc@v2
@@ -143,7 +143,7 @@ jobs:
143143
id-token: write
144144
steps:
145145
# FIXME: This is a workaround for having workflow ref. See https://github.com/orgs/community/discussions/38659
146-
- uses: hoverkraft-tech/ci-github-common/actions/[email protected].0
146+
- uses: hoverkraft-tech/ci-github-common/actions/[email protected].1
147147

148148
- id: oidc
149149
uses: ChristopherHX/oidc@v2
@@ -212,7 +212,7 @@ jobs:
212212
id-token: write
213213
steps:
214214
# FIXME: This is a workaround for having workflow ref. See https://github.com/orgs/community/discussions/38659
215-
- uses: hoverkraft-tech/ci-github-common/actions/[email protected].0
215+
- uses: hoverkraft-tech/ci-github-common/actions/[email protected].1
216216

217217
- id: oidc
218218
uses: ChristopherHX/oidc@v2

0 commit comments

Comments
 (0)