From 0fffbf7ed411c6240df227d5206ce2fbf104984d Mon Sep 17 00:00:00 2001 From: Marco Edoardo Santimaria <39337626+marcoSanti@users.noreply.github.com> Date: Tue, 3 Mar 2026 17:47:47 +0000 Subject: [PATCH 1/2] Added dependabot for actions upgrade (#61) --- .github/workflows/ci-test.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci-test.yml b/.github/workflows/ci-test.yml index 73fd442..f800b8b 100644 --- a/.github/workflows/ci-test.yml +++ b/.github/workflows/ci-test.yml @@ -67,6 +67,7 @@ jobs: upload-to-codecov: name: "compute Codecov" needs: [ "unit-tests"] + if: ${{ needs.check-tag-existance.outputs.exists == 'false' }} runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 @@ -125,6 +126,7 @@ jobs: build-documentation: name: "Build Doxygen documentation" runs-on: ubuntu-latest + if: ${{ needs.check-tag-existance.outputs.exists == 'false' }} needs: upload-to-codecov steps: - uses: actions/checkout@v4 @@ -145,6 +147,7 @@ jobs: codespell-check: name: "Check codespell conformance" needs: upload-to-codecov + if: ${{ needs.check-tag-existance.outputs.exists == 'false' }} runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 @@ -154,6 +157,7 @@ jobs: format-check: name: "Check ${{ matrix.path }} clang-format conformance" needs: upload-to-codecov + if: ${{ needs.check-tag-existance.outputs.exists == 'false' }} runs-on: ubuntu-latest strategy: matrix: From aee238da1efa5c34c9d603ab5b0379d852343d81 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Mar 2026 17:50:02 +0000 Subject: [PATCH 2/2] Bump appleboy/scp-action from 0.1.4 to 1.0.0 Bumps [appleboy/scp-action](https://github.com/appleboy/scp-action) from 0.1.4 to 1.0.0. - [Release notes](https://github.com/appleboy/scp-action/releases) - [Commits](https://github.com/appleboy/scp-action/compare/v0.1.4...v1.0.0) --- updated-dependencies: - dependency-name: appleboy/scp-action dependency-version: 1.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci-test.yml | 4 ---- .github/workflows/release.yml | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/ci-test.yml b/.github/workflows/ci-test.yml index f800b8b..73fd442 100644 --- a/.github/workflows/ci-test.yml +++ b/.github/workflows/ci-test.yml @@ -67,7 +67,6 @@ jobs: upload-to-codecov: name: "compute Codecov" needs: [ "unit-tests"] - if: ${{ needs.check-tag-existance.outputs.exists == 'false' }} runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 @@ -126,7 +125,6 @@ jobs: build-documentation: name: "Build Doxygen documentation" runs-on: ubuntu-latest - if: ${{ needs.check-tag-existance.outputs.exists == 'false' }} needs: upload-to-codecov steps: - uses: actions/checkout@v4 @@ -147,7 +145,6 @@ jobs: codespell-check: name: "Check codespell conformance" needs: upload-to-codecov - if: ${{ needs.check-tag-existance.outputs.exists == 'false' }} runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 @@ -157,7 +154,6 @@ jobs: format-check: name: "Check ${{ matrix.path }} clang-format conformance" needs: upload-to-codecov - if: ${{ needs.check-tag-existance.outputs.exists == 'false' }} runs-on: ubuntu-latest strategy: matrix: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e8511ad..eb46f4e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -53,7 +53,7 @@ jobs: path: "doxygen/documentation*.pdf" name: "documentation.pdf" - name: "Deploy documentation page" - uses: appleboy/scp-action@v0.1.4 + uses: appleboy/scp-action@v1.0.0 with: host: capio.hpc4ai.it key: ${{ secrets.CAPIO_CL_DOC_DEPLOY_KEY }}