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') }}