From 908b2f169cdcec5afadf702f2e63101ea4f46943 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2024 10:47:09 +0000 Subject: [PATCH] chore(deps): bump actions/cache from 4.0.0 to 4.2.0 Bumps [actions/cache](https://github.com/actions/cache) from 4.0.0 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/13aacd865c20de90d75de3b17ebe84f7a17d57d2...1bd1e32a3bdc45362d1e726936510720a7c30a57) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/module.build.yml | 4 ++-- .github/workflows/module.codeql.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/module.build.yml b/.github/workflows/module.build.yml index 22ceaa3..f018c3a 100644 --- a/.github/workflows/module.build.yml +++ b/.github/workflows/module.build.yml @@ -87,13 +87,13 @@ jobs: - name: "Setup: Buildless" uses: buildless/setup@30e82389418c7f17046606183bc4c78b2c8913e0 # v1.0.2 - name: "Setup: Cache SonarCloud Packages" - uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0 + uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0 with: path: ~/.sonar/cache key: ${{ runner.os }}-sonar restore-keys: ${{ runner.os }}-sonar - name: "Setup: Cache Gradle Packages" - uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0 + uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0 with: path: ~/.gradle/caches key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }} diff --git a/.github/workflows/module.codeql.yml b/.github/workflows/module.codeql.yml index 1286067..19a77b7 100644 --- a/.github/workflows/module.codeql.yml +++ b/.github/workflows/module.codeql.yml @@ -41,13 +41,13 @@ jobs: java-version: ${{ inputs.java_version || vars.JVM_VERSION || '21' }} distribution: ${{ inputs.jvm || vars.JVM_VARIANT || 'zulu' }} - name: "Setup: Cache SonarCloud Packages" - uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0 + uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0 with: path: ~/.sonar/cache key: ${{ runner.os }}-sonar restore-keys: ${{ runner.os }}-sonar - name: "Setup: Cache Gradle Packages" - uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0 + uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0 with: path: ~/.gradle/caches key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}