Skip to content

Commit 0342ee7

Browse files
authored
Update github-script action version in workflow
1 parent 2fa7901 commit 0342ee7

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
@@ -51,7 +51,7 @@ jobs:
5151
# ── Create issue on push/release (trusted events) ──
5252
- name: Create issue on suspicious push
5353
if: github.event_name == 'push' || github.event_name == 'release'
54-
uses: actions/github-script@v7
54+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
5555
with:
5656
github-token: ${{ secrets.GITHUB_TOKEN }}
5757
script: |

0 commit comments

Comments
 (0)