From 8beb6a101af16d91c09883436cccfed0511b7c5a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2024 12:37:23 +0000 Subject: [PATCH] Bump the github-actions group with 5 updates Bumps the github-actions group with 5 updates: | Package | From | To | | --- | --- | --- | | [benc-uk/workflow-dispatch](https://github.com/benc-uk/workflow-dispatch) | `1.2.3` | `1.2.4` | | [gautamkrishnar/keepalive-workflow](https://github.com/gautamkrishnar/keepalive-workflow) | `2.0.6` | `2.0.7` | | [docker/build-push-action](https://github.com/docker/build-push-action) | `6.6.1` | `6.7.0` | | [beckermr/relock-conda](https://github.com/beckermr/relock-conda) | `8db9717dce0545d2273eb6957282c825db1a9c03` | `42a320ed9e9dd880ae07ec31169ba174ebed08b3` | | [actions/upload-artifact](https://github.com/actions/upload-artifact) | `4.3.4` | `4.4.0` | Updates `benc-uk/workflow-dispatch` from 1.2.3 to 1.2.4 - [Release notes](https://github.com/benc-uk/workflow-dispatch/releases) - [Commits](https://github.com/benc-uk/workflow-dispatch/compare/25b02cc069be46d637e8fe2f1e8484008e9e9609...e2e5e9a103e331dad343f381a29e654aea3cf8fc) Updates `gautamkrishnar/keepalive-workflow` from 2.0.6 to 2.0.7 - [Release notes](https://github.com/gautamkrishnar/keepalive-workflow/releases) - [Commits](https://github.com/gautamkrishnar/keepalive-workflow/compare/24ba73b43d5ea8d2b3d56fb9b8de951ba9a3dd18...3eb47f21355191080dca0f7662d45c192d2ef64d) Updates `docker/build-push-action` from 6.6.1 to 6.7.0 - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/16ebe778df0e7752d2cfcbd924afdbbd89c1a755...5cd11c3a4ced054e52742c5fd54dca954e0edd85) Updates `beckermr/relock-conda` from 8db9717dce0545d2273eb6957282c825db1a9c03 to 42a320ed9e9dd880ae07ec31169ba174ebed08b3 - [Release notes](https://github.com/beckermr/relock-conda/releases) - [Commits](https://github.com/beckermr/relock-conda/compare/8db9717dce0545d2273eb6957282c825db1a9c03...42a320ed9e9dd880ae07ec31169ba174ebed08b3) Updates `actions/upload-artifact` from 4.3.4 to 4.4.0 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/0b2256b8c012f0828dc542b3febcab082c67f72b...50769540e7f4bd5e21e526ee35c689e35e0d6874) --- updated-dependencies: - dependency-name: benc-uk/workflow-dispatch dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: gautamkrishnar/keepalive-workflow dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: beckermr/relock-conda dependency-type: direct:production dependency-group: github-actions - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/bot-bot.yml | 2 +- .github/workflows/bot-cache.yml | 2 +- .github/workflows/bot-keepalive.yml | 2 +- .github/workflows/bot-make-graph.yml | 2 +- .github/workflows/bot-make-migrators.yml | 2 +- .github/workflows/bot-prs.yml | 4 ++-- .github/workflows/keepalive.yml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/relock.yml | 2 +- .github/workflows/tests.yml | 6 +++--- 10 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/bot-bot.yml b/.github/workflows/bot-bot.yml index 3f9e94573..8eaf12a07 100644 --- a/.github/workflows/bot-bot.yml +++ b/.github/workflows/bot-bot.yml @@ -95,7 +95,7 @@ jobs: ACTION_NAME: ${{ github.workflow }} - name: trigger next job - uses: benc-uk/workflow-dispatch@25b02cc069be46d637e8fe2f1e8484008e9e9609 # v1.2.3 + uses: benc-uk/workflow-dispatch@e2e5e9a103e331dad343f381a29e654aea3cf8fc # v1.2.4 if: github.ref == 'refs/heads/main' && ! cancelled() && ! failure() && ! env.CI_SKIP with: workflow: bot-bot diff --git a/.github/workflows/bot-cache.yml b/.github/workflows/bot-cache.yml index 6bbe13372..9daa01f5f 100644 --- a/.github/workflows/bot-cache.yml +++ b/.github/workflows/bot-cache.yml @@ -113,7 +113,7 @@ jobs: source cf-scripts/autotick-bot/install_bot_code.sh --no-clone-graph - name: trigger next job - uses: benc-uk/workflow-dispatch@25b02cc069be46d637e8fe2f1e8484008e9e9609 # v1.2.3 + uses: benc-uk/workflow-dispatch@e2e5e9a103e331dad343f381a29e654aea3cf8fc # v1.2.4 if: github.ref == 'refs/heads/main' && ! cancelled() && ! failure() && ! env.CI_SKIP with: workflow: bot-cache diff --git a/.github/workflows/bot-keepalive.yml b/.github/workflows/bot-keepalive.yml index bf279995d..128573785 100644 --- a/.github/workflows/bot-keepalive.yml +++ b/.github/workflows/bot-keepalive.yml @@ -40,7 +40,7 @@ jobs: echo "CI_SKIP=1" >> $GITHUB_ENV - name: trigger next job - uses: benc-uk/workflow-dispatch@25b02cc069be46d637e8fe2f1e8484008e9e9609 # v1.2.3 + uses: benc-uk/workflow-dispatch@e2e5e9a103e331dad343f381a29e654aea3cf8fc # v1.2.4 if: github.ref == 'refs/heads/main' && ! cancelled() && ! failure() && ! env.CI_SKIP with: workflow: bot-bot diff --git a/.github/workflows/bot-make-graph.yml b/.github/workflows/bot-make-graph.yml index f3e4d4dd0..60ae4222b 100644 --- a/.github/workflows/bot-make-graph.yml +++ b/.github/workflows/bot-make-graph.yml @@ -146,7 +146,7 @@ jobs: RUN_ID: ${{ github.run_id }} - name: trigger next job - uses: benc-uk/workflow-dispatch@25b02cc069be46d637e8fe2f1e8484008e9e9609 # v1.2.3 + uses: benc-uk/workflow-dispatch@e2e5e9a103e331dad343f381a29e654aea3cf8fc # v1.2.4 if: github.ref == 'refs/heads/main' && ! cancelled() && ! failure() && ! env.CI_SKIP with: workflow: bot-make-graph diff --git a/.github/workflows/bot-make-migrators.yml b/.github/workflows/bot-make-migrators.yml index 050bc8889..7df58dd1f 100644 --- a/.github/workflows/bot-make-migrators.yml +++ b/.github/workflows/bot-make-migrators.yml @@ -70,7 +70,7 @@ jobs: RUN_ID: ${{ github.run_id }} - name: trigger next job - uses: benc-uk/workflow-dispatch@25b02cc069be46d637e8fe2f1e8484008e9e9609 # v1.2.3 + uses: benc-uk/workflow-dispatch@e2e5e9a103e331dad343f381a29e654aea3cf8fc # v1.2.4 if: github.ref == 'refs/heads/main' && ! cancelled() && ! failure() && ! env.CI_SKIP with: workflow: bot-make-migrators diff --git a/.github/workflows/bot-prs.yml b/.github/workflows/bot-prs.yml index 98d92fa68..1663f3a40 100644 --- a/.github/workflows/bot-prs.yml +++ b/.github/workflows/bot-prs.yml @@ -121,7 +121,7 @@ jobs: python autotick-bot/stop_me_if_needed.py - name: trigger next job - uses: benc-uk/workflow-dispatch@25b02cc069be46d637e8fe2f1e8484008e9e9609 # v1.2.3 + uses: benc-uk/workflow-dispatch@e2e5e9a103e331dad343f381a29e654aea3cf8fc # v1.2.4 if: github.ref == 'refs/heads/main' && ! cancelled() && ! failure() && ! env.CI_SKIP with: workflow: bot-prs @@ -129,7 +129,7 @@ jobs: token: ${{ secrets.AUTOTICK_BOT_TOKEN }} - name: trigger status page - uses: benc-uk/workflow-dispatch@25b02cc069be46d637e8fe2f1e8484008e9e9609 # v1.2.3 + uses: benc-uk/workflow-dispatch@e2e5e9a103e331dad343f381a29e654aea3cf8fc # v1.2.4 if: github.ref == 'refs/heads/main' && ! cancelled() && ! failure() && ! env.CI_SKIP with: workflow: bot-update-status-page diff --git a/.github/workflows/keepalive.yml b/.github/workflows/keepalive.yml index ac0395732..2e9e1e012 100644 --- a/.github/workflows/keepalive.yml +++ b/.github/workflows/keepalive.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 - - uses: gautamkrishnar/keepalive-workflow@24ba73b43d5ea8d2b3d56fb9b8de951ba9a3dd18 # v2 + - uses: gautamkrishnar/keepalive-workflow@3eb47f21355191080dca0f7662d45c192d2ef64d # v2 with: commit_message: "Ah ah ah, stayin' alive" committer_username: conda-forge-bot diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2dad37727..291e68d5a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -61,7 +61,7 @@ jobs: type=raw,value=latest - name: build and push image - uses: docker/build-push-action@16ebe778df0e7752d2cfcbd924afdbbd89c1a755 # v6 + uses: docker/build-push-action@5cd11c3a4ced054e52742c5fd54dca954e0edd85 # v6 with: context: . push: true diff --git a/.github/workflows/relock.yml b/.github/workflows/relock.yml index f60b213a6..210647c86 100644 --- a/.github/workflows/relock.yml +++ b/.github/workflows/relock.yml @@ -14,7 +14,7 @@ jobs: steps: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 - - uses: beckermr/relock-conda@8db9717dce0545d2273eb6957282c825db1a9c03 # v2 + - uses: beckermr/relock-conda@42a320ed9e9dd880ae07ec31169ba174ebed08b3 # v2 with: github-token: ${{ secrets.AUTOTICK_BOT_TOKEN }} automerge: true diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index c9dbe3e8e..db4e77d22 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -77,7 +77,7 @@ jobs: uses: docker/setup-buildx-action@v3 - name: build docker image - uses: docker/build-push-action@16ebe778df0e7752d2cfcbd924afdbbd89c1a755 # v6 + uses: docker/build-push-action@5cd11c3a4ced054e52742c5fd54dca954e0edd85 # v6 with: context: . push: false @@ -124,13 +124,13 @@ jobs: RUN_URL: "" - name: upload test durations - uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4 + uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4 with: name: test-durations-${{ matrix.group }} path: .test_durations.${{ matrix.group }} - name: upload coverage - uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4 + uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4 with: name: coverage-${{ matrix.group }} path: .coverage