From 11c590653dedcf29ddfe8ba1c547e520968e5721 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 7 Dec 2024 14:42:34 +0000 Subject: [PATCH 1/3] chore(deps): Bump actions/cache in /.github/actions/build-docker-image Bumps [actions/cache](https://github.com/actions/cache) from 4.1.2 to 4.2.0. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v4.1.2...v4.2.0) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/actions/build-docker-image/action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/build-docker-image/action.yml b/.github/actions/build-docker-image/action.yml index 532f9ebe..80758b99 100644 --- a/.github/actions/build-docker-image/action.yml +++ b/.github/actions/build-docker-image/action.yml @@ -136,7 +136,7 @@ runs: run: mkdir -p .cache/trivy/db - name: Restore Trivy database - uses: actions/cache/restore@v4.1.2 + uses: actions/cache/restore@v4.2.0 with: path: .cache/trivy/db key: trivy @@ -178,7 +178,7 @@ runs: fi - name: Cache Trivy database - uses: actions/cache/save@v4.1.2 + uses: actions/cache/save@v4.2.0 with: path: .cache/trivy/db key: trivy From 84865301b0cc31b8af25efa8809a405cde30dda5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 7 Dec 2024 14:42:37 +0000 Subject: [PATCH 2/3] chore(deps): Bump actions/attest-sbom Bumps [actions/attest-sbom](https://github.com/actions/attest-sbom) from 1.4.1 to 2.0.1. - [Release notes](https://github.com/actions/attest-sbom/releases) - [Changelog](https://github.com/actions/attest-sbom/blob/main/RELEASE.md) - [Commits](https://github.com/actions/attest-sbom/compare/5026d3663739160db546203eeaffa6aa1c51a4d6...34581d8068ef8a325425f122523e4bb9d08932f3) --- updated-dependencies: - dependency-name: actions/attest-sbom dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/actions/build-docker-image/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/build-docker-image/action.yml b/.github/actions/build-docker-image/action.yml index 532f9ebe..13af2ce9 100644 --- a/.github/actions/build-docker-image/action.yml +++ b/.github/actions/build-docker-image/action.yml @@ -109,7 +109,7 @@ runs: if: inputs.push == 'true' - name: Attest SBOM - uses: actions/attest-sbom@5026d3663739160db546203eeaffa6aa1c51a4d6 # v1.4.1 + uses: actions/attest-sbom@34581d8068ef8a325425f122523e4bb9d08932f3 # v2.0.1 with: subject-name: ${{ steps.imagename.outputs.image_name }} subject-digest: ${{ steps.push.outputs.digest }} From e2f328b7652c395d83725949f24a9ae3ad195a97 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 7 Dec 2024 14:42:43 +0000 Subject: [PATCH 3/3] chore(deps): Bump crazy-max/ghaction-setup-docker Bumps [crazy-max/ghaction-setup-docker](https://github.com/crazy-max/ghaction-setup-docker) from 3 to 4. - [Release notes](https://github.com/crazy-max/ghaction-setup-docker/releases) - [Commits](https://github.com/crazy-max/ghaction-setup-docker/compare/v3...v4) --- updated-dependencies: - dependency-name: crazy-max/ghaction-setup-docker dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/actions/build-docker-image/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/build-docker-image/action.yml b/.github/actions/build-docker-image/action.yml index 532f9ebe..d9e86c5d 100644 --- a/.github/actions/build-docker-image/action.yml +++ b/.github/actions/build-docker-image/action.yml @@ -53,7 +53,7 @@ runs: using: composite steps: - name: Set up Docker - uses: crazy-max/ghaction-setup-docker@v3 + uses: crazy-max/ghaction-setup-docker@v4 with: daemon-config: | {