From c752aebdf70510536920bd3fdb0c25c7e95a30b2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 16:26:25 +0000 Subject: [PATCH] Update GitHub actions --- .github/workflows/slack_notify.yml | 2 +- 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 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/slack_notify.yml b/.github/workflows/slack_notify.yml index 95df48cf..52dcbbe8 100644 --- a/.github/workflows/slack_notify.yml +++ b/.github/workflows/slack_notify.yml @@ -15,6 +15,6 @@ jobs: - name: Send Slack Notification env: GITHUB_TOKEN: ${{ github.token }} - uses: SonarSource/gh-action_slack-notify@master + uses: SonarSource/gh-action_slack-notify@9532fdcfa4143ed5da2da7b0e77172abbe24ae33 # 1.0.2 with: slackChannel: squad-eng-xp-github diff --git a/build-poetry/action.yml b/build-poetry/action.yml index 9ca79bf7..4ea580ff 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@eaf3a34501712f8a246749c4abf837a2b4d67521 # v1.4.2 + uses: SonarSource/gh-action_cache@86a3c0470d2329a670db75ea8f024f6c0572e466 # v1.4.3 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 c090848e..5612b4a9 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@eaf3a34501712f8a246749c4abf837a2b4d67521 # v1.4.2 + uses: SonarSource/gh-action_cache@86a3c0470d2329a670db75ea8f024f6c0572e466 # v1.4.3 if: ${{ inputs.cache-yarn == 'true' && inputs.disable-caching != 'true' }} with: path: | diff --git a/cache/action.yml b/cache/action.yml index e25feda5..9cc23f5f 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@eaf3a34501712f8a246749c4abf837a2b4d67521 # v1.4.2 + - uses: SonarSource/gh-action_cache@86a3c0470d2329a670db75ea8f024f6c0572e466 # v1.4.3 id: cache with: path: ${{ inputs.path }} diff --git a/code-signing/action.yml b/code-signing/action.yml index 99fb9310..c3ec3fde 100644 --- a/code-signing/action.yml +++ b/code-signing/action.yml @@ -24,7 +24,7 @@ runs: echo "JSIGN_CACHE_PATH=/tmp/jsign-cache" >> "$GITHUB_ENV" - name: Cache code signing tools - uses: SonarSource/gh-action_cache@eaf3a34501712f8a246749c4abf837a2b4d67521 # v1.4.2 + uses: SonarSource/gh-action_cache@86a3c0470d2329a670db75ea8f024f6c0572e466 # v1.4.3 id: tools-cache with: path: | diff --git a/config-gradle/action.yml b/config-gradle/action.yml index 6b1cc3ca..66106c29 100644 --- a/config-gradle/action.yml +++ b/config-gradle/action.yml @@ -169,7 +169,7 @@ runs: run: echo "workflow_name=${WORKFLOW_NAME// /-}" >> "$GITHUB_OUTPUT" - name: Gradle Cache - uses: SonarSource/gh-action_cache@eaf3a34501712f8a246749c4abf837a2b4d67521 # v1.4.2 + uses: SonarSource/gh-action_cache@86a3c0470d2329a670db75ea8f024f6c0572e466 # v1.4.3 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 07e55adb..8e5f3f2a 100644 --- a/config-maven/action.yml +++ b/config-maven/action.yml @@ -180,7 +180,7 @@ runs: run: echo "workflow_name=${WORKFLOW_NAME// /-}" >> "$GITHUB_OUTPUT" - name: Cache local Maven repository - uses: SonarSource/gh-action_cache@eaf3a34501712f8a246749c4abf837a2b4d67521 # v1.4.2 + uses: SonarSource/gh-action_cache@86a3c0470d2329a670db75ea8f024f6c0572e466 # v1.4.3 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 a1fc58a5..af54e9c6 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@eaf3a34501712f8a246749c4abf837a2b4d67521 # v1.4.2 + uses: SonarSource/gh-action_cache@86a3c0470d2329a670db75ea8f024f6c0572e466 # v1.4.3 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 586e6756..8105b7b1 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@eaf3a34501712f8a246749c4abf837a2b4d67521 # v1.4.2 + uses: SonarSource/gh-action_cache@86a3c0470d2329a670db75ea8f024f6c0572e466 # v1.4.3 if: inputs.disable-caching == 'false' with: path: ${{ inputs.cache-paths }}