diff --git a/.github/workflows/buildmgr.yml b/.github/workflows/buildmgr.yml index f6fb60f03..036bd80f0 100644 --- a/.github/workflows/buildmgr.yml +++ b/.github/workflows/buildmgr.yml @@ -321,7 +321,7 @@ jobs: - name: Attach installer to release if: ${{ github.event_name == 'release' }} - uses: svenstaro/upload-release-action@6b7fa9f267e90b50a19fef07b3596790bb941741 # v2 + uses: svenstaro/upload-release-action@b98a3b12e86552593f3e4e577ca8a62aa2f3f22b # v2 with: repo_token: ${{ secrets.GITHUB_TOKEN }} file: tools/buildmgr/cbuildgen/installer/cbuild_install.sh @@ -331,7 +331,7 @@ jobs: - name: Attach debian installer to release if: ${{ github.event_name == 'release' }} - uses: svenstaro/upload-release-action@6b7fa9f267e90b50a19fef07b3596790bb941741 # v2 + uses: svenstaro/upload-release-action@b98a3b12e86552593f3e4e577ca8a62aa2f3f22b # v2 with: repo_token: ${{ secrets.GITHUB_TOKEN }} file: tools/buildmgr/cbuildgen/installer/cmsis-build*.deb diff --git a/.github/workflows/packchk.yml b/.github/workflows/packchk.yml index 7babb06fe..bc5c329bf 100644 --- a/.github/workflows/packchk.yml +++ b/.github/workflows/packchk.yml @@ -138,7 +138,7 @@ jobs: - name: Attach zipped binary to the release if: ${{ github.event_name == 'release' }} - uses: svenstaro/upload-release-action@6b7fa9f267e90b50a19fef07b3596790bb941741 # v2 + uses: svenstaro/upload-release-action@b98a3b12e86552593f3e4e577ca8a62aa2f3f22b # v2 with: repo_token: ${{ secrets.GITHUB_TOKEN }} tag: ${{ github.ref }} @@ -356,7 +356,7 @@ jobs: working-directory: tools/packchk/distribution - name: Attach zip archive to release assets - uses: svenstaro/upload-release-action@6b7fa9f267e90b50a19fef07b3596790bb941741 # v2 + uses: svenstaro/upload-release-action@b98a3b12e86552593f3e4e577ca8a62aa2f3f22b # v2 with: repo_token: ${{ secrets.GITHUB_TOKEN }} file: tools/packchk/distribution/code-coverage.zip diff --git a/.github/workflows/packgen.yml b/.github/workflows/packgen.yml index e7bdeaa3d..294537491 100644 --- a/.github/workflows/packgen.yml +++ b/.github/workflows/packgen.yml @@ -172,7 +172,7 @@ jobs: working-directory: tools/packgen/distribution - name: Attach zip archive to release assets - uses: svenstaro/upload-release-action@6b7fa9f267e90b50a19fef07b3596790bb941741 # v2 + uses: svenstaro/upload-release-action@b98a3b12e86552593f3e4e577ca8a62aa2f3f22b # v2 with: repo_token: ${{ secrets.GITHUB_TOKEN }} file: tools/packgen/distribution/packgen.zip diff --git a/.github/workflows/projmgr.yml b/.github/workflows/projmgr.yml index 0b74d4a69..c4a8e8d08 100644 --- a/.github/workflows/projmgr.yml +++ b/.github/workflows/projmgr.yml @@ -303,7 +303,7 @@ jobs: working-directory: tools/projmgr/distribution - name: Attach zip archive to release assets - uses: svenstaro/upload-release-action@6b7fa9f267e90b50a19fef07b3596790bb941741 # v2 + uses: svenstaro/upload-release-action@b98a3b12e86552593f3e4e577ca8a62aa2f3f22b # v2 with: repo_token: ${{ secrets.GITHUB_TOKEN }} file: tools/projmgr/distribution/projmgr.zip @@ -335,7 +335,7 @@ jobs: working-directory: tools/testreport - name: Attach test report archive to release assets - uses: svenstaro/upload-release-action@6b7fa9f267e90b50a19fef07b3596790bb941741 # v2 + uses: svenstaro/upload-release-action@b98a3b12e86552593f3e4e577ca8a62aa2f3f22b # v2 with: repo_token: ${{ secrets.GITHUB_TOKEN }} file: tools/testreport/testreport.zip @@ -354,7 +354,7 @@ jobs: working-directory: tools/coverage - name: Attach coverage archive to release assets - uses: svenstaro/upload-release-action@6b7fa9f267e90b50a19fef07b3596790bb941741 # v2 + uses: svenstaro/upload-release-action@b98a3b12e86552593f3e4e577ca8a62aa2f3f22b # v2 with: repo_token: ${{ secrets.GITHUB_TOKEN }} file: tools/coverage/coverage.zip diff --git a/.github/workflows/svdconv.yml b/.github/workflows/svdconv.yml index c43b2e257..b80bbe2dd 100644 --- a/.github/workflows/svdconv.yml +++ b/.github/workflows/svdconv.yml @@ -128,7 +128,7 @@ jobs: - name: Attach svdconv binary to release if: ${{ github.event_name == 'release' }} - uses: svenstaro/upload-release-action@6b7fa9f267e90b50a19fef07b3596790bb941741 # v2 + uses: svenstaro/upload-release-action@b98a3b12e86552593f3e4e577ca8a62aa2f3f22b # v2 with: repo_token: ${{ secrets.GITHUB_TOKEN }} tag: ${{ github.ref }} @@ -354,7 +354,7 @@ jobs: working-directory: tools/svdconv/distribution - name: Attach zip archive to release assets - uses: svenstaro/upload-release-action@6b7fa9f267e90b50a19fef07b3596790bb941741 # v2 + uses: svenstaro/upload-release-action@b98a3b12e86552593f3e4e577ca8a62aa2f3f22b # v2 with: repo_token: ${{ secrets.GITHUB_TOKEN }} file: tools/svdconv/distribution/svdconv.zip