Skip to content

Commit 9fa00f3

Browse files
committed
chore: use pinned version for actions/github-script
1 parent e9da884 commit 9fa00f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ jobs:
283283
NPM_CONFIG_ACCESS: public
284284

285285
- name: Create Github Release
286-
uses: actions/github-script@v7
286+
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea
287287
env:
288288
PRERELEASE: ${{ needs.state.outputs.is_prerelease }}
289289
with:

0 commit comments

Comments
 (0)