Skip to content

Commit c76a5ea

Browse files
chore(deps): pin actions/github-script action to 3a2844b
1 parent 47a32eb commit c76a5ea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
VOID_TOKEN: ${{ secrets.VOID_TOKEN }}
4040
VOID_PROJECT: vp-setup-staging
4141
- name: Comment on PR
42-
uses: actions/github-script@v9
42+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9
4343
with:
4444
script: |
4545
const marker = '<!-- staging-deploy -->';

0 commit comments

Comments
 (0)