Skip to content

Commit 79dcd9c

Browse files
authored
Update entropy-beauty-scan.yml
another version regression fixed
1 parent ea9268b commit 79dcd9c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
# ── Create issue on push ONLY if suspicious (entropy outside 4.3–4.7) ──
7575
- name: Create issue on suspicious push
7676
if: github.event_name == 'push' || github.event_name == 'release'
77-
uses: actions/github-script@v7
77+
uses: actions/github-script@v8
7878
with:
7979
github-token: ${{ secrets.GITHUB_TOKEN }}
8080
script: |

0 commit comments

Comments
 (0)