From 65a3c80cd2f9b1e5d19818d32a2407e0455771d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Nov 2024 12:46:10 +0000 Subject: [PATCH] build(deps): bump the github-actions group with 7 updates Bumps the github-actions group with 7 updates: | Package | From | To | | --- | --- | --- | | [webfactory/ssh-agent](https://github.com/webfactory/ssh-agent) | `0.4.1` | `0.9.0` | | [JamesIves/github-pages-deploy-action](https://github.com/jamesives/github-pages-deploy-action) | `3.7.1` | `4.6.9` | | [codecov/codecov-action](https://github.com/codecov/codecov-action) | `4` | `5` | | [actions/github-script](https://github.com/actions/github-script) | `0.3.0` | `7.0.1` | | [docker/login-action](https://github.com/docker/login-action) | `65b78e6e13532edd9afa3aa52ac7964289d1a9c1` | `7ca345011ac4304463197fac0e56eab1bc7e6af0` | | [docker/metadata-action](https://github.com/docker/metadata-action) | `9ec57ed1fcdbf14dcef7dfbe97b2010124a938b7` | `115662203e5f4c9b240a57397f721baaab82a488` | | [docker/build-push-action](https://github.com/docker/build-push-action) | `f2a1d5e99d037542a71f64918e516c093c6f3fc4` | `5e99dacf67635c4f273e532b9266ddb609b3025a` | Updates `webfactory/ssh-agent` from 0.4.1 to 0.9.0 - [Release notes](https://github.com/webfactory/ssh-agent/releases) - [Changelog](https://github.com/webfactory/ssh-agent/blob/master/CHANGELOG.md) - [Commits](https://github.com/webfactory/ssh-agent/compare/v0.4.1...v0.9.0) Updates `JamesIves/github-pages-deploy-action` from 3.7.1 to 4.6.9 - [Release notes](https://github.com/jamesives/github-pages-deploy-action/releases) - [Commits](https://github.com/jamesives/github-pages-deploy-action/compare/3.7.1...v4.6.9) Updates `codecov/codecov-action` from 4 to 5 - [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/v4...v5) Updates `actions/github-script` from 0.3.0 to 7.0.1 - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/0.3.0...v7.0.1) Updates `docker/login-action` from 65b78e6e13532edd9afa3aa52ac7964289d1a9c1 to 7ca345011ac4304463197fac0e56eab1bc7e6af0 - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/65b78e6e13532edd9afa3aa52ac7964289d1a9c1...7ca345011ac4304463197fac0e56eab1bc7e6af0) Updates `docker/metadata-action` from 9ec57ed1fcdbf14dcef7dfbe97b2010124a938b7 to 115662203e5f4c9b240a57397f721baaab82a488 - [Release notes](https://github.com/docker/metadata-action/releases) - [Commits](https://github.com/docker/metadata-action/compare/9ec57ed1fcdbf14dcef7dfbe97b2010124a938b7...115662203e5f4c9b240a57397f721baaab82a488) Updates `docker/build-push-action` from f2a1d5e99d037542a71f64918e516c093c6f3fc4 to 5e99dacf67635c4f273e532b9266ddb609b3025a - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/f2a1d5e99d037542a71f64918e516c093c6f3fc4...5e99dacf67635c4f273e532b9266ddb609b3025a) --- updated-dependencies: - dependency-name: webfactory/ssh-agent dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: JamesIves/github-pages-deploy-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/github-script dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: docker/login-action dependency-type: direct:production dependency-group: github-actions - dependency-name: docker/metadata-action dependency-type: direct:production dependency-group: github-actions - dependency-name: docker/build-push-action dependency-type: direct:production dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/docs.yml | 4 ++-- .github/workflows/main.yml | 2 +- .github/workflows/pr-labels.yml | 2 +- .github/workflows/public_docker_images.yml | 8 ++++---- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 6dd194d77f..3b0f46e822 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -38,12 +38,12 @@ jobs: run: test -e docs/build/index.html || exit - name: Install SSH Client 🔑 - uses: webfactory/ssh-agent@v0.4.1 + uses: webfactory/ssh-agent@v0.9.0 with: ssh-private-key: ${{ secrets.SSH_DEPLOY_KEY }} - name: Deploy to Github Pages - uses: JamesIves/github-pages-deploy-action@3.7.1 + uses: JamesIves/github-pages-deploy-action@v4.6.9 with: BRANCH: gh-pages FOLDER: 'docs/build' diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f2c5e212ad..7c7ae32e8f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -115,7 +115,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/download-artifact@v4 - name: Upload coverage to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: flags: unittests fail_ci_if_error: true diff --git a/.github/workflows/pr-labels.yml b/.github/workflows/pr-labels.yml index 58d5df6092..9e6d26cf50 100644 --- a/.github/workflows/pr-labels.yml +++ b/.github/workflows/pr-labels.yml @@ -20,7 +20,7 @@ jobs: id: commit run: echo "::set-output name=merger::$(python .github/verify_pr_labels.py ${{ github.event.pull_request.number }})" - name: 'Comment PR' - uses: actions/github-script@0.3.0 + uses: actions/github-script@v7.0.1 if: ${{ steps.commit.outputs.merger != '' }} with: github-token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/public_docker_images.yml b/.github/workflows/public_docker_images.yml index 66a7322886..18bd14abdd 100644 --- a/.github/workflows/public_docker_images.yml +++ b/.github/workflows/public_docker_images.yml @@ -35,7 +35,7 @@ jobs: uses: actions/checkout@v4 - name: Log in to the Container registry - uses: docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1 + uses: docker/login-action@7ca345011ac4304463197fac0e56eab1bc7e6af0 with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }} @@ -49,7 +49,7 @@ jobs: - name: Extract metadata (tags, labels) for Docker id: meta - uses: docker/metadata-action@9ec57ed1fcdbf14dcef7dfbe97b2010124a938b7 + uses: docker/metadata-action@115662203e5f4c9b240a57397f721baaab82a488 with: images: ${{ env.REGISTRY }}/${{ github.repository }} tags: | @@ -60,7 +60,7 @@ jobs: - name: Build Docker image id: build - uses: docker/build-push-action@f2a1d5e99d037542a71f64918e516c093c6f3fc4 + uses: docker/build-push-action@5e99dacf67635c4f273e532b9266ddb609b3025a with: context: . build-args: | @@ -77,7 +77,7 @@ jobs: - name: Push Docker image # Push only if the CI is not triggered by "PR on main" if: ${{ (github.ref == 'refs/heads/main' && github.event_name != 'pull_request') || (startsWith(github.ref, 'refs/tags') && github.event_name == 'push') }} - uses: docker/build-push-action@f2a1d5e99d037542a71f64918e516c093c6f3fc4 + uses: docker/build-push-action@5e99dacf67635c4f273e532b9266ddb609b3025a with: context: . build-args: |