From 4df4d5f73a3252c776c7a909da0403133de6a70c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jun 2026 01:59:52 +0000 Subject: [PATCH] chore(deps): Bump carabiner-dev/actions 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.2.0 to 1.2.1 - [Release notes](https://github.com/carabiner-dev/actions/releases) - [Commits](https://github.com/carabiner-dev/actions/compare/e0e3b8149dafed833431095bc148d50e7eade4e8...94f29392187fe5082d1195a7d4cae3a7ddf09d9c) --- updated-dependencies: - dependency-name: carabiner-dev/actions dependency-version: 1.2.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/go-build-and-test.yaml | 2 +- .github/workflows/golangci-lint.yaml | 2 +- .github/workflows/release.yaml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/go-build-and-test.yaml b/.github/workflows/go-build-and-test.yaml index 379ed92..bf1b95e 100644 --- a/.github/workflows/go-build-and-test.yaml +++ b/.github/workflows/go-build-and-test.yaml @@ -18,7 +18,7 @@ jobs: - name: Resolve Go versions id: go-versions - uses: carabiner-dev/actions/go/versions@e0e3b8149dafed833431095bc148d50e7eade4e8 # v1.2.0 + uses: carabiner-dev/actions/go/versions@94f29392187fe5082d1195a7d4cae3a7ddf09d9c # v1.2.1 - name: Set up Go uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0 diff --git a/.github/workflows/golangci-lint.yaml b/.github/workflows/golangci-lint.yaml index 74fd4d9..05984be 100644 --- a/.github/workflows/golangci-lint.yaml +++ b/.github/workflows/golangci-lint.yaml @@ -23,7 +23,7 @@ jobs: - name: Resolve Go versions id: go-versions - uses: carabiner-dev/actions/go/versions@e0e3b8149dafed833431095bc148d50e7eade4e8 # v1.2.0 + uses: carabiner-dev/actions/go/versions@94f29392187fe5082d1195a7d4cae3a7ddf09d9c # v1.2.1 - uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0 with: diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index d860f33..1f0273e 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@e0e3b8149dafed833431095bc148d50e7eade4e8 # v1.2.0 + uses: carabiner-dev/actions/install/bnd@94f29392187fe5082d1195a7d4cae3a7ddf09d9c # v1.2.1 - name: Check out code uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 @@ -62,7 +62,7 @@ jobs: - name: Generate SBOM id: sbom - uses: carabiner-dev/actions/unpack/sbom@e0e3b8149dafed833431095bc148d50e7eade4e8 # v1.2.0 + uses: carabiner-dev/actions/unpack/sbom@94f29392187fe5082d1195a7d4cae3a7ddf09d9c # v1.2.1 with: output-path: /tmp