From cc14c9784f23bb7a69189a066f0fc7fd71164fe1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Dec 2025 04:03:55 +0000 Subject: [PATCH] chore: bump the github-actions-dependencies group across 2 directories with 4 updates Bumps the github-actions-dependencies group with 4 updates in the / directory: [hoverkraft-tech/ci-github-publish/.github/workflows/release-actions.yml](https://github.com/hoverkraft-tech/ci-github-publish), [hoverkraft-tech/ci-github-nodejs/.github/workflows/continuous-integration.yml](https://github.com/hoverkraft-tech/ci-github-nodejs), [hoverkraft-tech/ci-github-nodejs](https://github.com/hoverkraft-tech/ci-github-nodejs) and [super-linter/super-linter](https://github.com/super-linter/super-linter). Bumps the github-actions-dependencies group with 1 update in the /actions/parse-ci-reports directory: [hoverkraft-tech/ci-github-nodejs](https://github.com/hoverkraft-tech/ci-github-nodejs). Updates `hoverkraft-tech/ci-github-publish/.github/workflows/release-actions.yml` from 0.19.0 to 0.20.1 - [Release notes](https://github.com/hoverkraft-tech/ci-github-publish/releases) - [Commits](https://github.com/hoverkraft-tech/ci-github-publish/compare/1a70990f2168a7b322632383edf9ca29d8d8b173...84e8ace407055e7a40ba6670a8c697e1ce2dfafa) Updates `hoverkraft-tech/ci-github-nodejs/.github/workflows/continuous-integration.yml` from 0.21.1 to 0.21.2 - [Release notes](https://github.com/hoverkraft-tech/ci-github-nodejs/releases) - [Commits](https://github.com/hoverkraft-tech/ci-github-nodejs/compare/009e0e9d11a45eda39342243a14a4e5c3c6eaef3...c9d9d041ba4ef35695ee469c4782fa6a8bbebbcc) Updates `hoverkraft-tech/ci-github-nodejs` from 0.21.1 to 0.21.2 - [Release notes](https://github.com/hoverkraft-tech/ci-github-nodejs/releases) - [Commits](https://github.com/hoverkraft-tech/ci-github-nodejs/compare/009e0e9d11a45eda39342243a14a4e5c3c6eaef3...c9d9d041ba4ef35695ee469c4782fa6a8bbebbcc) Updates `super-linter/super-linter` from 8.0.0 to 8.3.2 - [Release notes](https://github.com/super-linter/super-linter/releases) - [Changelog](https://github.com/super-linter/super-linter/blob/main/CHANGELOG.md) - [Commits](https://github.com/super-linter/super-linter/compare/5119dcd8011e92182ce8219d9e9efc82f16fddb6...d5b0a2ab116623730dd094f15ddc1b6b25bf7b99) Updates `hoverkraft-tech/ci-github-nodejs` from 0.21.1 to 0.21.2 - [Release notes](https://github.com/hoverkraft-tech/ci-github-nodejs/releases) - [Commits](https://github.com/hoverkraft-tech/ci-github-nodejs/compare/009e0e9d11a45eda39342243a14a4e5c3c6eaef3...c9d9d041ba4ef35695ee469c4782fa6a8bbebbcc) --- updated-dependencies: - dependency-name: hoverkraft-tech/ci-github-publish/.github/workflows/release-actions.yml dependency-version: 0.20.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-dependencies - dependency-name: hoverkraft-tech/ci-github-nodejs/.github/workflows/continuous-integration.yml dependency-version: 0.21.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions-dependencies - dependency-name: hoverkraft-tech/ci-github-nodejs dependency-version: 0.21.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions-dependencies - dependency-name: super-linter/super-linter dependency-version: 8.3.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-dependencies - dependency-name: hoverkraft-tech/ci-github-nodejs dependency-version: 0.21.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions-dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/__main-ci.yml | 2 +- .github/workflows/__test-action-parse-ci-reports.yml | 2 +- .github/workflows/linter.yml | 4 ++-- actions/parse-ci-reports/action.yml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/__main-ci.yml b/.github/workflows/__main-ci.yml index 40b3f5e..4ee4611 100644 --- a/.github/workflows/__main-ci.yml +++ b/.github/workflows/__main-ci.yml @@ -32,7 +32,7 @@ jobs: release: needs: ci if: github.event_name != 'schedule' - uses: hoverkraft-tech/ci-github-publish/.github/workflows/release-actions.yml@1a70990f2168a7b322632383edf9ca29d8d8b173 # 0.19.0 + uses: hoverkraft-tech/ci-github-publish/.github/workflows/release-actions.yml@84e8ace407055e7a40ba6670a8c697e1ce2dfafa # 0.20.1 permissions: contents: read with: diff --git a/.github/workflows/__test-action-parse-ci-reports.yml b/.github/workflows/__test-action-parse-ci-reports.yml index afc0a18..20c414e 100644 --- a/.github/workflows/__test-action-parse-ci-reports.yml +++ b/.github/workflows/__test-action-parse-ci-reports.yml @@ -8,7 +8,7 @@ permissions: jobs: continuous-integration: - uses: hoverkraft-tech/ci-github-nodejs/.github/workflows/continuous-integration.yml@009e0e9d11a45eda39342243a14a4e5c3c6eaef3 # 0.21.1 + uses: hoverkraft-tech/ci-github-nodejs/.github/workflows/continuous-integration.yml@c9d9d041ba4ef35695ee469c4782fa6a8bbebbcc # 0.21.2 permissions: contents: read id-token: write diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index 65a7513..19ea30d 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -99,12 +99,12 @@ jobs: return; } } - - uses: hoverkraft-tech/ci-github-nodejs/actions/setup-node@009e0e9d11a45eda39342243a14a4e5c3c6eaef3 # 0.21.1 + - uses: hoverkraft-tech/ci-github-nodejs/actions/setup-node@c9d9d041ba4ef35695ee469c4782fa6a8bbebbcc # 0.21.2 if: ${{ steps.has-prettier-plugins.outputs.package-json-dir }} with: working-directory: ${{ steps.has-prettier-plugins.outputs.package-json-dir }} - - uses: super-linter/super-linter/slim@5119dcd8011e92182ce8219d9e9efc82f16fddb6 # v8.0.0 + - uses: super-linter/super-linter/slim@d5b0a2ab116623730dd094f15ddc1b6b25bf7b99 # v8.3.2 env: VALIDATE_ALL_CODEBASE: ${{ inputs.lint-all }} LOG_LEVEL: WARN diff --git a/actions/parse-ci-reports/action.yml b/actions/parse-ci-reports/action.yml index 746db3f..b3e5d5f 100644 --- a/actions/parse-ci-reports/action.yml +++ b/actions/parse-ci-reports/action.yml @@ -75,7 +75,7 @@ runs: using: "composite" steps: - name: Setup Node.js - uses: hoverkraft-tech/ci-github-nodejs/actions/setup-node@009e0e9d11a45eda39342243a14a4e5c3c6eaef3 # 0.21.1 + uses: hoverkraft-tech/ci-github-nodejs/actions/setup-node@c9d9d041ba4ef35695ee469c4782fa6a8bbebbcc # 0.21.2 with: working-directory: ${{ github.action_path }}