diff --git a/.github/workflows/buildmgr.yml b/.github/workflows/buildmgr.yml index 9c6f7636d..741020d00 100644 --- a/.github/workflows/buildmgr.yml +++ b/.github/workflows/buildmgr.yml @@ -205,39 +205,39 @@ jobs: mkdir -p tools/buildmgr/cbuildgen/distribution/doc - name: Download cbuildgen linux-amd64 - uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7 + uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8 with: name: cbuildgen-linux-amd64 path: tools/buildmgr/cbuildgen/distribution/bin/ - name: Download cbuildgen linux-arm64 - uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7 + uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8 with: name: cbuildgen-linux-arm64 path: tools/buildmgr/cbuildgen/distribution/bin/ - name: Download cbuildgen macos-amd64 if: ${{ !github.event.repository.private }} - uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7 + uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8 with: name: cbuildgen-darwin-amd64 path: tools/buildmgr/cbuildgen/distribution/bin/ - name: Download cbuildgen macos-arm64 if: ${{ !github.event.repository.private }} - uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7 + uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8 with: name: cbuildgen-darwin-arm64 path: tools/buildmgr/cbuildgen/distribution/bin/ - name: Download cbuildgen windows-amd64 - uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7 + uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8 with: name: cbuildgen-windows-amd64 path: tools/buildmgr/cbuildgen/distribution/bin/ - name: Download cbuildgen windows-arm64 - uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7 + uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8 with: name: cbuildgen-windows-arm64 path: tools/buildmgr/cbuildgen/distribution/bin/ @@ -248,7 +248,7 @@ jobs: working-directory: tools/buildmgr/cbuildgen/distribution/bin - name: Download documentation - uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7 + uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8 with: name: documentation path: tools/buildmgr/cbuildgen/distribution/doc/ @@ -371,13 +371,13 @@ jobs: path: ${{ env.CMSIS_PACK_ROOT }} - name: Download cbuild_install - uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7 + uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8 with: name: cbuild_install path: ${{ github.workspace }} - name: Download deb_package - uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7 + uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8 with: name: deb_package path: ${{ github.workspace }} @@ -586,7 +586,7 @@ jobs: matrix: ${{ fromJson(needs.matrix_prep.outputs.matrix) }} steps: - name: Download cbuild_install - uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7 + uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8 with: name: cbuild_install path: ${{ github.workspace }} @@ -627,7 +627,7 @@ jobs: image: [ "debian:buster" ] steps: - name: Download cbuild_install - uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7 + uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8 with: name: cbuild_install path: ${{ github.workspace }} diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index c55ca609d..3279c6cf9 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -40,7 +40,7 @@ jobs: lcov - name: Download coverage report - uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7 + uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8 with: pattern: coverage-report-* path: coverage/ diff --git a/.github/workflows/packchk.yml b/.github/workflows/packchk.yml index a62ada7ca..22429b39b 100644 --- a/.github/workflows/packchk.yml +++ b/.github/workflows/packchk.yml @@ -278,7 +278,7 @@ jobs: mkdir -p tools/packchk/distribution/ - name: Download coverage report - uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7 + uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8 with: name: coverage-report-packchk path: tools/packchk/distribution/coverage/ diff --git a/.github/workflows/packgen.yml b/.github/workflows/packgen.yml index 20bd8eee3..1ef3bab6d 100644 --- a/.github/workflows/packgen.yml +++ b/.github/workflows/packgen.yml @@ -97,37 +97,37 @@ jobs: cp -r tools/packgen/test/data/CMakeTestMultipleBuilds/ tools/packgen/distribution/doc/examples/ - name: Download packgen linux-amd64 - uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7 + uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8 with: name: packgen-linux-amd64 path: tools/packgen/distribution/bin/linux-amd64/ - name: Download packgen linux arm64 - uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7 + uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8 with: name: packgen-linux-arm64 path: tools/packgen/distribution/bin/linux-arm64/ - name: Download packgen macos-amd64 - uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7 + uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8 with: name: packgen-darwin-amd64 path: tools/packgen/distribution/bin/darwin-amd64/ - name: Download packgen macos-arm64 - uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7 + uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8 with: name: packgen-darwin-arm64 path: tools/packgen/distribution/bin/darwin-arm64/ - name: Download packgen windows-amd64 - uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7 + uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8 with: name: packgen-windows-amd64 path: tools/packgen/distribution/bin/windows-amd64/ - name: Download packgen windows-arm64 - uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7 + uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8 with: name: packgen-windows-arm64 path: tools/packgen/distribution/bin/windows-arm64/ diff --git a/.github/workflows/projmgr.yml b/.github/workflows/projmgr.yml index 551107cc0..93544a082 100644 --- a/.github/workflows/projmgr.yml +++ b/.github/workflows/projmgr.yml @@ -158,69 +158,69 @@ jobs: cp -r tools/projmgr/templates/* tools/projmgr/distribution/etc/ - name: Download projmgr linux-amd64 - uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7 + uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8 with: name: projmgr-linux-amd64 path: tools/projmgr/distribution/bin/linux-amd64/ - name: Download projmgr linux-arm64 - uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7 + uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8 with: name: projmgr-linux-arm64 path: tools/projmgr/distribution/bin/linux-arm64/ - name: Download projmgr macos-amd64 - uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7 + uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8 with: name: projmgr-darwin-amd64 path: tools/projmgr/distribution/bin/darwin-amd64/ - name: Download projmgr macos-arm64 - uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7 + uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8 with: name: projmgr-darwin-arm64 path: tools/projmgr/distribution/bin/darwin-arm64/ - name: Download projmgr windows-amd64 - uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7 + uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8 with: name: projmgr-windows-amd64 path: tools/projmgr/distribution/bin/windows-amd64/ - name: Download projmgr windows-arm64 - uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7 + uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8 with: name: projmgr-windows-arm64 path: tools/projmgr/distribution/bin/windows-arm64/ - name: Download projmgr-swig-python linux-amd64 - uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7 + uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8 with: name: projmgr-swig-python-linux-amd64 path: tools/projmgr/distribution/lib/linux-amd64/python/ - name: Download projmgr-swig-python macos-amd64 if: ${{ !github.event.repository.private }} - uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7 + uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8 with: name: projmgr-swig-python-darwin-amd64 path: tools/projmgr/distribution/lib/darwin-amd64/python/ - name: Download projmgr-swig-python windows-amd64 - uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7 + uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8 with: name: projmgr-swig-python-windows-amd64 path: tools/projmgr/distribution/lib/windows-amd64/python/ - name: Download projmgr-swig-go linux-amd64 - uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7 + uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8 with: name: projmgr-swig-go-linux-amd64 path: tools/projmgr/distribution/lib/linux-amd64/go/ - name: Download projmgr-swig-go macos-amd64 if: ${{ !github.event.repository.private }} - uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7 + uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8 with: name: projmgr-swig-go-darwin-amd64 path: tools/projmgr/distribution/lib/darwin-amd64/go/ @@ -239,20 +239,20 @@ jobs: asset_name: projmgr.zip - name: Download test report windows-amd64 - uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7 + uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8 with: name: unit_test_result_projmgr-windows-amd64 path: tools/testreport/windows-amd64/ - name: Download test report linux-amd64 - uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7 + uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8 with: name: unit_test_result_projmgr-linux-amd64 path: tools/testreport/linux-amd64/ - name: Download test report macos-amd64 if: ${{ !github.event.repository.private }} - uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7 + uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8 with: name: unit_test_result_projmgr-darwin-amd64 path: tools/testreport/darwin-amd64/ @@ -271,7 +271,7 @@ jobs: asset_name: testreport.zip - name: Download coverage report - uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7 + uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8 with: name: coverage-report-projmgr path: tools/coverage/ diff --git a/.github/workflows/svdconv.yml b/.github/workflows/svdconv.yml index 2d65a3172..8356b0a8e 100644 --- a/.github/workflows/svdconv.yml +++ b/.github/workflows/svdconv.yml @@ -276,7 +276,7 @@ jobs: mkdir -p tools/svdconv/distribution/ - name: Download coverage report - uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7 + uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8 with: name: coverage-report-svdconv path: tools/svdconv/distribution/coverage/