From 99dbde38e9d0d31037d74bfa8a97bee1c94d1877 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 06:44:42 +0000 Subject: [PATCH] chore(deps): bump chainguard-dev/actions in the all group Bumps the all group with 1 update: [chainguard-dev/actions](https://github.com/chainguard-dev/actions). Updates `chainguard-dev/actions` from 1.6.6 to 1.6.7 - [Release notes](https://github.com/chainguard-dev/actions/releases) - [Commits](https://github.com/chainguard-dev/actions/compare/e9290faa91aa6b1226df129cb450f2ff49235b92...5e84f02889db0de213947c80a5d75b51bb899048) --- updated-dependencies: - dependency-name: chainguard-dev/actions dependency-version: 1.6.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yaml | 2 +- .github/workflows/style.yaml | 4 ++-- .github/workflows/third-party.yaml | 2 +- .github/workflows/version.yaml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 35ef93b12..984c956b8 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -24,7 +24,7 @@ jobs: egress-policy: audit - name: Checkout code uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - - uses: chainguard-dev/actions/setup-gitsign@e9290faa91aa6b1226df129cb450f2ff49235b92 + - uses: chainguard-dev/actions/setup-gitsign@5e84f02889db0de213947c80a5d75b51bb899048 - name: Set up Octo-STS uses: octo-sts/action@f603d3be9d8dd9871a265776e625a27b00effe05 # v1.1.1 id: octo-sts diff --git a/.github/workflows/style.yaml b/.github/workflows/style.yaml index 48cea6868..741e9fbcd 100644 --- a/.github/workflows/style.yaml +++ b/.github/workflows/style.yaml @@ -96,7 +96,7 @@ jobs: go-version-file: go.mod check-latest: true - - uses: chainguard-dev/actions/gofmt@e9290faa91aa6b1226df129cb450f2ff49235b92 # main + - uses: chainguard-dev/actions/gofmt@5e84f02889db0de213947c80a5d75b51bb899048 # main with: args: -s @@ -122,7 +122,7 @@ jobs: go-version-file: go.mod check-latest: true - - uses: chainguard-dev/actions/goimports@e9290faa91aa6b1226df129cb450f2ff49235b92 # main + - uses: chainguard-dev/actions/goimports@5e84f02889db0de213947c80a5d75b51bb899048 # main golangci-lint: name: golangci-lint diff --git a/.github/workflows/third-party.yaml b/.github/workflows/third-party.yaml index ef4fa20c3..d15237f4c 100644 --- a/.github/workflows/third-party.yaml +++ b/.github/workflows/third-party.yaml @@ -73,7 +73,7 @@ jobs: - name: Prepare samples run: make samples - - uses: chainguard-dev/actions/setup-gitsign@e9290faa91aa6b1226df129cb450f2ff49235b92 + - uses: chainguard-dev/actions/setup-gitsign@5e84f02889db0de213947c80a5d75b51bb899048 - name: Set up Octo-STS uses: octo-sts/action@f603d3be9d8dd9871a265776e625a27b00effe05 # v1.1.1 id: octo-sts diff --git a/.github/workflows/version.yaml b/.github/workflows/version.yaml index 6f2cb096a..87a75d57a 100644 --- a/.github/workflows/version.yaml +++ b/.github/workflows/version.yaml @@ -30,7 +30,7 @@ jobs: with: egress-policy: audit - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - - uses: chainguard-dev/actions/setup-gitsign@e9290faa91aa6b1226df129cb450f2ff49235b92 + - uses: chainguard-dev/actions/setup-gitsign@5e84f02889db0de213947c80a5d75b51bb899048 - name: Set up Octo-STS uses: octo-sts/action@f603d3be9d8dd9871a265776e625a27b00effe05 # v1.1.1 id: octo-sts