From bcc711592cad812d876f373ff2310241910ab943 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Sep 2025 12:57:15 +0000 Subject: [PATCH] Bump chainguard-dev/actions from 1.4.12 to 1.4.13 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.4.12 to 1.4.13 - [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/be7b31a01af8ce7228fe901326f1d223fb788e14...3caedd3784c809ba873cbb8c6a12e2bc6bf6ab09) --- updated-dependencies: - dependency-name: chainguard-dev/actions dependency-version: 1.4.13 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 29f1b9b17..2bc472684 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -22,7 +22,7 @@ jobs: egress-policy: audit - name: Checkout code uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 - - uses: chainguard-dev/actions/setup-gitsign@be7b31a01af8ce7228fe901326f1d223fb788e14 + - uses: chainguard-dev/actions/setup-gitsign@3caedd3784c809ba873cbb8c6a12e2bc6bf6ab09 - name: Set up Octo-STS uses: octo-sts/action@6177b4481c00308b3839969c3eca88c96a91775f # v1.0.0 id: octo-sts diff --git a/.github/workflows/style.yaml b/.github/workflows/style.yaml index 4b39ac2f4..8901e3d0e 100644 --- a/.github/workflows/style.yaml +++ b/.github/workflows/style.yaml @@ -87,7 +87,7 @@ jobs: go-version-file: go.mod check-latest: true - - uses: chainguard-dev/actions/gofmt@be7b31a01af8ce7228fe901326f1d223fb788e14 # main + - uses: chainguard-dev/actions/gofmt@3caedd3784c809ba873cbb8c6a12e2bc6bf6ab09 # main with: args: -s @@ -111,7 +111,7 @@ jobs: go-version-file: go.mod check-latest: true - - uses: chainguard-dev/actions/goimports@be7b31a01af8ce7228fe901326f1d223fb788e14 # main + - uses: chainguard-dev/actions/goimports@3caedd3784c809ba873cbb8c6a12e2bc6bf6ab09 # main golangci-lint: name: golangci-lint diff --git a/.github/workflows/third-party.yaml b/.github/workflows/third-party.yaml index 86bc68983..20f84eead 100644 --- a/.github/workflows/third-party.yaml +++ b/.github/workflows/third-party.yaml @@ -38,7 +38,7 @@ jobs: - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 - name: Trust repository run: git config --global --add safe.directory "${GITHUB_WORKSPACE}" - - uses: chainguard-dev/actions/setup-gitsign@be7b31a01af8ce7228fe901326f1d223fb788e14 + - uses: chainguard-dev/actions/setup-gitsign@3caedd3784c809ba873cbb8c6a12e2bc6bf6ab09 - name: Set up Octo-STS uses: octo-sts/action@6177b4481c00308b3839969c3eca88c96a91775f # v1.0.0 id: octo-sts diff --git a/.github/workflows/version.yaml b/.github/workflows/version.yaml index 99830f5d2..c0e7bae39 100644 --- a/.github/workflows/version.yaml +++ b/.github/workflows/version.yaml @@ -27,7 +27,7 @@ jobs: with: egress-policy: audit - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 - - uses: chainguard-dev/actions/setup-gitsign@be7b31a01af8ce7228fe901326f1d223fb788e14 + - uses: chainguard-dev/actions/setup-gitsign@3caedd3784c809ba873cbb8c6a12e2bc6bf6ab09 - name: Set up Octo-STS uses: octo-sts/action@6177b4481c00308b3839969c3eca88c96a91775f # v1.0.0 id: octo-sts