Skip to content

Commit

Permalink
chore(deps): bump hoverkraft-tech/ci-github-common from 0.11.0 to 0.11.2
Browse files Browse the repository at this point in the history
Bumps [hoverkraft-tech/ci-github-common](https://github.com/hoverkraft-tech/ci-github-common) from 0.11.0 to 0.11.2.
- [Release notes](https://github.com/hoverkraft-tech/ci-github-common/releases)
- [Commits](hoverkraft-tech/ci-github-common@0.11.0...0.11.2)

---
updated-dependencies:
- dependency-name: hoverkraft-tech/ci-github-common
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and neilime committed Dec 11, 2023
1 parent f6dc777 commit 8376ca9
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/__generate-dependabot-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- main
jobs:
generate-dependabot-config:
uses: hoverkraft-tech/ci-github-common/.github/workflows/generate-dependabot-config.yml@0.11.0
uses: hoverkraft-tech/ci-github-common/.github/workflows/generate-dependabot-config.yml@0.11.2
with:
github-app-id: ${{ vars.CI_BOT_APP_ID }}
secrets:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/__main-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

release:
needs: ci
uses: hoverkraft-tech/ci-github-common/.github/workflows/release-actions.yml@0.11.0
uses: hoverkraft-tech/ci-github-common/.github/workflows/release-actions.yml@0.11.2
with:
update-all: ${{ (github.event_name == 'push' && startsWith(github.ref, 'refs/tags/')) || github.event_name == 'workflow_dispatch' }}
github-app-id: ${{ vars.CI_BOT_APP_ID }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/__shared-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:

jobs:
linter:
uses: hoverkraft-tech/ci-github-common/.github/workflows/linter.yml@0.11.0
uses: hoverkraft-tech/ci-github-common/.github/workflows/linter.yml@0.11.2

test-action-get-package-manager:
name: Test action "get-package-manager"
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
if: inputs.checks == true && inputs.code-ql != ''
runs-on: "ubuntu-latest"
steps:
- uses: hoverkraft-tech/ci-github-common/actions/checkout@0.11.0
- uses: hoverkraft-tech/ci-github-common/actions/checkout@0.11.2
- uses: github/codeql-action/init@v2.22.9
with:
languages: ${{ inputs.code-ql }}
Expand All @@ -64,7 +64,7 @@ jobs:
steps:
# FIXME: This is a workaround for having workflow ref. See https://github.com/orgs/community/discussions/38659
# jscpd:ignore-start
- uses: hoverkraft-tech/ci-github-common/actions/checkout@0.11.0
- uses: hoverkraft-tech/ci-github-common/actions/checkout@0.11.2

- id: oidc
uses: ChristopherHX/oidc@v2
Expand All @@ -90,7 +90,7 @@ jobs:
id-token: write
steps:
# FIXME: This is a workaround for having workflow ref. See https://github.com/orgs/community/discussions/38659
- uses: hoverkraft-tech/ci-github-common/actions/checkout@0.11.0
- uses: hoverkraft-tech/ci-github-common/actions/checkout@0.11.2

- id: oidc
uses: ChristopherHX/oidc@v2
Expand Down Expand Up @@ -143,7 +143,7 @@ jobs:
id-token: write
steps:
# FIXME: This is a workaround for having workflow ref. See https://github.com/orgs/community/discussions/38659
- uses: hoverkraft-tech/ci-github-common/actions/checkout@0.11.0
- uses: hoverkraft-tech/ci-github-common/actions/checkout@0.11.2

- id: oidc
uses: ChristopherHX/oidc@v2
Expand Down Expand Up @@ -212,7 +212,7 @@ jobs:
id-token: write
steps:
# FIXME: This is a workaround for having workflow ref. See https://github.com/orgs/community/discussions/38659
- uses: hoverkraft-tech/ci-github-common/actions/checkout@0.11.0
- uses: hoverkraft-tech/ci-github-common/actions/checkout@0.11.2

- id: oidc
uses: ChristopherHX/oidc@v2
Expand Down

0 comments on commit 8376ca9

Please sign in to comment.