From 1bb9372085ae5eb0de30534da0aa7302e3b68a46 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Apr 2024 04:21:32 +0000 Subject: [PATCH] chore(deps): bump the github-actions-dependencies group with 2 updates Bumps the github-actions-dependencies group with 2 updates: [hoverkraft-tech/ci-github-common](https://github.com/hoverkraft-tech/ci-github-common) and [codecov/codecov-action](https://github.com/codecov/codecov-action). Updates `hoverkraft-tech/ci-github-common` from 0.13.1 to 0.13.2 - [Release notes](https://github.com/hoverkraft-tech/ci-github-common/releases) - [Commits](https://github.com/hoverkraft-tech/ci-github-common/compare/0.13.1...0.13.2) Updates `codecov/codecov-action` from 4.2.0 to 4.3.0 - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/codecov/codecov-action/compare/v4.2.0...v4.3.0) --- updated-dependencies: - dependency-name: hoverkraft-tech/ci-github-common dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions-dependencies - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/__generate-dependabot-config.yml | 2 +- .github/workflows/__greetings.yml | 2 +- .github/workflows/__main-ci.yml | 2 +- .github/workflows/__need-fix-to-issue.yml | 2 +- .github/workflows/__shared-ci.yml | 2 +- .github/workflows/__stale.yml | 2 +- .github/workflows/continuous-integration.yml | 12 ++++++------ 7 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/__generate-dependabot-config.yml b/.github/workflows/__generate-dependabot-config.yml index d95fb37f..5d847b49 100644 --- a/.github/workflows/__generate-dependabot-config.yml +++ b/.github/workflows/__generate-dependabot-config.yml @@ -10,7 +10,7 @@ permissions: jobs: generate-dependabot-config: - uses: hoverkraft-tech/ci-github-common/.github/workflows/generate-dependabot-config.yml@0.13.1 + uses: hoverkraft-tech/ci-github-common/.github/workflows/generate-dependabot-config.yml@0.13.2 with: github-app-id: ${{ vars.CI_BOT_APP_ID }} secrets: diff --git a/.github/workflows/__greetings.yml b/.github/workflows/__greetings.yml index 42f54d4f..0567d7fa 100644 --- a/.github/workflows/__greetings.yml +++ b/.github/workflows/__greetings.yml @@ -13,4 +13,4 @@ permissions: jobs: greetings: - uses: hoverkraft-tech/ci-github-common/.github/workflows/greetings.yml@0.13.1 + uses: hoverkraft-tech/ci-github-common/.github/workflows/greetings.yml@0.13.2 diff --git a/.github/workflows/__main-ci.yml b/.github/workflows/__main-ci.yml index 6fa5843e..f203084e 100644 --- a/.github/workflows/__main-ci.yml +++ b/.github/workflows/__main-ci.yml @@ -25,7 +25,7 @@ jobs: release: needs: ci - uses: hoverkraft-tech/ci-github-common/.github/workflows/release-actions.yml@0.13.1 + uses: hoverkraft-tech/ci-github-common/.github/workflows/release-actions.yml@0.13.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 }} diff --git a/.github/workflows/__need-fix-to-issue.yml b/.github/workflows/__need-fix-to-issue.yml index 00cbd9a8..b46aadca 100644 --- a/.github/workflows/__need-fix-to-issue.yml +++ b/.github/workflows/__need-fix-to-issue.yml @@ -20,7 +20,7 @@ permissions: jobs: main: - uses: hoverkraft-tech/ci-github-common/.github/workflows/need-fix-to-issue.yml@0.13.1 + uses: hoverkraft-tech/ci-github-common/.github/workflows/need-fix-to-issue.yml@0.13.2 with: manual-commit-ref: ${{ inputs.manual-commit-ref }} manual-base-ref: ${{ inputs.manual-base-ref }} diff --git a/.github/workflows/__shared-ci.yml b/.github/workflows/__shared-ci.yml index fef82a4f..260996b5 100644 --- a/.github/workflows/__shared-ci.yml +++ b/.github/workflows/__shared-ci.yml @@ -12,7 +12,7 @@ permissions: jobs: linter: - uses: hoverkraft-tech/ci-github-common/.github/workflows/linter.yml@0.13.1 + uses: hoverkraft-tech/ci-github-common/.github/workflows/linter.yml@0.13.2 test-action-get-package-manager: name: Test action "get-package-manager" diff --git a/.github/workflows/__stale.yml b/.github/workflows/__stale.yml index ae422cc9..cac63113 100644 --- a/.github/workflows/__stale.yml +++ b/.github/workflows/__stale.yml @@ -10,4 +10,4 @@ permissions: jobs: main: - uses: hoverkraft-tech/ci-github-common/.github/workflows/stale.yml@0.13.1 + uses: hoverkraft-tech/ci-github-common/.github/workflows/stale.yml@0.13.2 diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index c02de62d..0a034e4d 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -56,7 +56,7 @@ jobs: security-events: write runs-on: "ubuntu-latest" steps: - - uses: hoverkraft-tech/ci-github-common/actions/checkout@0.13.1 + - uses: hoverkraft-tech/ci-github-common/actions/checkout@0.13.2 - uses: github/codeql-action/init@v3.24.10 with: languages: ${{ inputs.code-ql }} @@ -75,7 +75,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.13.1 + - uses: hoverkraft-tech/ci-github-common/actions/checkout@0.13.2 - id: oidc uses: ChristopherHX/oidc@v3 @@ -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.13.1 + - uses: hoverkraft-tech/ci-github-common/actions/checkout@0.13.2 - id: oidc uses: ChristopherHX/oidc@v3 @@ -181,7 +181,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.13.1 + - uses: hoverkraft-tech/ci-github-common/actions/checkout@0.13.2 if: needs.setup.outputs.build-commands - id: oidc @@ -242,7 +242,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.13.1 + - uses: hoverkraft-tech/ci-github-common/actions/checkout@0.13.2 - if: needs.setup.outputs.build-artifact uses: actions/download-artifact@v4 @@ -272,6 +272,6 @@ jobs: - name: 📊 Code coverage if: inputs.coverage == 'codecov' - uses: codecov/codecov-action@v4.2.0 + uses: codecov/codecov-action@v4.3.0 with: use_oidc: true