From 43431bbee0e91af276a9b2c720e4a3e261456af0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 May 2024 11:18:45 +0200 Subject: [PATCH] Bump the ci group with 2 updates (#762) Bumps the ci group with 2 updates: [TooMuch4U/actions-clean](https://github.com/toomuch4u/actions-clean) and [anchore/sbom-action](https://github.com/anchore/sbom-action). Updates `TooMuch4U/actions-clean` from 2.1 to 2.2
Commits

Updates `anchore/sbom-action` from 0.15.10 to 0.15.11
Release notes

Sourced from anchore/sbom-action's releases.

v0.15.11

Changes in v0.15.11

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/buildcomponents.yaml | 2 +- .github/workflows/components.yaml | 2 +- .github/workflows/lint_and_test.yaml | 2 +- .github/workflows/release.yaml | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/buildcomponents.yaml b/.github/workflows/buildcomponents.yaml index 6ecf024d72..6e6d142199 100644 --- a/.github/workflows/buildcomponents.yaml +++ b/.github/workflows/buildcomponents.yaml @@ -25,7 +25,7 @@ jobs: repository-projects: read steps: - name: Self Hosted Runner Post Job Cleanup Action - uses: TooMuch4U/actions-clean@v2.1 + uses: TooMuch4U/actions-clean@v2.2 - name: Checkout uses: actions/checkout@v4 diff --git a/.github/workflows/components.yaml b/.github/workflows/components.yaml index 5e8b60e728..7eb52b1dc3 100644 --- a/.github/workflows/components.yaml +++ b/.github/workflows/components.yaml @@ -126,7 +126,7 @@ jobs: runs-on: large_runner steps: - name: Self Hosted Runner Post Job Cleanup Action - uses: TooMuch4U/actions-clean@v2.1 + uses: TooMuch4U/actions-clean@v2.2 - name: Checkout uses: actions/checkout@v4 diff --git a/.github/workflows/lint_and_test.yaml b/.github/workflows/lint_and_test.yaml index 6f243c0d2f..73434107be 100644 --- a/.github/workflows/lint_and_test.yaml +++ b/.github/workflows/lint_and_test.yaml @@ -78,7 +78,7 @@ jobs: runs-on: large_runner steps: - name: Self Hosted Runner Post Job Cleanup Action - uses: TooMuch4U/actions-clean@v2.1 + uses: TooMuch4U/actions-clean@v2.2 - name: Checkout uses: actions/checkout@v4 diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 0df1d1ad30..d44be89180 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -123,7 +123,7 @@ jobs: packages: write steps: - name: Self Hosted Runner Post Job Cleanup Action - uses: TooMuch4U/actions-clean@v2.1 + uses: TooMuch4U/actions-clean@v2.2 - name: Generate token id: generate_token uses: tibdex/github-app-token@v2 @@ -142,7 +142,7 @@ jobs: go-version-file: '${{ github.workspace }}/go.mod' - name: Setup Syft - uses: anchore/sbom-action/download-syft@ab5d7b5f48981941c4c5d6bf33aeb98fe3bae38c # v0.15.10 + uses: anchore/sbom-action/download-syft@7ccf588e3cf3cc2611714c2eeae48550fbc17552 # v0.15.11 - name: Setup Cosign uses: sigstore/cosign-installer@v3.5.0