From 57eaaf4d95a1a3f4a00bafdf02a8a8df63e2c69e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 02:21:37 +0000 Subject: [PATCH] Bump carabiner-dev/actions from 1.1.6 to 1.2.0 in the actions group Bumps the actions group with 1 update: [carabiner-dev/actions](https://github.com/carabiner-dev/actions). Updates `carabiner-dev/actions` from 1.1.6 to 1.2.0 - [Release notes](https://github.com/carabiner-dev/actions/releases) - [Commits](https://github.com/carabiner-dev/actions/compare/360ffa1eb909b0105d4eccb6d6ef337911c34952...e0e3b8149dafed833431095bc148d50e7eade4e8) --- updated-dependencies: - dependency-name: carabiner-dev/actions dependency-version: 1.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/golangci-lint.yaml | 2 +- .github/workflows/release.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/golangci-lint.yaml b/.github/workflows/golangci-lint.yaml index 40642f6..b278296 100644 --- a/.github/workflows/golangci-lint.yaml +++ b/.github/workflows/golangci-lint.yaml @@ -25,7 +25,7 @@ jobs: - name: Determine Go versions id: versions - uses: carabiner-dev/actions/go/versions@360ffa1eb909b0105d4eccb6d6ef337911c34952 # main + uses: carabiner-dev/actions/go/versions@e0e3b8149dafed833431095bc148d50e7eade4e8 # main golangci: needs: resolve-versions diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 1eb57a8..aa19f55 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -21,7 +21,7 @@ jobs: steps: - name: Setup bnd - uses: carabiner-dev/actions/install/bnd@360ffa1eb909b0105d4eccb6d6ef337911c34952 # v1.1.6 + uses: carabiner-dev/actions/install/bnd@e0e3b8149dafed833431095bc148d50e7eade4e8 # v1.2.0 - name: Check out code uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 @@ -62,7 +62,7 @@ jobs: - name: Generate SBOM id: sbom - uses: carabiner-dev/actions/unpack/sbom@360ffa1eb909b0105d4eccb6d6ef337911c34952 # v1.1.6 + uses: carabiner-dev/actions/unpack/sbom@e0e3b8149dafed833431095bc148d50e7eade4e8 # v1.2.0 with: push-to-release: ${{ steps.tag.outputs.tag_name }} env: