From b36c8ed5443debb76c80c6c528243107f8dff6b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Apr 2026 16:22:00 +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/60a0d83039c74a4aee543508d2ffcb1c3799cdea...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/community_ip_report.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/community_ip_report.yml b/.github/workflows/community_ip_report.yml index 37d1fe25..1014e515 100644 --- a/.github/workflows/community_ip_report.yml +++ b/.github/workflows/community_ip_report.yml @@ -421,7 +421,7 @@ jobs: # Exception eine Rückmeldung im Issue erhält. Ohne diesen Guard bleibt # das Issue kommentarlos offen wenn der Python-Step crasht. if: always() - uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7 + uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v7 with: script: | const fs = require('fs');