From 740ca5d3d463fe7afe7f600ea939c2b36dbe9ee7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Nov 2023 00:02:07 -0600 Subject: [PATCH] chore(deps): Bump bufbuild/buf-setup-action from 1.28.0 to 1.28.1 (#1673) * chore(deps): Bump bufbuild/buf-setup-action from 1.28.0 to 1.28.1 Bumps [bufbuild/buf-setup-action](https://github.com/bufbuild/buf-setup-action) from 1.28.0 to 1.28.1. - [Release notes](https://github.com/bufbuild/buf-setup-action/releases) - [Commits](https://github.com/bufbuild/buf-setup-action/compare/v1.28.0...v1.28.1) --- updated-dependencies: - dependency-name: bufbuild/buf-setup-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * Updated changelog - dependabot * ci: re-run ci --------- Signed-off-by: Unique-Divine Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] --- .github/workflows/changelog-deps.yml | 9 ++++----- .github/workflows/proto-lint.yml | 4 ++-- CHANGELOG.md | 2 +- 3 files changed, 7 insertions(+), 8 deletions(-) diff --git a/.github/workflows/changelog-deps.yml b/.github/workflows/changelog-deps.yml index e6e829b17..4a3c574c1 100644 --- a/.github/workflows/changelog-deps.yml +++ b/.github/workflows/changelog-deps.yml @@ -7,17 +7,16 @@ jobs: changelog-update: runs-on: ubuntu-latest - permissions: - # Give the default GITHUB_TOKEN write permission to commit and push the changed files back to the repository. - contents: write - + if: contains(github.event.pull_request.labels.*.name, 'dependabot') # TODO: feat: try to use author of the commit(s) to see if it's dependabot + # instead of using labels. Labels work fine for now. # ${{ any(contains(commit.author.username, 'dependabot') for commit in github.event.commits) }} - if: contains(github.event.pull_request.labels.*.name, 'dependabot') steps: - uses: actions/checkout@v4 with: + # Token with permissions for pushing commits and editting GH issues + token: ${{ secrets.NIBIRU_PM }} # to avoid checking out the repo in a detached state ref: ${{ github.head_ref }} # Helps keep your repository up-to-date when Dependabot updates your dependencies. diff --git a/.github/workflows/proto-lint.yml b/.github/workflows/proto-lint.yml index e9f512f7e..98e380c34 100644 --- a/.github/workflows/proto-lint.yml +++ b/.github/workflows/proto-lint.yml @@ -22,7 +22,7 @@ jobs: # timeout-minutes: 5 # steps: # - uses: actions/checkout@v4 - # - uses: bufbuild/buf-setup-action@v1.28.0 + # - uses: bufbuild/buf-setup-action@v1.28.1 # - uses: bufbuild/buf-lint-action@v1 # with: # input: "proto" @@ -31,7 +31,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: bufbuild/buf-setup-action@v1.28.0 + - uses: bufbuild/buf-setup-action@v1.28.1 with: github_token: ${{ github.token }} - uses: bufbuild/buf-breaking-action@v1 diff --git a/CHANGELOG.md b/CHANGELOG.md index 824c25c0b..36385c702 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -73,7 +73,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Dependencies - Bump `github.com/prometheus/client_golang` from 1.16.0 to 1.17.0 ([#1605](https://github.com/NibiruChain/nibiru/pull/1605)) -- Bump `bufbuild/buf-setup-action` from 1.26.1 to 1.28.0 ([#1624](https://github.com/NibiruChain/nibiru/pull/1624), [#1641](https://github.com/NibiruChain/nibiru/pull/1641), [#1654](https://github.com/NibiruChain/nibiru/pull/1654), [#1671](https://github.com/NibiruChain/nibiru/pull/1671)) +- Bump `bufbuild/buf-setup-action` from 1.26.1 to 1.28.1 ([#1624](https://github.com/NibiruChain/nibiru/pull/1624), [#1641](https://github.com/NibiruChain/nibiru/pull/1641), [#1654](https://github.com/NibiruChain/nibiru/pull/1654), [#1671](https://github.com/NibiruChain/nibiru/pull/1671), [#1673](https://github.com/NibiruChain/nibiru/pull/1673)) - Bump `stefanzweifel/git-auto-commit-action` from 4 to 5 ([#1625](https://github.com/NibiruChain/nibiru/pull/1625)) - Bump `github.com/CosmWasm/wasmvm` from 1.4.0 to 1.5.0 ([#1629](https://github.com/NibiruChain/nibiru/pull/1629), [#1657](https://github.com/NibiruChain/nibiru/pull/1657)) - Bump `google.golang.org/grpc` from 1.58.2 to 1.59.0 ([#1633](https://github.com/NibiruChain/nibiru/pull/1633), [#1643](https://github.com/NibiruChain/nibiru/pull/1643))