From e168a487283c6323989812a3bb70dbfec06e69d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 14:04:41 +0000 Subject: [PATCH] chore(deps): bump the github-actions group with 2 updates Bumps the github-actions group with 2 updates: [actions/checkout](https://github.com/actions/checkout) and [docker/build-push-action](https://github.com/docker/build-push-action). Updates `actions/checkout` from 4.1.7 to 4.2.0 - [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/692973e3d937129bcbf40652eb9f2f61becf3332...d632683dd7b4114ad314bca15554477dd762a938) Updates `docker/build-push-action` from 6.7.0 to 6.9.0 - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/5cd11c3a4ced054e52742c5fd54dca954e0edd85...4f58ea79222b3b9dc2c8bbdd6debcef730109a75) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: docker/build-push-action 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 | 4 ++-- .github/workflows/bot-feedstocks.yml | 2 +- .github/workflows/bot-make-graph.yml | 4 ++-- .github/workflows/bot-make-migrators.yml | 2 +- .github/workflows/bot-prs.yml | 4 ++-- .github/workflows/bot-pypi-mapping.yml | 2 +- .github/workflows/bot-update-status-page.yml | 2 +- .github/workflows/bot-versions.yml | 2 +- .github/workflows/keepalive.yml | 2 +- .github/workflows/release.yml | 4 ++-- .github/workflows/test-model.yml | 2 +- .github/workflows/tests-reusable.yml | 6 +++--- 13 files changed, 19 insertions(+), 19 deletions(-) diff --git a/.github/workflows/bot-bot.yml b/.github/workflows/bot-bot.yml index 9eebb2073..ab60f705f 100644 --- a/.github/workflows/bot-bot.yml +++ b/.github/workflows/bot-bot.yml @@ -25,7 +25,7 @@ jobs: env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4 with: ref: ${{ steps.latest_release.outputs.tag_name }} path: cf-scripts diff --git a/.github/workflows/bot-cache.yml b/.github/workflows/bot-cache.yml index 872bae134..4863429e8 100644 --- a/.github/workflows/bot-cache.yml +++ b/.github/workflows/bot-cache.yml @@ -38,7 +38,7 @@ jobs: env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4 with: ref: ${{ steps.latest_release.outputs.tag_name }} path: cf-scripts @@ -91,7 +91,7 @@ jobs: env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4 with: ref: ${{ steps.latest_release.outputs.tag_name }} path: cf-scripts diff --git a/.github/workflows/bot-feedstocks.yml b/.github/workflows/bot-feedstocks.yml index acaf20dbd..1b2f16a9f 100644 --- a/.github/workflows/bot-feedstocks.yml +++ b/.github/workflows/bot-feedstocks.yml @@ -24,7 +24,7 @@ jobs: env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4 with: ref: ${{ steps.latest_release.outputs.tag_name }} path: cf-scripts diff --git a/.github/workflows/bot-make-graph.yml b/.github/workflows/bot-make-graph.yml index ecba10336..65dc31b86 100644 --- a/.github/workflows/bot-make-graph.yml +++ b/.github/workflows/bot-make-graph.yml @@ -28,7 +28,7 @@ jobs: env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4 with: ref: ${{ steps.latest_release.outputs.tag_name }} path: cf-scripts @@ -106,7 +106,7 @@ jobs: env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4 with: ref: ${{ steps.latest_release.outputs.tag_name }} path: cf-scripts diff --git a/.github/workflows/bot-make-migrators.yml b/.github/workflows/bot-make-migrators.yml index 659b9b557..70386e22a 100644 --- a/.github/workflows/bot-make-migrators.yml +++ b/.github/workflows/bot-make-migrators.yml @@ -25,7 +25,7 @@ jobs: env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4 with: ref: ${{ steps.latest_release.outputs.tag_name }} path: cf-scripts diff --git a/.github/workflows/bot-prs.yml b/.github/workflows/bot-prs.yml index b10075eff..fa7c3b0c8 100644 --- a/.github/workflows/bot-prs.yml +++ b/.github/workflows/bot-prs.yml @@ -28,7 +28,7 @@ jobs: env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4 with: ref: ${{ steps.latest_release.outputs.tag_name }} path: cf-scripts @@ -109,7 +109,7 @@ jobs: env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4 with: ref: ${{ steps.latest_release.outputs.tag_name }} path: cf-scripts diff --git a/.github/workflows/bot-pypi-mapping.yml b/.github/workflows/bot-pypi-mapping.yml index fa1416b99..b60fea9e0 100644 --- a/.github/workflows/bot-pypi-mapping.yml +++ b/.github/workflows/bot-pypi-mapping.yml @@ -25,7 +25,7 @@ jobs: env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4 with: ref: ${{ steps.latest_release.outputs.tag_name }} path: cf-scripts diff --git a/.github/workflows/bot-update-status-page.yml b/.github/workflows/bot-update-status-page.yml index 01bfa3816..23dc0b532 100644 --- a/.github/workflows/bot-update-status-page.yml +++ b/.github/workflows/bot-update-status-page.yml @@ -22,7 +22,7 @@ jobs: env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4 with: ref: ${{ steps.latest_release.outputs.tag_name }} path: cf-scripts diff --git a/.github/workflows/bot-versions.yml b/.github/workflows/bot-versions.yml index 4d204de51..69790a1b6 100644 --- a/.github/workflows/bot-versions.yml +++ b/.github/workflows/bot-versions.yml @@ -28,7 +28,7 @@ jobs: env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4 with: ref: ${{ steps.latest_release.outputs.tag_name }} path: cf-scripts diff --git a/.github/workflows/keepalive.yml b/.github/workflows/keepalive.yml index 2e9e1e012..0e0844634 100644 --- a/.github/workflows/keepalive.yml +++ b/.github/workflows/keepalive.yml @@ -11,7 +11,7 @@ jobs: name: Cronjob based github action runs-on: ubuntu-latest steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4 - uses: gautamkrishnar/keepalive-workflow@3eb47f21355191080dca0f7662d45c192d2ef64d # v2 with: commit_message: "Ah ah ah, stayin' alive" diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ff335aa06..e94fef940 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,7 +24,7 @@ jobs: shell: bash -leo pipefail {0} steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4 with: fetch-depth: 0 @@ -65,7 +65,7 @@ jobs: type=raw,value=latest - name: build and push image - uses: docker/build-push-action@5cd11c3a4ced054e52742c5fd54dca954e0edd85 # v6 + uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6 with: context: . push: true diff --git a/.github/workflows/test-model.yml b/.github/workflows/test-model.yml index 96d2a420a..0355d5594 100644 --- a/.github/workflows/test-model.yml +++ b/.github/workflows/test-model.yml @@ -22,7 +22,7 @@ jobs: shell: bash -leo pipefail {0} steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4 - name: get the lockfile run: | diff --git a/.github/workflows/tests-reusable.yml b/.github/workflows/tests-reusable.yml index 17020c968..c5eda3fdc 100644 --- a/.github/workflows/tests-reusable.yml +++ b/.github/workflows/tests-reusable.yml @@ -39,7 +39,7 @@ jobs: shell: bash -leo pipefail {0} steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4 with: repository: "regro/cf-scripts" @@ -110,7 +110,7 @@ jobs: uses: docker/setup-buildx-action@v3 - name: build docker image - uses: docker/build-push-action@5cd11c3a4ced054e52742c5fd54dca954e0edd85 # v6 + uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6 with: context: . push: false @@ -176,7 +176,7 @@ jobs: run: shell: bash -leo pipefail {0} steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4 with: repository: "regro/cf-scripts"