From 429a8064a32fb4ca96bee8ec738344f10038dec3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 14:03:18 +0000 Subject: [PATCH 1/2] build(deps): bump actions/upload-artifact from 5 to 6 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5 to 6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v5...v6) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/differential-pylint.yml | 2 +- .github/workflows/differential-shellcheck.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/differential-pylint.yml b/.github/workflows/differential-pylint.yml index 669a410..4785231 100644 --- a/.github/workflows/differential-pylint.yml +++ b/.github/workflows/differential-pylint.yml @@ -26,7 +26,7 @@ jobs: - if: ${{ always() }} name: Upload artifact with detected PyLint defects in SARIF format - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: Differential PyLint SARIF path: ${{ steps.PyLint.outputs.sarif }} diff --git a/.github/workflows/differential-shellcheck.yml b/.github/workflows/differential-shellcheck.yml index 44cf969..a48a969 100644 --- a/.github/workflows/differential-shellcheck.yml +++ b/.github/workflows/differential-shellcheck.yml @@ -33,7 +33,7 @@ jobs: - if: ${{ runner.debug == '1' && !cancelled() }} name: Upload artifact with ShellCheck defects in SARIF format - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: Differential ShellCheck SARIF path: ${{ steps.ShellCheck.outputs.sarif }} From 62de9a58bc64abcbf247619ef2c91540dd26d792 Mon Sep 17 00:00:00 2001 From: Kamil Dudka Date: Mon, 15 Dec 2025 16:13:54 +0100 Subject: [PATCH 2/2] CI: remove `s390x` builds from Packit configuration The related CI jobs frequently take more than an hour to start and nobody uses the `s390x` builds of `csmock` anyway. --- .packit.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.packit.yaml b/.packit.yaml index 5cb1b48..d978c7c 100644 --- a/.packit.yaml +++ b/.packit.yaml @@ -27,11 +27,9 @@ jobs: targets: - epel-all-aarch64 - epel-all-ppc64le - - epel-all-s390x - epel-all-x86_64 - fedora-all-aarch64 - fedora-all-ppc64le - - fedora-all-s390x - fedora-all-x86_64 # EPEL tests