Skip to content

Commit 6a54e39

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 ce1c8dc commit 6a54e39

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
@@ -75,7 +75,7 @@ jobs:
7575
# If triggered by a release, upload the NuGet package to the release
7676
- name: Upload NuGet package to release
7777
if: github.event_name == 'release'
78-
uses: AButler/[email protected]
78+
uses: AButler/[email protected].1
7979
with:
8080
files: '*.nupkg'
8181
repo-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)