From 0240033e0c3db5277a3362086427c41cc5f1a10b Mon Sep 17 00:00:00 2001 From: David Mihalcik Date: Tue, 27 Aug 2024 08:55:26 -0400 Subject: [PATCH 1/2] chore(ci): Update actions; add dependabot cfg --- .github/dependabot.yml | 13 +++++++++++++ .github/workflows/release.yaml | 5 +++-- 2 files changed, 16 insertions(+), 2 deletions(-) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..fce7fe59 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,13 @@ +# dependabot.yml +# +# Documentation: +# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file + +version: 2 +updates: + - package-ecosystem: github-actions + directory: / + schedule: + interval: monthly + commit-message: + prefix: "chore(ci)" diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 762330c9..19345d57 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -19,7 +19,8 @@ jobs: with: app-id: "${{ secrets.APP_ID }}" private-key: "${{ secrets.AUTOMATION_KEY }}" - - uses: google-github-actions/release-please-action@v4 + - uses: googleapis/release-please-action@7987652d64b4581673a76e33ad5e98e3dd56832f + id: release-please with: token: "${{ steps.generate_token.outputs.token }}" config-file: release-please.json @@ -30,7 +31,7 @@ jobs: - name: Checkout uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 - name: Setup Buf - uses: bufbuild/buf-setup-action@382440cdb8ec7bc25a68d7b4711163d95f7cc3aa + uses: bufbuild/buf-setup-action@aceb106d2419c4cff48863df90161d92decb8591 with: github_token: ${{ secrets.GITHUB_TOKEN }} - name: Set up JDK From dfd6a4fd41f2bc36edd6670915f7ad628efa8cf9 Mon Sep 17 00:00:00 2001 From: David Mihalcik Date: Tue, 27 Aug 2024 08:56:35 -0400 Subject: [PATCH 2/2] Update release.yaml --- .github/workflows/release.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 19345d57..2a0f5c72 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -20,7 +20,6 @@ jobs: app-id: "${{ secrets.APP_ID }}" private-key: "${{ secrets.AUTOMATION_KEY }}" - uses: googleapis/release-please-action@7987652d64b4581673a76e33ad5e98e3dd56832f - id: release-please with: token: "${{ steps.generate_token.outputs.token }}" config-file: release-please.json