From 05ee5bc5c64442d7bd6ab9128e3e9910066a4f46 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jul 2026 03:43:55 +0000 Subject: [PATCH] Bump the all group with 7 updates Bumps the all group with 7 updates: | Package | From | To | | --- | --- | --- | | [chainguard-dev/actions/boilerplate](https://github.com/chainguard-dev/actions) | `1.6.25` | `1.6.26` | | [chainguard-dev/actions/donotsubmit](https://github.com/chainguard-dev/actions) | `1.6.25` | `1.6.26` | | [chainguard-dev/actions/gofmt](https://github.com/chainguard-dev/actions) | `1.6.25` | `1.6.26` | | [chainguard-dev/actions/goimports](https://github.com/chainguard-dev/actions) | `1.6.25` | `1.6.26` | | [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) | `9.2.1` | `9.3.0` | | [chainguard-dev/actions/trailing-space](https://github.com/chainguard-dev/actions) | `1.6.25` | `1.6.26` | | [chainguard-dev/actions/eof-newline](https://github.com/chainguard-dev/actions) | `1.6.25` | `1.6.26` | Updates `chainguard-dev/actions/boilerplate` from 1.6.25 to 1.6.26 - [Release notes](https://github.com/chainguard-dev/actions/releases) - [Commits](https://github.com/chainguard-dev/actions/compare/e1c4977ad9cb32b12c5b222ec0134a22bec60bd5...f0be69916b439d0fcced2451b23d0f27cd46d545) Updates `chainguard-dev/actions/donotsubmit` from 1.6.25 to 1.6.26 - [Release notes](https://github.com/chainguard-dev/actions/releases) - [Commits](https://github.com/chainguard-dev/actions/compare/e1c4977ad9cb32b12c5b222ec0134a22bec60bd5...f0be69916b439d0fcced2451b23d0f27cd46d545) Updates `chainguard-dev/actions/gofmt` from 1.6.25 to 1.6.26 - [Release notes](https://github.com/chainguard-dev/actions/releases) - [Commits](https://github.com/chainguard-dev/actions/compare/e1c4977ad9cb32b12c5b222ec0134a22bec60bd5...f0be69916b439d0fcced2451b23d0f27cd46d545) Updates `chainguard-dev/actions/goimports` from 1.6.25 to 1.6.26 - [Release notes](https://github.com/chainguard-dev/actions/releases) - [Commits](https://github.com/chainguard-dev/actions/compare/e1c4977ad9cb32b12c5b222ec0134a22bec60bd5...f0be69916b439d0fcced2451b23d0f27cd46d545) Updates `golangci/golangci-lint-action` from 9.2.1 to 9.3.0 - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](https://github.com/golangci/golangci-lint-action/compare/82606bf257cbaff209d206a39f5134f0cfbfd2ee...ba0d7d2ec06a0ea1cb5fa41b2e4a3ab91d21278a) Updates `chainguard-dev/actions/trailing-space` from 1.6.25 to 1.6.26 - [Release notes](https://github.com/chainguard-dev/actions/releases) - [Commits](https://github.com/chainguard-dev/actions/compare/e1c4977ad9cb32b12c5b222ec0134a22bec60bd5...f0be69916b439d0fcced2451b23d0f27cd46d545) Updates `chainguard-dev/actions/eof-newline` from 1.6.25 to 1.6.26 - [Release notes](https://github.com/chainguard-dev/actions/releases) - [Commits](https://github.com/chainguard-dev/actions/compare/e1c4977ad9cb32b12c5b222ec0134a22bec60bd5...f0be69916b439d0fcced2451b23d0f27cd46d545) --- updated-dependencies: - dependency-name: chainguard-dev/actions/boilerplate dependency-version: 1.6.26 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: chainguard-dev/actions/donotsubmit dependency-version: 1.6.26 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: chainguard-dev/actions/gofmt dependency-version: 1.6.26 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: chainguard-dev/actions/goimports dependency-version: 1.6.26 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: golangci/golangci-lint-action dependency-version: 9.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: chainguard-dev/actions/trailing-space dependency-version: 1.6.26 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: chainguard-dev/actions/eof-newline dependency-version: 1.6.26 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all ... Signed-off-by: dependabot[bot] --- .github/workflows/boilerplate.yaml | 2 +- .github/workflows/donotsubmit.yaml | 2 +- .github/workflows/style.yaml | 10 +++++----- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/boilerplate.yaml b/.github/workflows/boilerplate.yaml index b04ccb7..9448326 100644 --- a/.github/workflows/boilerplate.yaml +++ b/.github/workflows/boilerplate.yaml @@ -45,7 +45,7 @@ jobs: with: persist-credentials: false - - uses: chainguard-dev/actions/boilerplate@e1c4977ad9cb32b12c5b222ec0134a22bec60bd5 # v1.6.25 + - uses: chainguard-dev/actions/boilerplate@f0be69916b439d0fcced2451b23d0f27cd46d545 # v1.6.26 with: extension: ${{ matrix.extension }} language: ${{ matrix.language }} diff --git a/.github/workflows/donotsubmit.yaml b/.github/workflows/donotsubmit.yaml index 227e3ab..0da4032 100644 --- a/.github/workflows/donotsubmit.yaml +++ b/.github/workflows/donotsubmit.yaml @@ -30,4 +30,4 @@ jobs: persist-credentials: false - name: Do Not Submit - uses: chainguard-dev/actions/donotsubmit@e1c4977ad9cb32b12c5b222ec0134a22bec60bd5 # v1.6.25 + uses: chainguard-dev/actions/donotsubmit@f0be69916b439d0fcced2451b23d0f27cd46d545 # v1.6.26 diff --git a/.github/workflows/style.yaml b/.github/workflows/style.yaml index bba223c..fa2f0ce 100644 --- a/.github/workflows/style.yaml +++ b/.github/workflows/style.yaml @@ -38,7 +38,7 @@ jobs: go-version-file: './go.mod' check-latest: true - - uses: chainguard-dev/actions/gofmt@e1c4977ad9cb32b12c5b222ec0134a22bec60bd5 # v1.6.25 + - uses: chainguard-dev/actions/gofmt@f0be69916b439d0fcced2451b23d0f27cd46d545 # v1.6.26 with: args: -s @@ -65,7 +65,7 @@ jobs: go-version-file: './go.mod' check-latest: true - - uses: chainguard-dev/actions/goimports@e1c4977ad9cb32b12c5b222ec0134a22bec60bd5 # v1.6.25 + - uses: chainguard-dev/actions/goimports@f0be69916b439d0fcced2451b23d0f27cd46d545 # v1.6.26 golangci-lint: name: golangci-lint @@ -91,7 +91,7 @@ jobs: check-latest: true - name: golangci-lint - uses: golangci/golangci-lint-action@82606bf257cbaff209d206a39f5134f0cfbfd2ee # v9.2.1 + uses: golangci/golangci-lint-action@ba0d7d2ec06a0ea1cb5fa41b2e4a3ab91d21278a # v9.3.0 with: version: v2.8 @@ -118,10 +118,10 @@ jobs: go-version-file: './go.mod' check-latest: true - - uses: chainguard-dev/actions/trailing-space@e1c4977ad9cb32b12c5b222ec0134a22bec60bd5 # v1.6.25 + - uses: chainguard-dev/actions/trailing-space@f0be69916b439d0fcced2451b23d0f27cd46d545 # v1.6.26 if: ${{ always() }} - - uses: chainguard-dev/actions/eof-newline@e1c4977ad9cb32b12c5b222ec0134a22bec60bd5 # v1.6.25 + - uses: chainguard-dev/actions/eof-newline@f0be69916b439d0fcced2451b23d0f27cd46d545 # v1.6.26 if: ${{ always() }} - uses: step-security/action-tflint@285fe25934512644274b253b424a5d4b8f1c2dc5 # v1.25.0