From f9beb2be41db683aeaae1529d5f07f4a3295801b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Nov 2024 09:56:34 +0000 Subject: [PATCH] Bump the actions group across 1 directory with 4 updates Bumps the actions group with 4 updates in the / directory: [actions/checkout](https://github.com/actions/checkout), [chainguard-dev/digestabot](https://github.com/chainguard-dev/digestabot), [tj-actions/changed-files](https://github.com/tj-actions/changed-files) and [rtCamp/action-slack-notify](https://github.com/rtcamp/action-slack-notify). Updates `actions/checkout` from 4.2.1 to 4.2.2 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871...11bd71901bbe5b1630ceea73d27597364c9af683) Updates `chainguard-dev/digestabot` from 1.2.0 to 1.2.1 - [Release notes](https://github.com/chainguard-dev/digestabot/releases) - [Commits](https://github.com/chainguard-dev/digestabot/compare/02ea60d2aeb26664ace4a9cc2ecdbea96888aaa4...cee67ce333549107c469dbe7656afda5a1e1f287) Updates `tj-actions/changed-files` from 45.0.3 to 45.0.4 - [Release notes](https://github.com/tj-actions/changed-files/releases) - [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md) - [Commits](https://github.com/tj-actions/changed-files/compare/c3a1bb2c992d77180ae65be6ae6c166cf40f857c...4edd678ac3f81e2dc578756871e4d00c19191daf) Updates `rtCamp/action-slack-notify` from 2.3.0 to 2.3.2 - [Release notes](https://github.com/rtcamp/action-slack-notify/releases) - [Commits](https://github.com/rtcamp/action-slack-notify/compare/4e5fb42d249be6a45a298f3c9543b111b02f7907...c33737706dea87cd7784c687dadc9adf1be59990) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: chainguard-dev/digestabot dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: tj-actions/changed-files dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: rtCamp/action-slack-notify dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/digestabot.yaml | 4 ++-- .github/workflows/presubmit-readme.yaml | 4 ++-- .github/workflows/release.yaml | 6 +++--- .github/workflows/withdraw-images.yaml | 2 +- .github/workflows/withdraw-repos.yaml | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/digestabot.yaml b/.github/workflows/digestabot.yaml index 0e7d95452..0b806f61b 100644 --- a/.github/workflows/digestabot.yaml +++ b/.github/workflows/digestabot.yaml @@ -23,7 +23,7 @@ jobs: with: egress-policy: audit - - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - uses: octo-sts/action@6177b4481c00308b3839969c3eca88c96a91775f # v1.0.0 id: octo-sts @@ -31,7 +31,7 @@ jobs: scope: ${{ github.repository }} identity: digestabot - - uses: chainguard-dev/digestabot@02ea60d2aeb26664ace4a9cc2ecdbea96888aaa4 # v1.2.0 + - uses: chainguard-dev/digestabot@cee67ce333549107c469dbe7656afda5a1e1f287 # v1.2.1 with: token: ${{ steps.octo-sts.outputs.token }} working-dir: .github diff --git a/.github/workflows/presubmit-readme.yaml b/.github/workflows/presubmit-readme.yaml index 122a39ee5..4bd7f0763 100644 --- a/.github/workflows/presubmit-readme.yaml +++ b/.github/workflows/presubmit-readme.yaml @@ -8,10 +8,10 @@ jobs: with: egress-policy: audit - - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - id: changed - uses: tj-actions/changed-files@c3a1bb2c992d77180ae65be6ae6c166cf40f857c # v45.0.3 + uses: tj-actions/changed-files@4edd678ac3f81e2dc578756871e4d00c19191daf # v45.0.4 with: files_yaml: | automated: diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 8e791fcbc..bd5fc41a6 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -33,7 +33,7 @@ jobs: with: egress-policy: audit - - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - id: shard name: Shard @@ -107,7 +107,7 @@ jobs: - uses: sigstore/cosign-installer@dc72c7d5c4d10cd6bcb8cf6e3fd625a9e5e537da # v3.7.0 - uses: imjasonh/setup-crane@31b88efe9de28ae0ffa220711af4b60be9435f6e # v0.4 - - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Terraform apply timeout-minutes: 60 @@ -150,7 +150,7 @@ jobs: name: "mega-module-${{ matrix.shard.index }}-imagetest-logs" path: imagetest-logs - - uses: rtCamp/action-slack-notify@4e5fb42d249be6a45a298f3c9543b111b02f7907 # v2.3.0 + - uses: rtCamp/action-slack-notify@c33737706dea87cd7784c687dadc9adf1be59990 # v2.3.2 if: ${{ failure() && github.event_name == 'schedule' }} env: SLACK_ICON: http://github.com/chainguard-dev.png?size=48 diff --git a/.github/workflows/withdraw-images.yaml b/.github/workflows/withdraw-images.yaml index d9e7989b7..857cf7ad6 100644 --- a/.github/workflows/withdraw-images.yaml +++ b/.github/workflows/withdraw-images.yaml @@ -20,7 +20,7 @@ jobs: with: egress-policy: audit - - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - uses: chainguard-dev/setup-chainctl@598499528905f95b94e62e4831cf42035e768933 # v0.2.3 with: identity: 720909c9f5279097d847ad02a2f24ba8f59de36a/b6461e99e132298f diff --git a/.github/workflows/withdraw-repos.yaml b/.github/workflows/withdraw-repos.yaml index f32e2cdad..8746899f0 100644 --- a/.github/workflows/withdraw-repos.yaml +++ b/.github/workflows/withdraw-repos.yaml @@ -20,7 +20,7 @@ jobs: with: egress-policy: audit - - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - uses: chainguard-dev/setup-chainctl@598499528905f95b94e62e4831cf42035e768933 # v0.2.3 with: identity: 720909c9f5279097d847ad02a2f24ba8f59de36a/b6461e99e132298f