Skip to content

Commit fb0ff51

Browse files
committed
chore(ci): pin upload-release-assets action to v3.0.1
Pin AButler/upload-release-assets from @v3.0 to @v3.0.1 for explicit version control and improved security monitoring.
1 parent c5f88b1 commit fb0ff51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
env:
2020
NODE_AUTH_TOKEN: ${{ secrets.NPM_API_KEY }}
2121
- name: Upload assets to release
22-
uses: AButler/[email protected]
22+
uses: AButler/[email protected].1
2323
with:
2424
files: 'dist/*'
2525
repo-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)