From 6c609376a76d6d05ecf6aae1eabeea2b5c1e179e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 13 Oct 2024 19:45:02 +0000 Subject: [PATCH] Bump actions/upload-artifact from 4.4.0 to 4.4.3 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.4.0 to 4.4.3. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/50769540e7f4bd5e21e526ee35c689e35e0d6874...b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/buildmgr.yml | 20 ++++++++++---------- .github/workflows/cpp-linter.yml | 2 +- .github/workflows/nightly.yml | 2 +- .github/workflows/packchk.yml | 14 +++++++------- .github/workflows/packgen.yml | 10 +++++----- .github/workflows/projmgr.yml | 16 ++++++++-------- .github/workflows/scorecard.yml | 2 +- .github/workflows/svdconv.yml | 14 +++++++------- .github/workflows/test_libs.yml | 4 ++-- 9 files changed, 42 insertions(+), 42 deletions(-) diff --git a/.github/workflows/buildmgr.yml b/.github/workflows/buildmgr.yml index aa85792aa..7b35929db 100644 --- a/.github/workflows/buildmgr.yml +++ b/.github/workflows/buildmgr.yml @@ -77,7 +77,7 @@ jobs: arch: ${{ matrix.arch }} - name: Archive cbuildgen - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 + uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 with: name: cbuildgen-${{ matrix.target }}-${{ matrix.arch }} path: ./build/tools/buildmgr/cbuildgen/${{ matrix.target }}-${{ matrix.arch }}/Release/cbuildgen${{ matrix.binary_extension }} @@ -132,7 +132,7 @@ jobs: echo "retention_days=$(echo '${{ (!github.event.repository.private && (github.event_name == 'push' || github.event.schedule != '')) && '7' || '1' }}')" >> $GITHUB_OUTPUT - name: Upload documentation - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 + uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 with: name: documentation path: ./build/tools/buildmgr/docs/doxygen/output/ @@ -263,7 +263,7 @@ jobs: working-directory: tools/buildmgr/cbuildgen/installer - name: Archive cbuild_install.sh - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 + uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 with: name: cbuild_install path: tools/buildmgr/cbuildgen/installer/cbuild_install.sh @@ -271,7 +271,7 @@ jobs: if-no-files-found: error - name: Archive deb package - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 + uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 with: name: deb_package path: tools/buildmgr/cbuildgen/installer/cmsis-build*.deb @@ -404,7 +404,7 @@ jobs: - name: Archive unittest if: always() && (matrix.arch != 'arm64') - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 + uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 with: name: unit_test_result_buildmgr-${{ matrix.target }}-${{ matrix.arch }} path: ./build/test_reports/cbuildunittests-*.xml @@ -441,7 +441,7 @@ jobs: - name: Archive Cbuild Integration Tests if: always() && ((matrix.arch == 'amd64') || (startsWith(matrix.runs_on, 'ubuntu'))) - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 + uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 with: name: integ_test_result_buildmgr-${{ matrix.target }}-${{ matrix.arch }} path: ./build/test_reports/cbuildintegtests-report-${{ matrix.target }}-${{ matrix.arch }}.xml @@ -521,7 +521,7 @@ jobs: - name: Archive unittest if: (github.event_name == 'push') - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 + uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 with: name: unit_test_result_buildmgr-linux-amd64 path: ./build/test_reports/cbuildunittests-*.xml @@ -530,7 +530,7 @@ jobs: - name: Archive Cbuild Integration Tests if: (github.event_name == 'push') - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 + uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 with: name: integ_test_result_buildmgr-linux-amd64 path: ./build/test_reports/cbuildintegtests-*.xml @@ -568,7 +568,7 @@ jobs: attempt_delay: 5000 - name: Archive coverage report - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 + uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 with: name: coverage-report-buildmgr path: | @@ -661,7 +661,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Event File - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 + uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 with: name: Event File buildmgr path: ${{ github.event_path }} diff --git a/.github/workflows/cpp-linter.yml b/.github/workflows/cpp-linter.yml index b9a9d4c40..50afbf4c8 100644 --- a/.github/workflows/cpp-linter.yml +++ b/.github/workflows/cpp-linter.yml @@ -62,7 +62,7 @@ jobs: - name: Archive Cppcheck results if: ${{ steps.errors.outputs.value == '1' }} - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 + uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 with: name: cppcheck-report path: ./${{ env.linter_report }} diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index d14cb575c..cad316d3e 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -52,7 +52,7 @@ jobs: working-directory: coverage/ - name: Archive merged coverage report - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 + uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 with: name: merged-coverage-report path: ./coverage/merged_coverage.info diff --git a/.github/workflows/packchk.yml b/.github/workflows/packchk.yml index ec4c548bd..eb05547a6 100644 --- a/.github/workflows/packchk.yml +++ b/.github/workflows/packchk.yml @@ -75,7 +75,7 @@ jobs: - name: Archive packchk binary if: ${{ github.event_name != 'release' }} - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 + uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 with: name: packchk-${{ matrix.target }}-${{ matrix.arch }} path: build/tools/packchk/packchk-*-${{ matrix.target }}-${{ matrix.arch }}.* @@ -135,7 +135,7 @@ jobs: - name: Archive unit test results if: always() && (matrix.arch != 'arm64') - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 + uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 with: name: unit_test_result_packchk-${{ matrix.target }}-${{ matrix.arch }} path: ./build/test_reports/packchkunittests-*.xml @@ -144,7 +144,7 @@ jobs: - name: Archive integration test results if: always() && (matrix.arch != 'arm64') - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 + uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 with: name: integ_test_result_packchk-${{ matrix.target }}-${{ matrix.arch }} path: ./build/test_reports/packchkintegtests-*.xml @@ -206,7 +206,7 @@ jobs: - name: Archive unit test results if: (github.event_name == 'push') - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 + uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 with: name: unit_test_result_packchk-linux-amd64 path: ./build/test_reports/packchkunittests-*.xml @@ -215,7 +215,7 @@ jobs: - name: Archive integration test results if: (github.event_name == 'push') - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 + uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 with: name: integ_test_result_packchk-linux-amd64 path: ./build/test_reports/packchkintegtests-*.xml @@ -253,7 +253,7 @@ jobs: attempt_delay: 5000 - name: Archive coverage report - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 + uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 with: name: coverage-report-packchk path: | @@ -303,7 +303,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Event File - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 + uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 with: name: Event File packchk path: ${{ github.event_path }} diff --git a/.github/workflows/packgen.yml b/.github/workflows/packgen.yml index 57e9daeee..205b151b8 100644 --- a/.github/workflows/packgen.yml +++ b/.github/workflows/packgen.yml @@ -70,7 +70,7 @@ jobs: arch: ${{ matrix.arch }} - name: Archive packgen - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 + uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 with: name: packgen-${{ matrix.target }}-${{ matrix.arch }} path: ./build/tools/packgen/${{ matrix.target }}-${{ matrix.arch }}/Release/${{ matrix.binary }} @@ -175,7 +175,7 @@ jobs: - name: Archive unit tests results if: always() && (matrix.arch != 'arm64') - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 + uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 with: name: unit_test_result_packgen-${{ matrix.target }}-${{ matrix.arch }} path: ./build/test_reports/packgenunittests-*.xml @@ -227,7 +227,7 @@ jobs: - name: Archive unit tests results if: (github.event_name == 'push') - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 + uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 with: name: unit_test_result_packgen-linux-amd64 path: ./build/test_reports/packgenunittests-*.xml @@ -265,7 +265,7 @@ jobs: attempt_delay: 5000 - name: Archive coverage report - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 + uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 with: name: coverage-report-packgen path: | @@ -280,7 +280,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Event File - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 + uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 with: name: Event File packgen path: ${{ github.event_path }} diff --git a/.github/workflows/projmgr.yml b/.github/workflows/projmgr.yml index 56241f70f..b1d6a080b 100644 --- a/.github/workflows/projmgr.yml +++ b/.github/workflows/projmgr.yml @@ -75,7 +75,7 @@ jobs: arch: ${{ matrix.arch }} - name: Archive projmgr - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 + uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 with: name: projmgr-${{ matrix.target }}-${{ matrix.arch }} path: ./build/tools/projmgr/${{ matrix.target }}-${{ matrix.arch }}/Release/${{ matrix.binary }} @@ -119,7 +119,7 @@ jobs: - name: Archive projmgr swig python libs if: always() && matrix.pyswig - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 + uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 with: name: projmgr-swig-python-${{ matrix.target }}-${{ matrix.arch }} path: | @@ -130,7 +130,7 @@ jobs: - name: Archive projmgr swig go libs if: always() && matrix.goswig - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 + uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 with: name: projmgr-swig-go-${{ matrix.target }}-${{ matrix.arch }} path: | @@ -320,7 +320,7 @@ jobs: - name: Archive unit tests results if: always() && (matrix.arch != 'arm64') - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 + uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 with: name: unittest-${{ matrix.target }}-${{ matrix.arch }} path: ./build/Testing/Temporary/LastTest.log @@ -329,7 +329,7 @@ jobs: - name: Archive gtest report if: always() && (matrix.arch != 'arm64') - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 + uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 with: name: unit_test_result_projmgr-${{ matrix.target }}-${{ matrix.arch }} path: ./build/test_reports/projmgrunittests-*.xml @@ -381,7 +381,7 @@ jobs: - name: Archive test report if: (github.event_name == 'push') - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 + uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 with: name: unit_test_result_projmgr-linux-amd64 path: ./build/test_reports/projmgrunittests-*.xml @@ -419,7 +419,7 @@ jobs: attempt_delay: 5000 - name: Archive coverage report - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 + uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 with: name: coverage-report-projmgr path: | @@ -434,7 +434,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Event File - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 + uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 with: name: Event File projmgr path: ${{ github.event_path }} diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index 80d9cfce6..c41843eca 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -56,7 +56,7 @@ jobs: # Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF # format to the repository Actions tab. - name: "Upload artifact" - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 + uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 with: name: SARIF file path: results.sarif diff --git a/.github/workflows/svdconv.yml b/.github/workflows/svdconv.yml index 49ab5a78c..bce3d5eef 100644 --- a/.github/workflows/svdconv.yml +++ b/.github/workflows/svdconv.yml @@ -66,7 +66,7 @@ jobs: - name: Archive svdconv binary if: ${{ github.event_name != 'release' || (needs.setup.outputs.nightly == 'true')}} - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 + uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 with: name: svdconv-${{ matrix.target }}-${{ matrix.arch }} path: ./build/tools/svdconv/SVDConv/svdconv-*-${{ matrix.target }}-${{ matrix.arch }}.* @@ -126,7 +126,7 @@ jobs: - name: Archive unit test results if: always() && (matrix.arch != 'arm64') - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 + uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 with: name: unit_test_result_svdconv-${{ matrix.target }}-${{ matrix.arch }} path: ./build/test_reports/svdconvunittests-*.xml @@ -135,7 +135,7 @@ jobs: - name: Archive integration test results if: always() && (matrix.arch != 'arm64') - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 + uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 with: name: integ_test_result_svdconv-${{ matrix.target }}-${{ matrix.arch }} path: ./build/test_reports/svdconvintegtests-*.xml @@ -197,7 +197,7 @@ jobs: - name: Archive unit test results if: (github.event_name == 'push') - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 + uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 with: name: unit_test_report_svdconv-linux-amd64 path: ./build/test_reports/svdconvunittests-*.xml @@ -206,7 +206,7 @@ jobs: - name: Archive integration test results if: (github.event_name == 'push') - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 + uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 with: name: integ_test_report_svdconv-linux-amd64 path: ./build/test_reports/svdconvintegtests-*.xml @@ -251,7 +251,7 @@ jobs: attempt_delay: 5000 - name: Archive coverage report - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 + uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 with: name: coverage-report-svdconv path: | @@ -301,7 +301,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Event File - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 + uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 with: name: Event File svdconv path: ${{ github.event_path }} diff --git a/.github/workflows/test_libs.yml b/.github/workflows/test_libs.yml index 3c709987e..200275cca 100644 --- a/.github/workflows/test_libs.yml +++ b/.github/workflows/test_libs.yml @@ -85,7 +85,7 @@ jobs: - name: Archive libs unittest reports if: always() && (matrix.arch != 'arm64') - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 + uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 with: name: unit_test_result_test_libs-${{ matrix.target }}-${{ matrix.arch }} path: ./build/test_reports/*${{ matrix.target }}-${{ matrix.arch }}.xml @@ -98,7 +98,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Event File - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 + uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 with: name: Event File test_libs path: ${{ github.event_path }}