From 4b1f2edd1d1a392eaa2a6d9a5aaa87d40489862f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jan 2024 09:37:37 +0100 Subject: [PATCH] Bump actions/cache from 3.3.2 to 3.3.3 (#66) Bumps [actions/cache](https://github.com/actions/cache) from 3.3.2 to 3.3.3. - [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/704facf57e6136b1bc63b828d79edcd491f0ee84...e12d46a63a90f2fae62d114769bbf2a179198b5c) --- 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 32b7f1c..464ce39 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@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2 + uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3.3.3 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 08e149e..bcff244 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@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2 + uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3.3.3 with: key: 'doxygen-${{ runner.os }}-${{ env.VERSION }}' path: '${{ env.TOOL_DIR }}/doxygen.tgz'