From e3640aa836a1473ace4babccf031a9c0e98c4bb7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Oct 2025 01:29:19 +0000 Subject: [PATCH 1/2] [UPDATE] (deps): Bump actions/upload-artifact in /.github/workflows Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.6.2 to 5.0.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/ea165f8d65b6e75b540449e92b4886f43607fa02...330a01c490aca151604b8cf639adc76d48f6c5d4) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/CI-BUILD.yml | 6 +++--- .github/workflows/CI-CHGLOG.yml | 6 +++--- .github/workflows/CI-DOCS.yml | 6 +++--- .github/workflows/CI-MATs.yml | 4 ++-- .github/workflows/Tests.yml | 14 +++++++------- .github/workflows/scorecard.yml | 2 +- 6 files changed, 19 insertions(+), 19 deletions(-) diff --git a/.github/workflows/CI-BUILD.yml b/.github/workflows/CI-BUILD.yml index 7b1626f1..e06a6973 100644 --- a/.github/workflows/CI-BUILD.yml +++ b/.github/workflows/CI-BUILD.yml @@ -123,7 +123,7 @@ jobs: - name: Upload build artifact id: upload if: ${{ !cancelled() && (steps.buildfiles.outputs.files != '') && (github.repository == 'reactive-firewall-org/multicast') }} - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 + uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0 with: path: dist name: multicast-build-${{ github.sha }} @@ -346,7 +346,7 @@ jobs: - name: Upload build summary id: upload-build-info if: ${{ !cancelled() && (github.repository == 'reactive-firewall-org/multicast') }} - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 + uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0 with: path: "BUILD-info.txt" name: multicast-info-${{ github.sha }} @@ -393,7 +393,7 @@ jobs: - name: Upload build summary id: upload-build-summary if: ${{ !cancelled() && (github.repository == 'reactive-firewall-org/multicast') }} - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 + uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0 with: path: ./Build-Summary-Artifact.txt name: BUILD-COMMENT-BODY-${{ github.sha }} diff --git a/.github/workflows/CI-CHGLOG.yml b/.github/workflows/CI-CHGLOG.yml index 8e6ea701..b9cfc169 100644 --- a/.github/workflows/CI-CHGLOG.yml +++ b/.github/workflows/CI-CHGLOG.yml @@ -186,7 +186,7 @@ jobs: - name: Upload CHANGELOG artifact id: upload if: ${{ success() && (github.repository == 'reactive-firewall-org/multicast') }} - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 + uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0 with: path: CHANGELOG.md name: 'multicast-chglog-${{ needs.check_build.outputs.sha }}' @@ -256,7 +256,7 @@ jobs: - name: "Upload chglog summary" id: upload-chglog-summary if: ${{ !cancelled() && (github.repository == 'reactive-firewall-org/multicast') }} - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 + uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0 with: path: ./chglog-Summary-Artifact.txt name: chglog-COMMENT-BODY-${{ needs.check_build.outputs.sha }} @@ -336,7 +336,7 @@ jobs: - name: Upload build summary id: upload-build-info if: ${{ !cancelled() && (github.repository == 'reactive-firewall-org/multicast') }} - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 + uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0 with: path: "chglog-info.txt" name: multicast-chglog-info-${{ needs.check_build.outputs.sha }} diff --git a/.github/workflows/CI-DOCS.yml b/.github/workflows/CI-DOCS.yml index e567ffe6..cd5d7e31 100644 --- a/.github/workflows/CI-DOCS.yml +++ b/.github/workflows/CI-DOCS.yml @@ -181,7 +181,7 @@ jobs: fi - name: Upload Docs Artifact with Python ${{ matrix.python-version }} on ${{ matrix.os }} id: upload-documentation - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 + uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0 with: name: Multicast-Documentation-${{ needs.check_mats.outputs.build_sha }}-${{ matrix.os }}-${{ matrix.python-version }} path: ./Multicast-Documentation @@ -237,7 +237,7 @@ jobs: - name: "Upload DOCs summary" id: upload-docs-summary if: ${{ !cancelled() && (github.repository == 'reactive-firewall-org/multicast') }} - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 + uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0 with: path: ./DOCUMENTATION-Summary-Artifact.txt name: DOCUMENTATION-COMMENT-BODY-${{ needs.check_mats.outputs.build_sha }} @@ -248,7 +248,7 @@ jobs: - name: "Upload DOCs Bundle" id: upload-docs-bundle if: ${{ !cancelled() && (github.repository == 'reactive-firewall-org/multicast') }} - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 + uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0 with: path: Multicast-Documentation name: Multicast-Documentation-${{ needs.check_mats.outputs.build_sha }}-ALL diff --git a/.github/workflows/CI-MATs.yml b/.github/workflows/CI-MATs.yml index 6f35f26b..ef6e4cb1 100644 --- a/.github/workflows/CI-MATs.yml +++ b/.github/workflows/CI-MATs.yml @@ -285,7 +285,7 @@ jobs: - name: "Upload MATs summary" id: upload-mats-summary if: ${{ !cancelled() && (github.repository == 'reactive-firewall-org/multicast') }} - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 + uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0 with: path: ./MATs-Summary-Artifact.txt name: MATS-COMMENT-BODY-${{ needs.check_build.outputs.sha }} @@ -365,7 +365,7 @@ jobs: - name: Upload build summary id: upload-build-info if: ${{ !cancelled() && (github.repository == 'reactive-firewall-org/multicast') }} - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 + uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0 with: path: "multicast-info.txt" name: multicast-info-${{ needs.check_build.outputs.sha }} diff --git a/.github/workflows/Tests.yml b/.github/workflows/Tests.yml index 0212a895..ae487985 100644 --- a/.github/workflows/Tests.yml +++ b/.github/workflows/Tests.yml @@ -391,7 +391,7 @@ jobs: - name: "Upload Coverage Summary" id: upload if: ${{ !cancelled() && (github.repository == 'reactive-firewall-org/multicast') }} - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 + uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0 with: path: COVERAGE name: ${{ steps.output_coverage_step_summary.outputs.coverage-artifact-name }} @@ -491,7 +491,7 @@ jobs: fail_ci_if_error: false - name: Upload Python ${{ matrix.python-version }} Artifact id: doctests-reports-upload - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 + uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0 with: name: DocTest-Report-${{ matrix.os }}-${{ matrix.python-version }} path: ./test-reports/ @@ -623,7 +623,7 @@ jobs: - name: "Upload Doctests Summary" id: upload if: ${{ !cancelled() && (github.repository == 'reactive-firewall-org/multicast') }} - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 + uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0 with: path: COVERAGE name: ${{ steps.output_doctests_step_summary.outputs.doctests-artifact-name }} @@ -683,7 +683,7 @@ jobs: - name: "Upload COVERAGE summary" id: upload-coverage-summary if: ${{ !cancelled() && (github.repository == 'reactive-firewall-org/multicast') }} - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 + uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0 with: path: ./COVERAGE-Summary-Artifact.txt name: COVERAGE-COMMENT-BODY-${{ needs.check_mats.outputs.build_sha }} @@ -914,7 +914,7 @@ jobs: fail_ci_if_error: false - name: Upload Extra Python ${{ matrix.python-version }} Artifact id: integration-reports-upload - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 + uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0 with: name: Integration-Test-Report-${{ matrix.os }}-${{ matrix.python-version }} path: ./test-reports/ @@ -1150,7 +1150,7 @@ jobs: - name: "Upload integration Summary" id: upload if: ${{ !cancelled() && (github.repository == 'reactive-firewall-org/multicast') }} - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 + uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0 with: path: EXTRAS name: ${{ steps.output_integration_step_summary.outputs.integration-artifact-name }} @@ -1231,7 +1231,7 @@ jobs: - name: "Upload INTEGRATION summary" id: upload-integration-summary if: ${{ !cancelled() && (github.repository == 'reactive-firewall-org/multicast') }} - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 + uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0 with: path: ./Integration-Summary-Artifact.txt name: INTEGRATION-COMMENT-BODY-${{ needs.check_mats.outputs.build_sha }} diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index 85426883..e650acf4 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -50,7 +50,7 @@ jobs: # uploads of run results in SARIF format to the repository Actions tab. # https://docs.github.com/en/actions/advanced-guides/storing-workflow-data-as-artifacts - name: "Upload artifact" - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 + uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0 with: name: SARIF file path: results.sarif From 8c1e1216945707eb74a51c5b3739dd07ddd42538 Mon Sep 17 00:00:00 2001 From: "Mr. Walls" Date: Thu, 30 Oct 2025 09:27:15 -0700 Subject: [PATCH 2/2] [UPDATE] Version bump for GHA uploads (- PR #491 -) Changes in file .github/actions/run-minimal-acceptance-tests/action.yml: * version bump uploads to v5.0 Changes in file .github/actions/setup-py-reqs/action.yml: * version bump uploads to v5.0 Changes in file .github/actions/test-reporter-upload/action.yml: * version bump uploads to v5.0 --- .github/actions/run-minimal-acceptance-tests/action.yml | 2 +- .github/actions/setup-py-reqs/action.yml | 2 +- .github/actions/test-reporter-upload/action.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/actions/run-minimal-acceptance-tests/action.yml b/.github/actions/run-minimal-acceptance-tests/action.yml index ed07b1e9..9d7b0731 100644 --- a/.github/actions/run-minimal-acceptance-tests/action.yml +++ b/.github/actions/run-minimal-acceptance-tests/action.yml @@ -288,7 +288,7 @@ runs: - name: "Upload Details" id: upload if: ${{ !cancelled() && (github.repository == 'reactive-firewall-org/multicast') }} - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 + uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0 with: path: MATS name: ${{ steps.output_artifact_name.outputs.artifact-name }} diff --git a/.github/actions/setup-py-reqs/action.yml b/.github/actions/setup-py-reqs/action.yml index d4818c1e..9ad42edd 100644 --- a/.github/actions/setup-py-reqs/action.yml +++ b/.github/actions/setup-py-reqs/action.yml @@ -217,7 +217,7 @@ runs: - name: "Upload Details" id: upload if: ${{ !cancelled() && (github.repository == 'reactive-firewall-org/multicast') }} - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 + uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0 with: path: DEPS name: ${{ steps.output_artifact_name.outputs.artifact-name }} diff --git a/.github/actions/test-reporter-upload/action.yml b/.github/actions/test-reporter-upload/action.yml index f99900a6..225c839a 100644 --- a/.github/actions/test-reporter-upload/action.yml +++ b/.github/actions/test-reporter-upload/action.yml @@ -321,7 +321,7 @@ runs: - name: Upload ${{ steps.output_os.outputs.os }} Python ${{ steps.output_python.outputs.python-version }} Artifact id: coverage-reports-upload if: ${{ !cancelled() && (steps.output_can_upload.outputs.can_upload == 'true') }} - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 + uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0 with: name: Test-Report-${{ steps.output_os.outputs.os }}-${{ steps.output_python.outputs.python-version }}-${{ steps.output_sha.outputs.sha }} path: ./test-reports/