1 parent ea9268b commit 79dcd9cCopy full SHA for 79dcd9c
1 file changed
.github/workflows/entropy-beauty-scan.yml
@@ -74,7 +74,7 @@ jobs:
74
# ── Create issue on push ONLY if suspicious (entropy outside 4.3–4.7) ──
75
- name: Create issue on suspicious push
76
if: github.event_name == 'push' || github.event_name == 'release'
77
- uses: actions/github-script@v7
+ uses: actions/github-script@v8
78
with:
79
github-token: ${{ secrets.GITHUB_TOKEN }}
80
script: |
0 commit comments