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](ed597411d8...3a2844b7e9)

---
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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2026-04-16 18:25:43 +02:00
committed by GitHub
parent cc01a24f56
commit acb22d742d
2 changed files with 3 additions and 3 deletions

View File

@@ -35,7 +35,7 @@ jobs:
- name: Create/Update Issue for Broken Links - name: Create/Update Issue for Broken Links
if: steps.link_check.outputs.has_errors == 'true' 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: with:
script: | script: |
const fs = require('fs'); const fs = require('fs');
@@ -68,7 +68,7 @@ jobs:
- name: Close Issue if No Errors - name: Close Issue if No Errors
if: steps.link_check.outputs.has_errors == 'false' 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: with:
script: | script: |
const issues = await github.rest.issues.listForRepo({ const issues = await github.rest.issues.listForRepo({

View File

@@ -35,7 +35,7 @@ jobs:
- name: Create/Update Issue with Health Report - name: Create/Update Issue with Health Report
if: steps.report.outputs.has_report == 'true' 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: with:
script: | script: |
const fs = require('fs'); const fs = require('fs');