From c5eb3511b657554b8c18ad9e3147a5aa73961af3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Aug 2023 05:55:55 +0000 Subject: [PATCH] gha: bump honeycombio/gha-buildevents from 2.1.0 to 2.2.0 Bumps [honeycombio/gha-buildevents](https://github.com/honeycombio/gha-buildevents) from 2.1.0 to 2.2.0. - [Release notes](https://github.com/honeycombio/gha-buildevents/releases) - [Changelog](https://github.com/honeycombio/gha-buildevents/blob/main/CHANGELOG) - [Commits](https://github.com/honeycombio/gha-buildevents/compare/9b348ad6034cb60cde7125f0cb31faa6f6523e28...568708febb4e84a7a8c96c9d61b9d6cd32edb84c) --- updated-dependencies: - dependency-name: honeycombio/gha-buildevents dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d6334ea5..074b1192 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -47,7 +47,7 @@ jobs: v1.fulcio.sigstore.dev:443 - name: Honeycomb Buildevents - uses: honeycombio/gha-buildevents@9b348ad6034cb60cde7125f0cb31faa6f6523e28 # v1 + uses: honeycombio/gha-buildevents@568708febb4e84a7a8c96c9d61b9d6cd32edb84c # v1 with: # Required: a Honeycomb API key - needed to send traces. apikey: ${{ secrets.BUILDEVENTS_APIKEY }}