From e7fc329f7a4f55bf108a5c00a424c9e230d0173b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 10:19:55 +0000 Subject: [PATCH] chore(deps): Bump the actions group across 1 directory with 5 updates Bumps the actions group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [appleboy/ssh-action](https://github.com/appleboy/ssh-action) | `1.2.2` | `1.2.4` | | [uraimo/run-on-arch-action](https://github.com/uraimo/run-on-arch-action) | `3.0.0` | `3.0.1` | | [softprops/action-gh-release](https://github.com/softprops/action-gh-release) | `2.2.1` | `2.5.0` | | [falcosecurity/kernel-testing](https://github.com/falcosecurity/kernel-testing) | `0.3.2` | `0.4.0` | | [codecov/codecov-action](https://github.com/codecov/codecov-action) | `5.4.0` | `5.5.2` | Updates `appleboy/ssh-action` from 1.2.2 to 1.2.4 - [Release notes](https://github.com/appleboy/ssh-action/releases) - [Commits](https://github.com/appleboy/ssh-action/compare/2ead5e36573f08b82fbfce1504f1a4b05a647c6f...823bd89e131d8d508129f9443cad5855e9ba96f0) Updates `uraimo/run-on-arch-action` from 3.0.0 to 3.0.1 - [Release notes](https://github.com/uraimo/run-on-arch-action/releases) - [Commits](https://github.com/uraimo/run-on-arch-action/compare/4141da824ffb5eda88d221d9cf835f6a61ed98d9...d94c13912ea685de38fccc1109385b83fd79427d) Updates `softprops/action-gh-release` from 2.2.1 to 2.5.0 - [Release notes](https://github.com/softprops/action-gh-release/releases) - [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md) - [Commits](https://github.com/softprops/action-gh-release/compare/c95fe1489396fe8a9eb87c0abf8aa5b2ef267fda...a06a81a03ee405af7f2048a818ed3f03bbf83c7b) Updates `falcosecurity/kernel-testing` from 0.3.2 to 0.4.0 - [Release notes](https://github.com/falcosecurity/kernel-testing/releases) - [Changelog](https://github.com/falcosecurity/kernel-testing/blob/main/release.md) - [Commits](https://github.com/falcosecurity/kernel-testing/compare/v0.3.2...v0.4.0) Updates `codecov/codecov-action` from 5.4.0 to 5.5.2 - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/codecov/codecov-action/compare/0565863a31f2c772f9f0395002a31e3f06189574...671740ac38dd9b0130fbe1cec585b89eea48d3de) --- updated-dependencies: - dependency-name: appleboy/ssh-action dependency-version: 1.2.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: uraimo/run-on-arch-action dependency-version: 3.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: softprops/action-gh-release dependency-version: 2.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: falcosecurity/kernel-testing dependency-version: 0.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: codecov/codecov-action dependency-version: 5.5.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/drivers_ci.yml | 4 ++-- .github/workflows/release-body.yml | 4 ++-- .github/workflows/reusable_kernel_tests.yaml | 2 +- .github/workflows/test_coverage_ci.yml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/drivers_ci.yml b/.github/workflows/drivers_ci.yml index 6ed9bae30..ed375fa05 100644 --- a/.github/workflows/drivers_ci.yml +++ b/.github/workflows/drivers_ci.yml @@ -170,7 +170,7 @@ jobs: - name: Build and test drivers on ppc64le node via ssh if: needs.paths-filter.outputs.driver == 'true' || needs.paths-filter.outputs.libscap == 'true' || needs.paths-filter.outputs.libpman == 'true' - uses: appleboy/ssh-action@2ead5e36573f08b82fbfce1504f1a4b05a647c6f # v1.2.2 + uses: appleboy/ssh-action@823bd89e131d8d508129f9443cad5855e9ba96f0 # v1.2.4 with: host: ${{ secrets.PPC64LE_HOST }} username: ${{ secrets.PPC64LE_USERNAME }} @@ -204,7 +204,7 @@ jobs: with: fetch-depth: 0 - - uses: uraimo/run-on-arch-action@4141da824ffb5eda88d221d9cf835f6a61ed98d9 # v3.0.0 + - uses: uraimo/run-on-arch-action@d94c13912ea685de38fccc1109385b83fd79427d # v3.0.1 name: Run s390x build 🏗️ if: needs.paths-filter.outputs.driver == 'true' || needs.paths-filter.outputs.libscap == 'true' || needs.paths-filter.outputs.libpman == 'true' with: diff --git a/.github/workflows/release-body.yml b/.github/workflows/release-body.yml index 142996ca6..8139775a0 100644 --- a/.github/workflows/release-body.yml +++ b/.github/workflows/release-body.yml @@ -98,7 +98,7 @@ jobs: echo "#### Release Manager @${{ github.event.release.author.login }}" >> release-body.md - name: Release - uses: softprops/action-gh-release@c95fe1489396fe8a9eb87c0abf8aa5b2ef267fda # v2.2.1 + uses: softprops/action-gh-release@a06a81a03ee405af7f2048a818ed3f03bbf83c7b # v2.5.0 with: body_path: ./release-body.md tag_name: ${{ github.event.release.tag_name }} @@ -182,7 +182,7 @@ jobs: echo "#### Release Manager @${{ github.event.release.author.login }}" >> release-body.md - name: Release - uses: softprops/action-gh-release@c95fe1489396fe8a9eb87c0abf8aa5b2ef267fda # v2.2.1 + uses: softprops/action-gh-release@a06a81a03ee405af7f2048a818ed3f03bbf83c7b # v2.5.0 with: body_path: ./release-body.md tag_name: ${{ github.event.release.tag_name }} diff --git a/.github/workflows/reusable_kernel_tests.yaml b/.github/workflows/reusable_kernel_tests.yaml index 29c4e766d..004ba4ff2 100644 --- a/.github/workflows/reusable_kernel_tests.yaml +++ b/.github/workflows/reusable_kernel_tests.yaml @@ -40,7 +40,7 @@ jobs: steps: # We need to use v0.3.2 instead of the hash because the tagname is # used by the action to download release tagged images. - - uses: falcosecurity/kernel-testing@v0.3.2 + - uses: falcosecurity/kernel-testing@v0.4.0 id: kernel_tests with: libsversion: ${{ inputs.libsversion }} diff --git a/.github/workflows/test_coverage_ci.yml b/.github/workflows/test_coverage_ci.yml index 6e3e148fc..9ae074a1a 100644 --- a/.github/workflows/test_coverage_ci.yml +++ b/.github/workflows/test_coverage_ci.yml @@ -37,7 +37,7 @@ jobs: gcovr --xml -o ./libsinsp.coverage.xml - name: Upload to codecov - uses: codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 # v5.4.0 + uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2 with: fail_ci_if_error: true files: ./libsinsp.coverage.xml