Skip to content

Commit dfbce9f

Browse files
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](actions/github-script@60a0d83...ed59741) --- 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] <support@github.com>
1 parent 1f7a410 commit dfbce9f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/community_ip_report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@ jobs:
421421
# Exception eine Rückmeldung im Issue erhält. Ohne diesen Guard bleibt
422422
# das Issue kommentarlos offen wenn der Python-Step crasht.
423423
if: always()
424-
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7
424+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v7
425425
with:
426426
script: |
427427
const fs = require('fs');

0 commit comments

Comments
 (0)