From acb22d742db16d5171bd6cd83f5d33e81d42960e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Apr 2026 18:25:43 +0200 Subject: [PATCH] chore(deps): bump actions/github-script from 8.0.0 to 9.0.0 (#1408) Bumps [actions/github-script](https://github.com/actions/github-script) from 8.0.0 to 9.0.0. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/ed597411d8f924073f98dfc5c65a23a2325f34cd...3a2844b7e9c422d3c10d287c895573f7108da1b3) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: 9.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/broken_links.yml | 4 ++-- .github/workflows/health_report.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/broken_links.yml b/.github/workflows/broken_links.yml index 9de1916..bbd17a0 100644 --- a/.github/workflows/broken_links.yml +++ b/.github/workflows/broken_links.yml @@ -35,7 +35,7 @@ jobs: - name: Create/Update Issue for Broken Links if: steps.link_check.outputs.has_errors == 'true' - uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # ratchet:actions/github-script@v8 + uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # ratchet:actions/github-script@v9.0.0 with: script: | const fs = require('fs'); @@ -68,7 +68,7 @@ jobs: - name: Close Issue if No Errors if: steps.link_check.outputs.has_errors == 'false' - uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # ratchet:actions/github-script@v8 + uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # ratchet:actions/github-script@v9.0.0 with: script: | const issues = await github.rest.issues.listForRepo({ diff --git a/.github/workflows/health_report.yml b/.github/workflows/health_report.yml index 632dee9..fdc40be 100644 --- a/.github/workflows/health_report.yml +++ b/.github/workflows/health_report.yml @@ -35,7 +35,7 @@ jobs: - name: Create/Update Issue with Health Report if: steps.report.outputs.has_report == 'true' - uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # ratchet:actions/github-script@v8 + uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # ratchet:actions/github-script@v9.0.0 with: script: | const fs = require('fs');