From 1301ad0a0c9f685212261445edc044ca42e7e8e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 May 2025 18:25:23 +0000 Subject: [PATCH] Bump chainguard-dev/actions in the github-actions group Bumps the github-actions group with 1 update: [chainguard-dev/actions](https://github.com/chainguard-dev/actions). Updates `chainguard-dev/actions` from 1.0.4 to 1.0.6 - [Release notes](https://github.com/chainguard-dev/actions/releases) - [Changelog](https://github.com/chainguard-dev/actions/blob/main/.goreleaser.yml) - [Commits](https://github.com/chainguard-dev/actions/compare/93d7e48486a0ec24d253345d8b5378a5551b7be9...d9b7e22c19086f609cfeaea6d3b3e34f7ecc7266) --- updated-dependencies: - dependency-name: chainguard-dev/actions dependency-version: 1.0.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/build-test.yaml | 2 +- .github/workflows/lint.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-test.yaml b/.github/workflows/build-test.yaml index 406ee3720f..168cc80e21 100644 --- a/.github/workflows/build-test.yaml +++ b/.github/workflows/build-test.yaml @@ -339,7 +339,7 @@ jobs: - uses: "authzed/actions/setup-go@9013d08e1002d122cc87f21d9ed43063555642d0" # main - name: "Generate Protos" run: "go run mage.go gen:proto" - - uses: "chainguard-dev/actions/nodiff@93d7e48486a0ec24d253345d8b5378a5551b7be9" # main + - uses: "chainguard-dev/actions/nodiff@d9b7e22c19086f609cfeaea6d3b3e34f7ecc7266" # main with: path: "" fixup-command: "go run mage.go gen:proto" diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index d0cf979096..cfe3321b18 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -32,7 +32,7 @@ jobs: - uses: "authzed/actions/setup-go@9013d08e1002d122cc87f21d9ed43063555642d0" # main - name: "Lint Go" run: "go run mage.go lint:go" - - uses: "chainguard-dev/actions/nodiff@93d7e48486a0ec24d253345d8b5378a5551b7be9" # main + - uses: "chainguard-dev/actions/nodiff@d9b7e22c19086f609cfeaea6d3b3e34f7ecc7266" # main with: path: "" fixup-command: "go run mage.go lint:go" @@ -45,7 +45,7 @@ jobs: - uses: "authzed/actions/setup-go@9013d08e1002d122cc87f21d9ed43063555642d0" # main - name: "Lint Everything Else" run: "go run mage.go lint:extra" - - uses: "chainguard-dev/actions/nodiff@93d7e48486a0ec24d253345d8b5378a5551b7be9" # main + - uses: "chainguard-dev/actions/nodiff@d9b7e22c19086f609cfeaea6d3b3e34f7ecc7266" # main with: path: "" fixup-command: "go run mage.go lint:extra"