From c18142040edf604ee8a931d66f17718b1b46cd28 Mon Sep 17 00:00:00 2001 From: Julien Carsique Date: Tue, 24 Mar 2026 11:43:33 +0100 Subject: [PATCH] BUILD-10724 test SonarSource/gh-action_cache#45 --- build-poetry/action.yml | 2 +- build-yarn/action.yml | 2 +- cache/action.yml | 2 +- code-signing/action.yml | 2 +- config-gradle/action.yml | 2 +- config-maven/action.yml | 2 +- config-npm/action.yml | 2 +- config-pip/action.yml | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/build-poetry/action.yml b/build-poetry/action.yml index 8b3b2887..959c1f2f 100644 --- a/build-poetry/action.yml +++ b/build-poetry/action.yml @@ -111,7 +111,7 @@ runs: with: host-actions-root: ${{ steps.set-path.outputs.host_actions_root }} - name: Cache local Poetry cache - uses: SonarSource/gh-action_cache@957cb1f6f70956976b834546bf09839080b5bb00 # v1.2.3 + uses: SonarSource/gh-action_cache@feat/jcarsique/BUILD-10724-migrationGh2s3 # TEST if: inputs.disable-caching == 'false' with: path: ${{ github.workspace }}/${{ inputs.poetry-cache-dir }} diff --git a/build-yarn/action.yml b/build-yarn/action.yml index 33f30251..f3472c7a 100644 --- a/build-yarn/action.yml +++ b/build-yarn/action.yml @@ -122,7 +122,7 @@ runs: working_directory: ${{ inputs.working-directory }} - name: Cache Yarn dependencies - uses: SonarSource/gh-action_cache@957cb1f6f70956976b834546bf09839080b5bb00 # v1.2.3 + uses: SonarSource/gh-action_cache@feat/jcarsique/BUILD-10724-migrationGh2s3 # TEST if: ${{ inputs.cache-yarn == 'true' && inputs.disable-caching != 'true' }} with: path: | diff --git a/cache/action.yml b/cache/action.yml index 8685c992..402b6025 100644 --- a/cache/action.yml +++ b/cache/action.yml @@ -36,7 +36,7 @@ runs: echo "::warning:: This action is deprecated and will be removed in future releases." \ "Please migrate to using the SonarSource/gh-action_cache action directly." >&2 - - uses: SonarSource/gh-action_cache@957cb1f6f70956976b834546bf09839080b5bb00 # v1.2.3 + - uses: SonarSource/gh-action_cache@feat/jcarsique/BUILD-10724-migrationGh2s3 # TEST id: cache with: path: ${{ inputs.path }} diff --git a/code-signing/action.yml b/code-signing/action.yml index 14e9e843..6f973f5d 100644 --- a/code-signing/action.yml +++ b/code-signing/action.yml @@ -22,7 +22,7 @@ runs: echo "JSIGN_CACHE_PATH=/tmp/jsign-cache" >> "$GITHUB_ENV" - name: Cache code signing tools - uses: SonarSource/gh-action_cache@957cb1f6f70956976b834546bf09839080b5bb00 # v1.2.3 + uses: SonarSource/gh-action_cache@feat/jcarsique/BUILD-10724-migrationGh2s3 # TEST id: tools-cache with: path: | diff --git a/config-gradle/action.yml b/config-gradle/action.yml index 9b0ade8c..1722c0f9 100644 --- a/config-gradle/action.yml +++ b/config-gradle/action.yml @@ -167,7 +167,7 @@ runs: run: echo "workflow_name=${WORKFLOW_NAME// /-}" >> "$GITHUB_OUTPUT" - name: Gradle Cache - uses: SonarSource/gh-action_cache@957cb1f6f70956976b834546bf09839080b5bb00 # v1.2.3 + uses: SonarSource/gh-action_cache@feat/jcarsique/BUILD-10724-migrationGh2s3 # TEST if: steps.config-gradle-completed.outputs.skip != 'true' && inputs.disable-caching == 'false' with: path: ${{ inputs.cache-paths }} diff --git a/config-maven/action.yml b/config-maven/action.yml index 71e69263..352c16df 100644 --- a/config-maven/action.yml +++ b/config-maven/action.yml @@ -178,7 +178,7 @@ runs: run: echo "workflow_name=${WORKFLOW_NAME// /-}" >> "$GITHUB_OUTPUT" - name: Cache local Maven repository - uses: SonarSource/gh-action_cache@957cb1f6f70956976b834546bf09839080b5bb00 # v1.2.3 + uses: SonarSource/gh-action_cache@feat/jcarsique/BUILD-10724-migrationGh2s3 # TEST if: steps.config-maven-completed.outputs.skip != 'true' && inputs.disable-caching == 'false' with: path: ${{ inputs.cache-paths }} diff --git a/config-npm/action.yml b/config-npm/action.yml index 06336838..31c8235d 100644 --- a/config-npm/action.yml +++ b/config-npm/action.yml @@ -125,7 +125,7 @@ runs: run: echo "workflow_name=${WORKFLOW_NAME// /-}" >> "$GITHUB_OUTPUT" - name: Cache NPM dependencies - uses: SonarSource/gh-action_cache@957cb1f6f70956976b834546bf09839080b5bb00 # v1.2.3 + uses: SonarSource/gh-action_cache@feat/jcarsique/BUILD-10724-migrationGh2s3 # TEST if: steps.config-npm-completed.outputs.skip != 'true' && inputs.disable-caching != 'true' && inputs.cache-npm == 'true' with: path: ~/.npm diff --git a/config-pip/action.yml b/config-pip/action.yml index 23c21414..3eb933f1 100644 --- a/config-pip/action.yml +++ b/config-pip/action.yml @@ -100,7 +100,7 @@ runs: run: echo "workflow_name=${WORKFLOW_NAME// /-}" >> "$GITHUB_OUTPUT" - name: Cache pip dependencies - uses: SonarSource/gh-action_cache@957cb1f6f70956976b834546bf09839080b5bb00 # v1.2.3 + uses: SonarSource/gh-action_cache@feat/jcarsique/BUILD-10724-migrationGh2s3 # TEST if: inputs.disable-caching == 'false' with: path: ${{ inputs.cache-paths }}