From 5bc85a7989a98f9faa5b3dd3f944d6983ea1b523 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Jan 2025 04:19:46 +0000 Subject: [PATCH] chore(deps): bump the github-actions-dependencies group across 2 directories with 5 updates Bumps the github-actions-dependencies group with 4 updates in the / directory: [hoverkraft-tech/ci-github-common](https://github.com/hoverkraft-tech/ci-github-common), [hoverkraft-tech/ci-github-publish](https://github.com/hoverkraft-tech/ci-github-publish), [github/codeql-action](https://github.com/github/codeql-action) and [codecov/codecov-action](https://github.com/codecov/codecov-action). Bumps the github-actions-dependencies group with 1 update in the /actions/setup-node directory: [actions/setup-node](https://github.com/actions/setup-node). Updates `hoverkraft-tech/ci-github-common` from 0.16.0 to 0.16.1 - [Release notes](https://github.com/hoverkraft-tech/ci-github-common/releases) - [Commits](https://github.com/hoverkraft-tech/ci-github-common/compare/0.16.0...0.16.1) Updates `hoverkraft-tech/ci-github-publish` from 0.1.1 to 0.2.0 - [Release notes](https://github.com/hoverkraft-tech/ci-github-publish/releases) - [Commits](https://github.com/hoverkraft-tech/ci-github-publish/compare/0.1.1...0.2.0) Updates `github/codeql-action` from 3.28.4 to 3.28.8 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/github/codeql-action/compare/v3.28.4...v3.28.8) Updates `codecov/codecov-action` from 5.3.0 to 5.3.1 - [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/v5.3.0...v5.3.1) Updates `actions/setup-node` from 4.1.0 to 4.2.0 - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v4.1.0...v4.2.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: hoverkraft-tech/ci-github-publish dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-dependencies - dependency-name: github/codeql-action 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-patch dependency-group: github-actions-dependencies - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-dependencies ... Signed-off-by: dependabot[bot] --- .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 | 18 +++++++++--------- actions/setup-node/action.yml | 2 +- 7 files changed, 15 insertions(+), 15 deletions(-) diff --git a/.github/workflows/__greetings.yml b/.github/workflows/__greetings.yml index c4501e4..4e29810 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.16.0 + uses: hoverkraft-tech/ci-github-common/.github/workflows/greetings.yml@0.16.1 diff --git a/.github/workflows/__main-ci.yml b/.github/workflows/__main-ci.yml index 93a4ada..93a5b3c 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-publish/.github/workflows/release-actions.yml@0.1.1 + uses: hoverkraft-tech/ci-github-publish/.github/workflows/release-actions.yml@0.2.0 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 9f10a46..21b984b 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.16.0 + uses: hoverkraft-tech/ci-github-common/.github/workflows/need-fix-to-issue.yml@0.16.1 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 246e64e..5a861a2 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.16.0 + uses: hoverkraft-tech/ci-github-common/.github/workflows/linter.yml@0.16.1 test-action-get-package-manager: name: Test action "get-package-manager" diff --git a/.github/workflows/__stale.yml b/.github/workflows/__stale.yml index 10f1b0d..f7920e2 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.16.0 + uses: hoverkraft-tech/ci-github-common/.github/workflows/stale.yml@0.16.1 diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 8d30ab2..7e5ec2d 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -61,11 +61,11 @@ jobs: security-events: write runs-on: "ubuntu-latest" steps: - - uses: hoverkraft-tech/ci-github-common/actions/checkout@0.16.0 - - uses: github/codeql-action/init@v3.28.4 + - uses: hoverkraft-tech/ci-github-common/actions/checkout@0.16.1 + - uses: github/codeql-action/init@v3.28.8 with: languages: ${{ inputs.code-ql }} - - uses: github/codeql-action/analyze@v3.28.4 + - uses: github/codeql-action/analyze@v3.28.8 dependency-review: name: 🛡️ Dependency Review @@ -74,7 +74,7 @@ jobs: contents: read runs-on: "ubuntu-latest" steps: - - uses: hoverkraft-tech/ci-github-common/actions/checkout@0.16.0 + - uses: hoverkraft-tech/ci-github-common/actions/checkout@0.16.1 - uses: actions/dependency-review-action@v4 setup: @@ -90,7 +90,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.16.0 + - uses: hoverkraft-tech/ci-github-common/actions/checkout@0.16.1 - id: oidc uses: ChristopherHX/oidc@v3 @@ -162,7 +162,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.16.0 + - uses: hoverkraft-tech/ci-github-common/actions/checkout@0.16.1 - id: oidc uses: ChristopherHX/oidc@v3 @@ -196,7 +196,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.16.0 + - uses: hoverkraft-tech/ci-github-common/actions/checkout@0.16.1 if: needs.setup.outputs.build-commands - id: oidc @@ -257,7 +257,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.16.0 + - uses: hoverkraft-tech/ci-github-common/actions/checkout@0.16.1 - if: needs.setup.outputs.build-artifact uses: actions/download-artifact@v4 @@ -287,7 +287,7 @@ jobs: - name: 📊 Code coverage if: inputs.coverage == 'codecov' - uses: codecov/codecov-action@v5.3.0 + uses: codecov/codecov-action@v5.3.1 with: use_oidc: true disable_telem: true diff --git a/actions/setup-node/action.yml b/actions/setup-node/action.yml index e921758..7fd21b4 100644 --- a/actions/setup-node/action.yml +++ b/actions/setup-node/action.yml @@ -39,7 +39,7 @@ runs: exit 0 fi - - uses: actions/setup-node@v4.1.0 + - uses: actions/setup-node@v4.2.0 with: node-version-file: ${{ steps.get-node-version-file.outputs.node-version-file }} cache: ${{ steps.get-package-manager.outputs.package-manager }}