Skip to content

Commit

Permalink
chore(deps): bump hoverkraft-tech/ci-github-common from 0.12.0 to 0.12.1
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.12.0 to 0.12.1.
- [Release notes](https://github.com/hoverkraft-tech/ci-github-common/releases)
- [Commits](hoverkraft-tech/ci-github-common@0.12.0...0.12.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] <support@github.com>
  • Loading branch information
dependabot[bot] committed Feb 26, 2024
1 parent 2e14340 commit e72b794
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.12.0
uses: hoverkraft-tech/ci-github-common/.github/workflows/generate-dependabot-config.yml@0.12.1
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 @@ -16,7 +16,7 @@ jobs:

release:
needs: ci
uses: hoverkraft-tech/ci-github-common/.github/workflows/release-actions.yml@0.12.0
uses: hoverkraft-tech/ci-github-common/.github/workflows/release-actions.yml@0.12.1
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.12.0
uses: hoverkraft-tech/ci-github-common/.github/workflows/linter.yml@0.12.1

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 @@ -54,7 +54,7 @@ jobs:
security-events: write
runs-on: "ubuntu-latest"
steps:
- uses: hoverkraft-tech/ci-github-common/actions/checkout@0.12.0
- uses: hoverkraft-tech/ci-github-common/actions/checkout@0.12.1
- uses: github/codeql-action/init@v3.24.5
with:
languages: ${{ inputs.code-ql }}
Expand All @@ -73,7 +73,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.12.0
- uses: hoverkraft-tech/ci-github-common/actions/checkout@0.12.1

- id: oidc
uses: ChristopherHX/oidc@v3
Expand Down Expand Up @@ -147,7 +147,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.12.0
- uses: hoverkraft-tech/ci-github-common/actions/checkout@0.12.1

- id: oidc
uses: ChristopherHX/oidc@v3
Expand Down Expand Up @@ -200,7 +200,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.12.0
- uses: hoverkraft-tech/ci-github-common/actions/checkout@0.12.1

- id: oidc
uses: ChristopherHX/oidc@v3
Expand Down Expand Up @@ -277,7 +277,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.12.0
- uses: hoverkraft-tech/ci-github-common/actions/checkout@0.12.1

- if: needs.setup.outputs.build-artifact
uses: actions/download-artifact@v4
Expand Down

0 comments on commit e72b794

Please sign in to comment.