From 09d349bfe82ee28df47faa1c5d466e5ac44319bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Nov 2025 08:26:29 +0000 Subject: [PATCH] chore(deps): bump the github-actions-dependencies group across 4 directories with 2 updates Bumps the github-actions-dependencies group with 1 update in the / directory: [actions/github-script](https://github.com/actions/github-script). Bumps the github-actions-dependencies group with 1 update in the /actions/build directory: [actions/github-script](https://github.com/actions/github-script). Bumps the github-actions-dependencies group with 1 update in the /actions/lint directory: [actions/github-script](https://github.com/actions/github-script). Bumps the github-actions-dependencies group with 2 updates in the /actions/test directory: [actions/github-script](https://github.com/actions/github-script) and [hoverkraft-tech/ci-github-common](https://github.com/hoverkraft-tech/ci-github-common). Updates `actions/github-script` from 7.0.1 to 8.0.0 - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v7.0.1...ed597411d8f924073f98dfc5c65a23a2325f34cd) Updates `actions/github-script` from 7.0.1 to 8.0.0 - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v7.0.1...ed597411d8f924073f98dfc5c65a23a2325f34cd) Updates `actions/github-script` from 7.0.1 to 8.0.0 - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v7.0.1...ed597411d8f924073f98dfc5c65a23a2325f34cd) Updates `actions/github-script` from 7.0.1 to 8.0.0 - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v7.0.1...ed597411d8f924073f98dfc5c65a23a2325f34cd) Updates `hoverkraft-tech/ci-github-common` from 0.28.0 to 0.28.1 - [Release notes](https://github.com/hoverkraft-tech/ci-github-common/releases) - [Commits](https://github.com/hoverkraft-tech/ci-github-common/compare/5f11437c716059f30c635f90055060e4ef8b31a0...753288393de1f3d92f687a6761d236ca800f5306) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: 8.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions-dependencies - dependency-name: actions/github-script dependency-version: 8.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions-dependencies - dependency-name: actions/github-script dependency-version: 8.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions-dependencies - dependency-name: actions/github-script dependency-version: 8.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions-dependencies - dependency-name: hoverkraft-tech/ci-github-common dependency-version: 0.28.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions-dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/continuous-integration.yml | 4 ++-- actions/build/action.yml | 4 ++-- actions/lint/action.yml | 4 ++-- actions/test/action.yml | 8 ++++---- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 08dfdae..21a002e 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -279,7 +279,7 @@ jobs: if [ -f .dockerignore ]; then grep -q "self-workflow" .dockerignore || echo "self-workflow" >> .dockerignore; else echo "self-workflow" >> .dockerignore; fi # jscpd:ignore-end - id: preparel-lint-options - uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1 + uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0 env: LINT_INPUT: ${{ inputs.lint }} with: @@ -391,7 +391,7 @@ jobs: if [ -f .dockerignore ]; then grep -q "self-workflow" .dockerignore || echo "self-workflow" >> .dockerignore; else echo "self-workflow" >> .dockerignore; fi - id: prepare-test-options - uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1 + uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0 env: TEST_INPUT: ${{ inputs.test }} with: diff --git a/actions/build/action.yml b/actions/build/action.yml index cd1649e..ebe73ba 100644 --- a/actions/build/action.yml +++ b/actions/build/action.yml @@ -72,7 +72,7 @@ runs: with: working-directory: ${{ inputs.working-directory }} - - uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1 + - uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0 env: BUILD_ENV: ${{ inputs.build-env }} BUILD_SECRETS: ${{ inputs.build-secrets }} @@ -102,7 +102,7 @@ runs: core.exportVariable(key.trim(), value.trim()); } - - uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1 + - uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0 env: BUILD_COMMANDS: ${{ inputs.build-commands }} RUN_SCRIPT_COMMAND: ${{ inputs.container == 'true' && steps.get-package-manager.outputs.run-script-command || steps.setup-node.outputs.run-script-command }} diff --git a/actions/lint/action.yml b/actions/lint/action.yml index 1e8f692..6cd4a4e 100644 --- a/actions/lint/action.yml +++ b/actions/lint/action.yml @@ -49,7 +49,7 @@ runs: working-directory: ${{ inputs.working-directory }} - id: run-lint - uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1 + uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0 env: RUN_LINT_COMMAND: ${{ inputs.container == 'true' && steps.get-package-manager.outputs.run-script-command || steps.setup-node.outputs.run-script-command }} WORKING_DIRECTORY: ${{ inputs.working-directory }} @@ -82,7 +82,7 @@ runs: # Auto-detect report file if not specified - id: detect-report-file if: always() - uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1 + uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0 env: REPORT_FILE: ${{ inputs.report-file }} WORKING_DIRECTORY: ${{ inputs.working-directory }} diff --git a/actions/test/action.yml b/actions/test/action.yml index 702ca90..d418e6e 100644 --- a/actions/test/action.yml +++ b/actions/test/action.yml @@ -66,7 +66,7 @@ runs: - id: run-test name: ๐Ÿงช Run tests - uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1 + uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0 env: RUN_TEST_COMMAND: ${{ inputs.container == 'true' && steps.get-package-manager.outputs.run-script-command || steps.setup-node.outputs.run-script-command }} WORKING_DIRECTORY: ${{ inputs.working-directory }} @@ -97,7 +97,7 @@ runs: # Auto-detect coverage files if not specified - id: detect-coverage-files if: always() && inputs.coverage == 'github' - uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1 + uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0 env: WORKING_DIRECTORY: ${{ inputs.working-directory }} COVERAGE_FILES: ${{ inputs.coverage-files }} @@ -149,7 +149,7 @@ runs: - if: always() && inputs.coverage == 'github' id: get-coverage-report-summary - uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1 + uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0 env: SUMMARY_FILE: ${{ runner.temp }}/coveragereport-${{ github.run_id }}/SummaryGithub.md with: @@ -168,7 +168,7 @@ runs: - name: ๐Ÿ“Š Add coverage PR comment if: always() && steps.get-coverage-report-summary.outputs.summary-content && github.event_name == 'pull_request' - uses: hoverkraft-tech/ci-github-common/actions/create-or-update-comment@5f11437c716059f30c635f90055060e4ef8b31a0 # 0.28.0 + uses: hoverkraft-tech/ci-github-common/actions/create-or-update-comment@753288393de1f3d92f687a6761d236ca800f5306 # 0.28.1 with: title: "Code Coverage Report" body: ${{ steps.get-coverage-report-summary.outputs.summary-content }}