Skip to content

Commit 053714a

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 a4ece94 commit 053714a

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
@@ -27,7 +27,7 @@ jobs:
2727
env:
2828
RUBYGEMS_API_KEY: '${{secrets.RUBYGEMS_API_KEY}}'
2929
- name: Upload assets to release
30-
uses: AButler/[email protected]
30+
uses: AButler/[email protected].1
3131
with:
3232
files: 'dist/*'
3333
repo-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)