From d47c1669688a5f5c2a517e90ee67f83e593f799f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Dec 2025 13:17:17 +0000 Subject: [PATCH] chore: bump the github-actions-dependencies group across 2 directories with 4 updates --- updated-dependencies: - dependency-name: hoverkraft-tech/ci-github-publish/.github/workflows/release-actions.yml dependency-version: 0.19.0 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.1 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.1 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.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions-dependencies ... Signed-off-by: dependabot[bot] Signed-off-by: Emilien Escalle --- .github/workflows/__main-ci.yml | 2 +- .github/workflows/__test-action-parse-ci-reports.yml | 2 +- .github/workflows/linter.yml | 2 +- actions/parse-ci-reports/action.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/__main-ci.yml b/.github/workflows/__main-ci.yml index afa8249..40b3f5e 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@642cdb54493d05debdc1394f4bfd7365f82e7bf1 # 0.18.2 + uses: hoverkraft-tech/ci-github-publish/.github/workflows/release-actions.yml@1a70990f2168a7b322632383edf9ca29d8d8b173 # 0.19.0 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 83b4fca..afc0a18 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@25ef8d971c0a866fb9e5d90130c7aaa084619df6 # 0.21.0 + uses: hoverkraft-tech/ci-github-nodejs/.github/workflows/continuous-integration.yml@009e0e9d11a45eda39342243a14a4e5c3c6eaef3 # 0.21.1 permissions: contents: read id-token: write diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index 3afd470..65a7513 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -99,7 +99,7 @@ jobs: return; } } - - uses: hoverkraft-tech/ci-github-nodejs/actions/setup-node@25ef8d971c0a866fb9e5d90130c7aaa084619df6 # 0.21.0 + - uses: hoverkraft-tech/ci-github-nodejs/actions/setup-node@009e0e9d11a45eda39342243a14a4e5c3c6eaef3 # 0.21.1 if: ${{ steps.has-prettier-plugins.outputs.package-json-dir }} with: working-directory: ${{ steps.has-prettier-plugins.outputs.package-json-dir }} diff --git a/actions/parse-ci-reports/action.yml b/actions/parse-ci-reports/action.yml index 81e9275..746db3f 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@25ef8d971c0a866fb9e5d90130c7aaa084619df6 # 0.21.0 + uses: hoverkraft-tech/ci-github-nodejs/actions/setup-node@009e0e9d11a45eda39342243a14a4e5c3c6eaef3 # 0.21.1 with: working-directory: ${{ github.action_path }}