diff --git a/.github/workflows/buildmgr.yml b/.github/workflows/buildmgr.yml index 57f469cf5..076f80b97 100644 --- a/.github/workflows/buildmgr.yml +++ b/.github/workflows/buildmgr.yml @@ -320,7 +320,7 @@ jobs: - name: Attach installer to release if: ${{ github.event_name == 'release' }} - uses: svenstaro/upload-release-action@04733e069f2d7f7f0b4aebc4fbdbce8613b03ccd # v2 + uses: svenstaro/upload-release-action@ebd922b779f285dafcac6410a0710daee9c12b82 # v2 with: repo_token: ${{ secrets.GITHUB_TOKEN }} file: tools/buildmgr/cbuildgen/installer/cbuild_install.sh @@ -330,7 +330,7 @@ jobs: - name: Attach debian installer to release if: ${{ github.event_name == 'release' }} - uses: svenstaro/upload-release-action@04733e069f2d7f7f0b4aebc4fbdbce8613b03ccd # v2 + uses: svenstaro/upload-release-action@ebd922b779f285dafcac6410a0710daee9c12b82 # 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 fcc8d1dff..8f2771708 100644 --- a/.github/workflows/packchk.yml +++ b/.github/workflows/packchk.yml @@ -132,7 +132,7 @@ jobs: - name: Attach zipped binary to the release if: ${{ github.event_name == 'release' }} - uses: svenstaro/upload-release-action@04733e069f2d7f7f0b4aebc4fbdbce8613b03ccd # v2 + uses: svenstaro/upload-release-action@ebd922b779f285dafcac6410a0710daee9c12b82 # v2 with: repo_token: ${{ secrets.GITHUB_TOKEN }} tag: ${{ github.ref }} @@ -348,7 +348,7 @@ jobs: working-directory: tools/packchk/distribution - name: Attach zip archive to release assets - uses: svenstaro/upload-release-action@04733e069f2d7f7f0b4aebc4fbdbce8613b03ccd # v2 + uses: svenstaro/upload-release-action@ebd922b779f285dafcac6410a0710daee9c12b82 # 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 740c42983..e035025b3 100644 --- a/.github/workflows/packgen.yml +++ b/.github/workflows/packgen.yml @@ -167,7 +167,7 @@ jobs: working-directory: tools/packgen/distribution - name: Attach zip archive to release assets - uses: svenstaro/upload-release-action@04733e069f2d7f7f0b4aebc4fbdbce8613b03ccd # v2 + uses: svenstaro/upload-release-action@ebd922b779f285dafcac6410a0710daee9c12b82 # 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 4d4b8f5cf..e9cc53e4c 100644 --- a/.github/workflows/projmgr.yml +++ b/.github/workflows/projmgr.yml @@ -269,7 +269,7 @@ jobs: working-directory: tools/projmgr/distribution - name: Attach zip archive to release assets - uses: svenstaro/upload-release-action@04733e069f2d7f7f0b4aebc4fbdbce8613b03ccd # v2 + uses: svenstaro/upload-release-action@ebd922b779f285dafcac6410a0710daee9c12b82 # v2 with: repo_token: ${{ secrets.GITHUB_TOKEN }} file: tools/projmgr/distribution/projmgr.zip @@ -301,7 +301,7 @@ jobs: working-directory: tools/testreport - name: Attach test report archive to release assets - uses: svenstaro/upload-release-action@04733e069f2d7f7f0b4aebc4fbdbce8613b03ccd # v2 + uses: svenstaro/upload-release-action@ebd922b779f285dafcac6410a0710daee9c12b82 # v2 with: repo_token: ${{ secrets.GITHUB_TOKEN }} file: tools/testreport/testreport.zip @@ -320,7 +320,7 @@ jobs: working-directory: tools/coverage - name: Attach coverage archive to release assets - uses: svenstaro/upload-release-action@04733e069f2d7f7f0b4aebc4fbdbce8613b03ccd # v2 + uses: svenstaro/upload-release-action@ebd922b779f285dafcac6410a0710daee9c12b82 # 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 cafe065c3..e2d3fc59e 100644 --- a/.github/workflows/svdconv.yml +++ b/.github/workflows/svdconv.yml @@ -122,7 +122,7 @@ jobs: - name: Attach svdconv binary to release if: ${{ github.event_name == 'release' }} - uses: svenstaro/upload-release-action@04733e069f2d7f7f0b4aebc4fbdbce8613b03ccd # v2 + uses: svenstaro/upload-release-action@ebd922b779f285dafcac6410a0710daee9c12b82 # v2 with: repo_token: ${{ secrets.GITHUB_TOKEN }} tag: ${{ github.ref }} @@ -346,7 +346,7 @@ jobs: working-directory: tools/svdconv/distribution - name: Attach zip archive to release assets - uses: svenstaro/upload-release-action@04733e069f2d7f7f0b4aebc4fbdbce8613b03ccd # v2 + uses: svenstaro/upload-release-action@ebd922b779f285dafcac6410a0710daee9c12b82 # v2 with: repo_token: ${{ secrets.GITHUB_TOKEN }} file: tools/svdconv/distribution/svdconv.zip