From 56975a3f7d94fb9f0b6fc98b50ff8ed82d27dae5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2024 01:11:07 +0000 Subject: [PATCH] build(deps): bump the dependencies group with 3 updates (#1223) Bumps the dependencies group with 3 updates: [google-github-actions/auth](https://github.com/google-github-actions/auth), [benc-uk/workflow-dispatch](https://github.com/benc-uk/workflow-dispatch) and [slackapi/slack-github-action](https://github.com/slackapi/slack-github-action). Updates `google-github-actions/auth` from 2.1.3 to 2.1.5 - [Release notes](https://github.com/google-github-actions/auth/releases) - [Changelog](https://github.com/google-github-actions/auth/blob/main/CHANGELOG.md) - [Commits](https://github.com/google-github-actions/auth/compare/71fee32a0bb7e97b4d33d548e7d957010649d8fa...62cf5bd3e4211a0a0b51f2c6d6a37129d828611d) 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 `slackapi/slack-github-action` from 1.26.0 to 1.27.0 - [Release notes](https://github.com/slackapi/slack-github-action/releases) - [Commits](https://github.com/slackapi/slack-github-action/compare/70cd7be8e40a46e8b0eced40b0de447bdb42f68e...37ebaef184d7626c5f204ab8d3baff4262dd30f0) --- updated-dependencies: - dependency-name: google-github-actions/auth dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: benc-uk/workflow-dispatch dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: slackapi/slack-github-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/publish_chart.yaml | 2 +- .github/workflows/push-image.yaml | 8 ++++---- .github/workflows/update-changelog-docs-page.yml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/publish_chart.yaml b/.github/workflows/publish_chart.yaml index 16b9892e1..8a08e2197 100644 --- a/.github/workflows/publish_chart.yaml +++ b/.github/workflows/publish_chart.yaml @@ -73,7 +73,7 @@ jobs: run: helm push .artifacts/bucketeer-migration-${{ env.BUCKETEER_VERSION }}.tgz oci://${{ env.REGISTRY }}/bucketeer-io/chart - name: Authenticate to Google Cloud id: auth - uses: google-github-actions/auth@71fee32a0bb7e97b4d33d548e7d957010649d8fa # v2.1.3 + uses: google-github-actions/auth@62cf5bd3e4211a0a0b51f2c6d6a37129d828611d # v2.1.5 with: token_format: "access_token" workload_identity_provider: ${{ secrets.GAR_WORKLOAD_IDENTITY_PROVIDER }} diff --git a/.github/workflows/push-image.yaml b/.github/workflows/push-image.yaml index 443b2c525..5e126f12d 100644 --- a/.github/workflows/push-image.yaml +++ b/.github/workflows/push-image.yaml @@ -148,7 +148,7 @@ jobs: done - name: Authenticate to Google Cloud id: auth - uses: google-github-actions/auth@71fee32a0bb7e97b4d33d548e7d957010649d8fa # v2.1.3 + uses: google-github-actions/auth@62cf5bd3e4211a0a0b51f2c6d6a37129d828611d # v2.1.5 with: token_format: "access_token" workload_identity_provider: ${{ secrets.GAR_WORKLOAD_IDENTITY_PROVIDER }} @@ -196,7 +196,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Workflow Dispatch - uses: benc-uk/workflow-dispatch@25b02cc069be46d637e8fe2f1e8484008e9e9609 # v1.2.3 + uses: benc-uk/workflow-dispatch@e2e5e9a103e331dad343f381a29e654aea3cf8fc # v1.2.4 with: repo: ${{ secrets.CONFIG_REPO }} token: ${{ secrets.REPO_ACCESS_PAT }} @@ -210,7 +210,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Slack notification - uses: slackapi/slack-github-action@70cd7be8e40a46e8b0eced40b0de447bdb42f68e # v1.26.0 + uses: slackapi/slack-github-action@37ebaef184d7626c5f204ab8d3baff4262dd30f0 # v1.27.0 env: SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }} with: @@ -248,7 +248,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Slack notification - uses: slackapi/slack-github-action@70cd7be8e40a46e8b0eced40b0de447bdb42f68e # v1.26.0 + uses: slackapi/slack-github-action@37ebaef184d7626c5f204ab8d3baff4262dd30f0 # v1.27.0 env: SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }} with: diff --git a/.github/workflows/update-changelog-docs-page.yml b/.github/workflows/update-changelog-docs-page.yml index 0fb809159..29c18fe23 100644 --- a/.github/workflows/update-changelog-docs-page.yml +++ b/.github/workflows/update-changelog-docs-page.yml @@ -30,7 +30,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Workflow Dispatch - uses: benc-uk/workflow-dispatch@25b02cc069be46d637e8fe2f1e8484008e9e9609 # v1.2.3 + uses: benc-uk/workflow-dispatch@e2e5e9a103e331dad343f381a29e654aea3cf8fc # v1.2.4 env: DOC_REPO: bucketeer-io/bucketeer-docs DOC_FILENAME: core.mdx