From 844abeb2df21dd29fc370036e602a59ddd8ad562 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jul 2026 10:18:56 +0000 Subject: [PATCH] build(deps): bump the github-actions group across 1 directory with 2 updates Bumps the github-actions group with 2 updates in the / directory: [actions/checkout](https://github.com/actions/checkout) and [yitianyigexiangfa/ssh-scp-ssh-pipelines](https://github.com/yitianyigexiangfa/ssh-scp-ssh-pipelines). Updates `actions/checkout` from 6 to 7 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v6...v7) Updates `yitianyigexiangfa/ssh-scp-ssh-pipelines` from 1.1.5 to 1.1.6 - [Release notes](https://github.com/yitianyigexiangfa/ssh-scp-ssh-pipelines/releases) - [Commits](https://github.com/yitianyigexiangfa/ssh-scp-ssh-pipelines/compare/v1.1.5...v1.1.6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: yitianyigexiangfa/ssh-scp-ssh-pipelines dependency-version: 1.1.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2a45a95..0982e12 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,7 +45,7 @@ jobs: mkdir ${{ github.workspace }} - name: checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 ref: ${{ github.event.client_payload.branch || github.ref }} @@ -84,7 +84,7 @@ jobs: - name: publish buildlogs if: ${{ github.event_name != 'pull_request' && steps.SetVariables.outputs.branch != 'null' }} - uses: yitianyigexiangfa/ssh-scp-ssh-pipelines@v1.1.5 + uses: yitianyigexiangfa/ssh-scp-ssh-pipelines@v1.1.6 continue-on-error: true env: REMOTE: ${{ steps.SetVariables.outputs.buildlog_dir }} @@ -109,7 +109,7 @@ jobs: docker run ${DOCKER_RUN_OPTIONS} -e DEP_BRANCH=${DEP_BRANCH} -e BRANCH=${BRANCH} -e OS_VERSION=${OS_VERSION} --rm ${TESTIMAGE} /bin/bash -c "${DOCKER_WORKFLOW_SCRIPTS_DIR}/integration_tests.sh" - name: publish rpms if: ${{ github.event_name != 'pull_request' && steps.BuildStep.outputs.bypass == 'false' && steps.SetVariables.outputs.branch != 'null' }} - uses: yitianyigexiangfa/ssh-scp-ssh-pipelines@v1.1.5 + uses: yitianyigexiangfa/ssh-scp-ssh-pipelines@v1.1.6 env: REMOTE: ${{ steps.SetVariables.outputs.rpm_dir }} LOCAL: ${{ github.workspace }}/rpms @@ -124,7 +124,7 @@ jobs: '${LOCAL}/metwork-*.rpm' => ${REMOTE} - name: createrepo if: ${{ github.event_name != 'pull_request' && steps.BuildStep.outputs.bypass == 'false' && steps.SetVariables.outputs.branch != 'null' }} - uses: yitianyigexiangfa/ssh-scp-ssh-pipelines@v1.1.5 + uses: yitianyigexiangfa/ssh-scp-ssh-pipelines@v1.1.6 env: REMOTE: ${{ steps.SetVariables.outputs.rpm_dir }} LOCAL: ${{ github.workspace }}/.github/workflows @@ -141,7 +141,7 @@ jobs: ./createrepo.sh . - name: publish doc if: ${{ github.event_name != 'pull_request' && steps.BuildStep.outputs.bypass == 'false' && steps.SetVariables.outputs.branch != 'null' }} - uses: yitianyigexiangfa/ssh-scp-ssh-pipelines@v1.1.5 + uses: yitianyigexiangfa/ssh-scp-ssh-pipelines@v1.1.6 continue-on-error: true env: REMOTE: ${{ steps.SetVariables.outputs.doc_dir }}