From 80224bc6e52e0270c0147693f61eed7f61b0fa0e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Feb 2026 06:44:05 +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.3 to 1.6.4 - [Release notes](https://github.com/chainguard-dev/actions/releases) - [Commits](https://github.com/chainguard-dev/actions/compare/4ed96e952ef2982fe89a50f3c40e9643bb9fe803...eab208ef2d05b13404296a5e194a6b237e8bb213) --- updated-dependencies: - dependency-name: chainguard-dev/actions dependency-version: 1.6.4 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 b0dc317bb..bb67c16af 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@4ed96e952ef2982fe89a50f3c40e9643bb9fe803 + - uses: chainguard-dev/actions/setup-gitsign@eab208ef2d05b13404296a5e194a6b237e8bb213 - 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 3f4baff00..d3dd4f7d9 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@4ed96e952ef2982fe89a50f3c40e9643bb9fe803 # main + - uses: chainguard-dev/actions/gofmt@eab208ef2d05b13404296a5e194a6b237e8bb213 # main with: args: -s @@ -122,7 +122,7 @@ jobs: go-version-file: go.mod check-latest: true - - uses: chainguard-dev/actions/goimports@4ed96e952ef2982fe89a50f3c40e9643bb9fe803 # main + - uses: chainguard-dev/actions/goimports@eab208ef2d05b13404296a5e194a6b237e8bb213 # main golangci-lint: name: golangci-lint diff --git a/.github/workflows/third-party.yaml b/.github/workflows/third-party.yaml index 0f182ee98..df30282b4 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@4ed96e952ef2982fe89a50f3c40e9643bb9fe803 + - uses: chainguard-dev/actions/setup-gitsign@eab208ef2d05b13404296a5e194a6b237e8bb213 - 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 34b63be03..a304f77c5 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@4ed96e952ef2982fe89a50f3c40e9643bb9fe803 + - uses: chainguard-dev/actions/setup-gitsign@eab208ef2d05b13404296a5e194a6b237e8bb213 - name: Set up Octo-STS uses: octo-sts/action@f603d3be9d8dd9871a265776e625a27b00effe05 # v1.1.1 id: octo-sts