From 78a7d55cbf64d2d0285c2830e3afc157ef21c2c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 08:51:01 +0000 Subject: [PATCH] Bump the github-actions-pins group with 3 updates Bumps the github-actions-pins group with 3 updates: [actions/create-github-app-token](https://github.com/actions/create-github-app-token), [j178/prek-action](https://github.com/j178/prek-action) and [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action). Updates `actions/create-github-app-token` from 3.1.1 to 3.2.0 - [Release notes](https://github.com/actions/create-github-app-token/releases) - [Changelog](https://github.com/actions/create-github-app-token/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/create-github-app-token/compare/1b10c78c7865c340bc4f6099eb2f838309f1e8c3...bcd2ba49218906704ab6c1aa796996da409d3eb1) Updates `j178/prek-action` from 2.0.3 to 2.0.4 - [Release notes](https://github.com/j178/prek-action/releases) - [Commits](https://github.com/j178/prek-action/compare/6ad80277337ad479fe43bd70701c3f7f8aa74db3...bdca6f102f98e2b4c7029491a53dfd366469e33d) Updates `goreleaser/goreleaser-action` from 7.2.1 to 7.2.2 - [Release notes](https://github.com/goreleaser/goreleaser-action/releases) - [Commits](https://github.com/goreleaser/goreleaser-action/compare/1a80836c5c9d9e5755a25cb59ec6f45a3b5f41a8...5daf1e915a5f0af01ddbcd89a43b8061ff4f1a89) --- updated-dependencies: - dependency-name: actions/create-github-app-token dependency-version: 3.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-pins - dependency-name: j178/prek-action dependency-version: 2.0.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions-pins - dependency-name: goreleaser/goreleaser-action dependency-version: 7.2.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions-pins ... Signed-off-by: dependabot[bot] --- .github/workflows/copybara-pr.yaml | 4 ++-- .github/workflows/prek.yaml | 2 +- .github/workflows/release.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/copybara-pr.yaml b/.github/workflows/copybara-pr.yaml index 709800b..be5a757 100644 --- a/.github/workflows/copybara-pr.yaml +++ b/.github/workflows/copybara-pr.yaml @@ -17,7 +17,7 @@ jobs: java-version: 21 - name: Generate an app token for render-oss id: generate-token-oss - uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1 + uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0 with: app-id: ${{ vars.APP_ID }} private-key: ${{ secrets.APP_KEY }} @@ -25,7 +25,7 @@ jobs: repositories: cli - name: Generate an app token for renderinc id: generate-token-renderinc - uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1 + uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0 with: app-id: ${{ vars.APP_ID }} private-key: ${{ secrets.APP_KEY }} diff --git a/.github/workflows/prek.yaml b/.github/workflows/prek.yaml index 6bbae51..5f68158 100644 --- a/.github/workflows/prek.yaml +++ b/.github/workflows/prek.yaml @@ -29,6 +29,6 @@ jobs: go install mvdan.cc/sh/v3/cmd/shfmt@latest echo "$(go env GOPATH)/bin" >> $GITHUB_PATH - - uses: j178/prek-action@6ad80277337ad479fe43bd70701c3f7f8aa74db3 # v2.0.3 + - uses: j178/prek-action@bdca6f102f98e2b4c7029491a53dfd366469e33d # v2.0.4 with: extra-args: '--all-files --verbose' diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 1f40b88..5100fac 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -54,7 +54,7 @@ jobs: exit 1 fi - name: Run GoReleaser - uses: goreleaser/goreleaser-action@1a80836c5c9d9e5755a25cb59ec6f45a3b5f41a8 # v7.2.1 + uses: goreleaser/goreleaser-action@5daf1e915a5f0af01ddbcd89a43b8061ff4f1a89 # v7.2.2 with: args: release --clean --release-notes=release-notes.md env: