Skip to content

Commit 907a08a

Browse files
chore(deps): bump actions/github-script from 8 to 9
Bumps [actions/github-script](https://github.com/actions/github-script) from 8 to 9. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v8...v9) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: '9' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent fb3d278 commit 907a08a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/entropy-beauty-scan.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747

4848
- name: Post summary comment (PR only)
4949
if: github.event_name == 'pull_request' || github.event_name == 'pull_request_target'
50-
uses: actions/github-script@v8
50+
uses: actions/github-script@v9
5151
with:
5252
github-token: ${{ secrets.GITHUB_TOKEN }}
5353
script: |
@@ -94,7 +94,7 @@ jobs:
9494
# ── Create issue on push ONLY if suspicious (entropy outside 4.3–5.1) ──
9595
- name: Create issue on suspicious push
9696
if: github.event_name == 'push' || github.event_name == 'release'
97-
uses: actions/github-script@v8
97+
uses: actions/github-script@v9
9898
with:
9999
github-token: ${{ secrets.GITHUB_TOKEN }}
100100
script: |

0 commit comments

Comments
 (0)