From c017ddefe2068f8e6d9363ccfbf5e8d88f7c1604 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Jun 2025 06:50:17 +0000 Subject: [PATCH] Bump the all group with 2 updates Bumps the all group with 2 updates: [chainguard-dev/actions](https://github.com/chainguard-dev/actions) and [ossf/scorecard-action](https://github.com/ossf/scorecard-action). Updates `chainguard-dev/actions` from 1.1.1 to 1.1.2 - [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/ce51233d303aed2394a9976e7f5642fd2158f693...5363dd9eb48083bbf7674a4bbe62d71c3b230edd) Updates `ossf/scorecard-action` from 2.4.1 to 2.4.2 - [Release notes](https://github.com/ossf/scorecard-action/releases) - [Changelog](https://github.com/ossf/scorecard-action/blob/main/RELEASE.md) - [Commits](https://github.com/ossf/scorecard-action/compare/f49aabe0b5af0936a0987cfb85d86b75731b0186...05b42c624433fc40578a4040d5cf5e36ddca8cde) --- updated-dependencies: - dependency-name: chainguard-dev/actions dependency-version: 1.1.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: ossf/scorecard-action dependency-version: 2.4.2 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/scorecard.yml | 2 +- .github/workflows/style.yaml | 4 ++-- .github/workflows/third-party.yaml | 2 +- .github/workflows/version.yaml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index a243da306..54b0dd488 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@ce51233d303aed2394a9976e7f5642fd2158f693 + - uses: chainguard-dev/actions/setup-gitsign@5363dd9eb48083bbf7674a4bbe62d71c3b230edd - name: Set up Octo-STS uses: octo-sts/action@6177b4481c00308b3839969c3eca88c96a91775f # v1.0.0 id: octo-sts diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index 8f02c464b..a49cd3069 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -44,7 +44,7 @@ jobs: persist-credentials: false - name: "Run analysis" - uses: ossf/scorecard-action@f49aabe0b5af0936a0987cfb85d86b75731b0186 # v2.4.1 + uses: ossf/scorecard-action@05b42c624433fc40578a4040d5cf5e36ddca8cde # v2.4.2 with: results_file: results.sarif results_format: sarif diff --git a/.github/workflows/style.yaml b/.github/workflows/style.yaml index c60219775..91e203356 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@ce51233d303aed2394a9976e7f5642fd2158f693 # main + - uses: chainguard-dev/actions/gofmt@5363dd9eb48083bbf7674a4bbe62d71c3b230edd # main with: args: -s @@ -111,7 +111,7 @@ jobs: go-version-file: go.mod check-latest: true - - uses: chainguard-dev/actions/goimports@ce51233d303aed2394a9976e7f5642fd2158f693 # main + - uses: chainguard-dev/actions/goimports@5363dd9eb48083bbf7674a4bbe62d71c3b230edd # main golangci-lint: name: golangci-lint diff --git a/.github/workflows/third-party.yaml b/.github/workflows/third-party.yaml index 03722340d..8f11bd060 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@ce51233d303aed2394a9976e7f5642fd2158f693 + - uses: chainguard-dev/actions/setup-gitsign@5363dd9eb48083bbf7674a4bbe62d71c3b230edd - 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 94ba3fd9a..ebabe5778 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@ce51233d303aed2394a9976e7f5642fd2158f693 + - uses: chainguard-dev/actions/setup-gitsign@5363dd9eb48083bbf7674a4bbe62d71c3b230edd - name: Set up Octo-STS uses: octo-sts/action@6177b4481c00308b3839969c3eca88c96a91775f # v1.0.0 id: octo-sts