diff --git a/.github/workflows/buildmgr.yml b/.github/workflows/buildmgr.yml index 5689b3612..e02dc4254 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@b98a3b12e86552593f3e4e577ca8a62aa2f3f22b # v2 + uses: svenstaro/upload-release-action@29e53e917877a24fad85510ded594ab3c9ca12de # 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@b98a3b12e86552593f3e4e577ca8a62aa2f3f22b # v2 + uses: svenstaro/upload-release-action@29e53e917877a24fad85510ded594ab3c9ca12de # 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 ec0b9b9c5..8f6cdac90 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@b98a3b12e86552593f3e4e577ca8a62aa2f3f22b # v2 + uses: svenstaro/upload-release-action@29e53e917877a24fad85510ded594ab3c9ca12de # 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@b98a3b12e86552593f3e4e577ca8a62aa2f3f22b # v2 + uses: svenstaro/upload-release-action@29e53e917877a24fad85510ded594ab3c9ca12de # 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 f8ceb8433..8be9f8de1 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@b98a3b12e86552593f3e4e577ca8a62aa2f3f22b # v2 + uses: svenstaro/upload-release-action@29e53e917877a24fad85510ded594ab3c9ca12de # 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 add5c8dab..9b05f3871 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@b98a3b12e86552593f3e4e577ca8a62aa2f3f22b # v2 + uses: svenstaro/upload-release-action@29e53e917877a24fad85510ded594ab3c9ca12de # 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@b98a3b12e86552593f3e4e577ca8a62aa2f3f22b # v2 + uses: svenstaro/upload-release-action@29e53e917877a24fad85510ded594ab3c9ca12de # 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@b98a3b12e86552593f3e4e577ca8a62aa2f3f22b # v2 + uses: svenstaro/upload-release-action@29e53e917877a24fad85510ded594ab3c9ca12de # 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 7c12c2bf3..ccd585d51 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@b98a3b12e86552593f3e4e577ca8a62aa2f3f22b # v2 + uses: svenstaro/upload-release-action@29e53e917877a24fad85510ded594ab3c9ca12de # 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@b98a3b12e86552593f3e4e577ca8a62aa2f3f22b # v2 + uses: svenstaro/upload-release-action@29e53e917877a24fad85510ded594ab3c9ca12de # v2 with: repo_token: ${{ secrets.GITHUB_TOKEN }} file: tools/svdconv/distribution/svdconv.zip