From 0f65bf4528e6c5aac4ef79086c715a12bcd0cf1f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 16:49:19 +0000 Subject: [PATCH] chore(deps): bump actions/github-script from 7.0.1 to 8.0.0 Bumps [actions/github-script](https://github.com/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) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: 8.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/adr-validation.yml | 2 +- .github/workflows/benchmark-regression.yml | 2 +- .github/workflows/ci-coverage.yml | 2 +- .github/workflows/fuzz-testing.yml | 2 +- .github/workflows/mutation-testing.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/adr-validation.yml b/.github/workflows/adr-validation.yml index a9e2416..53277c2 100644 --- a/.github/workflows/adr-validation.yml +++ b/.github/workflows/adr-validation.yml @@ -42,7 +42,7 @@ jobs: if: github.event_name == 'pull_request' # v7.0.1 uses: >- - actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea + actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd with: script: | const fs = require('fs'); diff --git a/.github/workflows/benchmark-regression.yml b/.github/workflows/benchmark-regression.yml index 56c191c..e8eacf7 100644 --- a/.github/workflows/benchmark-regression.yml +++ b/.github/workflows/benchmark-regression.yml @@ -111,7 +111,7 @@ jobs: - name: Comment PR with results if: github.event_name == 'pull_request' - uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1 + uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0 with: script: | const fs = require('fs'); diff --git a/.github/workflows/ci-coverage.yml b/.github/workflows/ci-coverage.yml index b34820e..402ad57 100644 --- a/.github/workflows/ci-coverage.yml +++ b/.github/workflows/ci-coverage.yml @@ -117,7 +117,7 @@ jobs: if: github.event_name == 'pull_request' # v7.0.1 uses: >- - actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea + actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd with: script: | const fs = require('fs'); diff --git a/.github/workflows/fuzz-testing.yml b/.github/workflows/fuzz-testing.yml index 02c6c14..6e5e4f1 100644 --- a/.github/workflows/fuzz-testing.yml +++ b/.github/workflows/fuzz-testing.yml @@ -120,7 +120,7 @@ jobs: - name: Create issue on crash if: steps.crashes.outputs.crashes == 'true' - uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1 + uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0 with: script: | const fs = require('fs'); diff --git a/.github/workflows/mutation-testing.yml b/.github/workflows/mutation-testing.yml index e8d098d..5c40764 100644 --- a/.github/workflows/mutation-testing.yml +++ b/.github/workflows/mutation-testing.yml @@ -95,7 +95,7 @@ jobs: - name: Comment PR with results if: github.event_name == 'pull_request' && always() - uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1 + uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0 with: script: | const fs = require('fs');