From d1eb6b41b5fc3345c825a584c9f2febc0e7fa3aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 10:23:53 +0100 Subject: [PATCH] Bump actions/cache from 4.1.1 to 4.1.2 (#181) Bumps [actions/cache](https://github.com/actions/cache) from 4.1.1 to 4.1.2. - [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/3624ceb22c1c5a301c8db4169662070a689d9ea8...6849a6489940f00c2f30c0fb92c6274307ccb58a) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/coverity.yaml | 2 +- .github/workflows/doxygen.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/coverity.yaml b/.github/workflows/coverity.yaml index b8af816..9587a77 100644 --- a/.github/workflows/coverity.yaml +++ b/.github/workflows/coverity.yaml @@ -41,7 +41,7 @@ jobs: - name: Cache the Coverity Build Tool id: cache-build-tool - uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1 + uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2 with: key: coverity-${{ runner.os }}-${{ steps.get-cov-md5.outputs.md5 }} path: '${{ env.BUILD_TOOL_DIR }}/coverity_tool.tgz' diff --git a/.github/workflows/doxygen.yaml b/.github/workflows/doxygen.yaml index 0031093..d0303cc 100644 --- a/.github/workflows/doxygen.yaml +++ b/.github/workflows/doxygen.yaml @@ -28,7 +28,7 @@ jobs: - name: Cache the Doxygen binary id: cache-binary - uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1 + uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2 with: key: 'doxygen-${{ runner.os }}-${{ env.VERSION }}' path: '${{ env.TOOL_DIR }}/doxygen.tgz'