From 9341b962e2a7dac66ced16a8f050360a4ca5942f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 11:03:09 +0000 Subject: [PATCH] chore(deps): bump actions/cache from 4.0.0 to 4.1.2 Bumps [actions/cache](https://github.com/actions/cache) from 4.0.0 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/13aacd865c20de90d75de3b17ebe84f7a17d57d2...6849a6489940f00c2f30c0fb92c6274307ccb58a) --- 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..e3f07b2 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@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2 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@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2 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..586b6a1 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@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2 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@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2 with: path: ~/.gradle/caches key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}