From fb0ff51a64bc5fbae7d20c2b752c1ee0bd9bfed6 Mon Sep 17 00:00:00 2001 From: Sayo Ogunlegan Date: Thu, 30 Oct 2025 12:53:03 -0400 Subject: [PATCH] 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. --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a073a6a3b..d108e596a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,7 +19,7 @@ jobs: env: NODE_AUTH_TOKEN: ${{ secrets.NPM_API_KEY }} - name: Upload assets to release - uses: AButler/upload-release-assets@v3.0 + uses: AButler/upload-release-assets@v3.0.1 with: files: 'dist/*' repo-token: ${{ secrets.GITHUB_TOKEN }}