From d99f2cfc32b09d17e3854e62c1cffa218723aafd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 06:11:49 +0000 Subject: [PATCH] chore(deps): bump the gha group with 2 updates Bumps the gha group with 2 updates: [actions/cache](https://github.com/actions/cache) and [trufflesecurity/trufflehog](https://github.com/trufflesecurity/trufflehog). Updates `actions/cache` from 3 to 4 - [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/v3...v4) Updates `trufflesecurity/trufflehog` from 3.63.9 to 3.63.10 - [Release notes](https://github.com/trufflesecurity/trufflehog/releases) - [Changelog](https://github.com/trufflesecurity/trufflehog/blob/main/.goreleaser.yml) - [Commits](https://github.com/trufflesecurity/trufflehog/compare/v3.63.9...v3.63.10) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major dependency-group: gha - dependency-name: trufflesecurity/trufflehog dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gha ... Signed-off-by: dependabot[bot] --- .github/workflows/release_containers.yml | 2 +- .github/workflows/security_analysis.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release_containers.yml b/.github/workflows/release_containers.yml index a1afa394e..4ca2d1bb1 100644 --- a/.github/workflows/release_containers.yml +++ b/.github/workflows/release_containers.yml @@ -22,7 +22,7 @@ jobs: steps: - name: Cache container layers - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: /tmp/.buildx-cache key: ${{ runner.os }}${{ matrix.containers.suffix }}-buildx-${{ github.sha }} diff --git a/.github/workflows/security_analysis.yml b/.github/workflows/security_analysis.yml index 9e631e004..5e7aab852 100644 --- a/.github/workflows/security_analysis.yml +++ b/.github/workflows/security_analysis.yml @@ -69,7 +69,7 @@ jobs: with: fetch-depth: 0 - name: Run Trufflehog - uses: trufflesecurity/trufflehog@v3.63.9 + uses: trufflesecurity/trufflehog@v3.63.10 with: path: ./ base: ${{ github.event.repository.default_branch }}