From 0e3ae742628291a22a5901f9bfce5418ea467a1c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 May 2025 06:18:41 +0000 Subject: [PATCH] Bump chainguard-dev/actions from 1.0.9 to 1.1.0 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.0.9 to 1.1.0 - [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/7d40b853210d271a28ac2822827f965f6f1e78fa...9781c0401391c8a6e3d4ab279863565d816207e2) --- updated-dependencies: - dependency-name: chainguard-dev/actions dependency-version: 1.1.0 dependency-type: direct:production update-type: version-update:semver-minor 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 9af721461..d72246466 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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - - uses: chainguard-dev/actions/setup-gitsign@7d40b853210d271a28ac2822827f965f6f1e78fa + - uses: chainguard-dev/actions/setup-gitsign@9781c0401391c8a6e3d4ab279863565d816207e2 - 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 7b1c65339..d3c92cfdd 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@7d40b853210d271a28ac2822827f965f6f1e78fa # main + - uses: chainguard-dev/actions/gofmt@9781c0401391c8a6e3d4ab279863565d816207e2 # main with: args: -s @@ -111,7 +111,7 @@ jobs: go-version-file: go.mod check-latest: true - - uses: chainguard-dev/actions/goimports@7d40b853210d271a28ac2822827f965f6f1e78fa # main + - uses: chainguard-dev/actions/goimports@9781c0401391c8a6e3d4ab279863565d816207e2 # main golangci-lint: name: golangci-lint diff --git a/.github/workflows/third-party.yaml b/.github/workflows/third-party.yaml index 609b7d6f8..57bd7808e 100644 --- a/.github/workflows/third-party.yaml +++ b/.github/workflows/third-party.yaml @@ -38,7 +38,7 @@ jobs: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Trust repository run: git config --global --add safe.directory "${GITHUB_WORKSPACE}" - - uses: chainguard-dev/actions/setup-gitsign@7d40b853210d271a28ac2822827f965f6f1e78fa + - uses: chainguard-dev/actions/setup-gitsign@9781c0401391c8a6e3d4ab279863565d816207e2 - 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 1106bf5f0..a2b5a3f5a 100644 --- a/.github/workflows/version.yaml +++ b/.github/workflows/version.yaml @@ -27,7 +27,7 @@ jobs: with: egress-policy: audit - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - - uses: chainguard-dev/actions/setup-gitsign@7d40b853210d271a28ac2822827f965f6f1e78fa + - uses: chainguard-dev/actions/setup-gitsign@9781c0401391c8a6e3d4ab279863565d816207e2 - name: Set up Octo-STS uses: octo-sts/action@6177b4481c00308b3839969c3eca88c96a91775f # v1.0.0 id: octo-sts