There was an error while loading. Please reload this page.
1 parent 2fa7901 commit 0342ee7Copy full SHA for 0342ee7
1 file changed
.github/workflows/entropy-beauty-scan.yml
@@ -51,7 +51,7 @@ jobs:
51
# ── Create issue on push/release (trusted events) ──
52
- name: Create issue on suspicious push
53
if: github.event_name == 'push' || github.event_name == 'release'
54
- uses: actions/github-script@v7
+ uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
55
with:
56
github-token: ${{ secrets.GITHUB_TOKEN }}
57
script: |
0 commit comments