From 5729c204898d32a1517e5568c77123c834e3226d Mon Sep 17 00:00:00 2001 From: Sayo Ogunlegan Date: Thu, 30 Oct 2025 12:53:13 -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 7db74aa2..8d3b3ea6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,7 +20,7 @@ jobs: with: password: ${{ secrets.PYPI_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 }}