From 9989a574116e40e34354f486855df31ddb083150 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 22:30:29 +0000 Subject: [PATCH] Update GitHub actions --- .github/workflows/pre-commit.yml | 2 +- .github/workflows/test-build-number.yml | 4 ++-- .github/workflows/test-shell-scripts.yml | 4 ++-- .github/workflows/test-update-release-channel.yml | 4 ++-- build-npm/action.yml | 4 ++-- build-poetry/action.yml | 4 ++-- build-yarn/action.yml | 4 ++-- config-npm/action.yml | 4 ++-- config-poetry/action.yml | 4 ++-- config-uv/action.yml | 4 ++-- promote/action.yml | 4 ++-- update-release-channel/action.yml | 4 ++-- 12 files changed, 23 insertions(+), 23 deletions(-) diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index 4761c4d4..ae340fc7 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -10,7 +10,7 @@ jobs: steps: - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - uses: ./config-npm - - uses: SonarSource/gh-action_pre-commit@2ddc0c7fdabce0adfaaa4075a17690972ed9961a # 1.2.0 + - uses: SonarSource/gh-action_pre-commit@ea734ef4ee748f680f3b4ac268c1ba90e245effc # 1.2.1 with: extra-args: > --from-ref=origin/${{ github.event.pull_request.base.ref }} diff --git a/.github/workflows/test-build-number.yml b/.github/workflows/test-build-number.yml index 0670aa96..e50e0f2f 100644 --- a/.github/workflows/test-build-number.yml +++ b/.github/workflows/test-build-number.yml @@ -129,9 +129,9 @@ jobs: steps: - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - uses: ./config-npm - - uses: jdx/mise-action@e6a8b3978addb5a52f2b4cd9d91eafa7f0ab959d # v4.2.0 + - uses: jdx/mise-action@dad1bfd3df957f44999b559dd69dc1671cb4e9ea # v4.2.1 with: - version: 2026.6.14 + version: 2026.7.7 - uses: re-actors/alls-green@05ac9388f0aebcb5727afa17fcccfecd6f8ec5fe # v1.2.2 with: jobs: ${{ toJSON(needs) }} diff --git a/.github/workflows/test-shell-scripts.yml b/.github/workflows/test-shell-scripts.yml index 6e0f5020..9abfa64c 100644 --- a/.github/workflows/test-shell-scripts.yml +++ b/.github/workflows/test-shell-scripts.yml @@ -20,9 +20,9 @@ jobs: with: fetch-depth: 0 - uses: ./config-npm - - uses: jdx/mise-action@e6a8b3978addb5a52f2b4cd9d91eafa7f0ab959d # v4.2.0 + - uses: jdx/mise-action@dad1bfd3df957f44999b559dd69dc1671cb4e9ea # v4.2.1 with: - version: 2026.6.14 + version: 2026.7.7 tool_versions: | pipx 1.12.0 pipx:check-jsonschema 0.37.2 diff --git a/.github/workflows/test-update-release-channel.yml b/.github/workflows/test-update-release-channel.yml index 8bd3266a..42ec4d92 100644 --- a/.github/workflows/test-update-release-channel.yml +++ b/.github/workflows/test-update-release-channel.yml @@ -32,9 +32,9 @@ jobs: [[ "${{ steps.urc.outputs.version-url }}" == "https://binaries.sonarsource.com/Distribution/test-fixture/stable.version" ]] [[ "${{ steps.urc.outputs.version }}" == "0.0.0-test" ]] - uses: ./config-npm - - uses: jdx/mise-action@e6a8b3978addb5a52f2b4cd9d91eafa7f0ab959d # v4.2.0 + - uses: jdx/mise-action@dad1bfd3df957f44999b559dd69dc1671cb4e9ea # v4.2.1 with: - version: 2026.6.14 + version: 2026.7.7 - name: Validate body against schema/v1.json env: BODY: ${{ steps.urc.outputs.body }} diff --git a/build-npm/action.yml b/build-npm/action.yml index 6bd09439..9c840c71 100644 --- a/build-npm/action.yml +++ b/build-npm/action.yml @@ -118,9 +118,9 @@ runs: "Use \`disable-caching\` instead." >&2 fi - - uses: jdx/mise-action@e6a8b3978addb5a52f2b4cd9d91eafa7f0ab959d # v4.2.0 + - uses: jdx/mise-action@dad1bfd3df957f44999b559dd69dc1671cb4e9ea # v4.2.1 with: - version: 2026.6.14 + version: 2026.7.7 - uses: ./.actions/config-npm id: config diff --git a/build-poetry/action.yml b/build-poetry/action.yml index 0fbb88d2..0a990781 100644 --- a/build-poetry/action.yml +++ b/build-poetry/action.yml @@ -104,9 +104,9 @@ runs: echo "ARTIFACTORY_DEPLOYER_ROLE=${ARTIFACTORY_DEPLOYER_ROLE}" >> "$GITHUB_ENV" cp "$ACTION_PATH_BUILD_POETRY/mise.local.toml" mise.local.toml - - uses: jdx/mise-action@e6a8b3978addb5a52f2b4cd9d91eafa7f0ab959d # v4.2.0 + - uses: jdx/mise-action@dad1bfd3df957f44999b559dd69dc1671cb4e9ea # v4.2.1 with: - version: 2026.6.14 + version: 2026.7.7 - uses: ./.actions/config-poetry id: config diff --git a/build-yarn/action.yml b/build-yarn/action.yml index 6556a815..837d5631 100644 --- a/build-yarn/action.yml +++ b/build-yarn/action.yml @@ -113,9 +113,9 @@ runs: "Use \`disable-caching\` instead." >&2 fi - - uses: jdx/mise-action@e6a8b3978addb5a52f2b4cd9d91eafa7f0ab959d # v4.2.0 + - uses: jdx/mise-action@dad1bfd3df957f44999b559dd69dc1671cb4e9ea # v4.2.1 with: - version: 2026.6.14 + version: 2026.7.7 working_directory: ${{ inputs.working-directory }} - name: Cache Yarn dependencies diff --git a/config-npm/action.yml b/config-npm/action.yml index 451034af..ad30ec0f 100644 --- a/config-npm/action.yml +++ b/config-npm/action.yml @@ -84,10 +84,10 @@ runs: "Use \`disable-caching\` instead." >&2 fi - - uses: jdx/mise-action@e6a8b3978addb5a52f2b4cd9d91eafa7f0ab959d # v4.2.0 + - uses: jdx/mise-action@dad1bfd3df957f44999b559dd69dc1671cb4e9ea # v4.2.1 if: steps.config-npm-completed.outputs.skip != 'true' with: - version: 2026.3.7 + version: 2026.7.7 - uses: SonarSource/vault-action-wrapper@881045d830534a70ec3c7c275fa3714412c8ff6e # 3.6.1 if: steps.config-npm-completed.outputs.skip != 'true' diff --git a/config-poetry/action.yml b/config-poetry/action.yml index 8c7fb1f5..ea32f494 100644 --- a/config-poetry/action.yml +++ b/config-poetry/action.yml @@ -109,10 +109,10 @@ runs: key: poetry-${{ runner.os }}-${{ steps.sanitize_workflow.outputs.workflow_name }}-${{ hashFiles('poetry.lock') }} restore-keys: poetry-${{ runner.os }}-${{ steps.sanitize_workflow.outputs.workflow_name }}- - - uses: jdx/mise-action@e6a8b3978addb5a52f2b4cd9d91eafa7f0ab959d # v4.2.0 + - uses: jdx/mise-action@dad1bfd3df957f44999b559dd69dc1671cb4e9ea # v4.2.1 if: steps.config-poetry-completed.outputs.skip != 'true' with: - version: 2026.5.9 + version: 2026.7.7 - uses: SonarSource/vault-action-wrapper@881045d830534a70ec3c7c275fa3714412c8ff6e # 3.6.1 if: steps.config-poetry-completed.outputs.skip != 'true' diff --git a/config-uv/action.yml b/config-uv/action.yml index 6d4fbfbf..55a5950a 100644 --- a/config-uv/action.yml +++ b/config-uv/action.yml @@ -97,10 +97,10 @@ runs: format('{0}/pyproject.toml', inputs.working-directory)) }} restore-keys: uv-${{ runner.os }}- - - uses: jdx/mise-action@e6a8b3978addb5a52f2b4cd9d91eafa7f0ab959d # v4.2.0 + - uses: jdx/mise-action@dad1bfd3df957f44999b559dd69dc1671cb4e9ea # v4.2.1 if: steps.config-uv-completed.outputs.skip != 'true' with: - version: 2026.5.9 + version: 2026.7.7 - uses: SonarSource/vault-action-wrapper@881045d830534a70ec3c7c275fa3714412c8ff6e # 3.6.1 if: steps.config-uv-completed.outputs.skip != 'true' diff --git a/promote/action.yml b/promote/action.yml index 5b37419b..f983d019 100644 --- a/promote/action.yml +++ b/promote/action.yml @@ -59,9 +59,9 @@ runs: with: secrets: | development/github/token/{REPO_OWNER_NAME_DASH}-promotion token | GITHUB_TOKEN; - - uses: jdx/mise-action@e6a8b3978addb5a52f2b4cd9d91eafa7f0ab959d # v4.2.0 + - uses: jdx/mise-action@dad1bfd3df957f44999b559dd69dc1671cb4e9ea # v4.2.1 with: - version: 2026.6.14 + version: 2026.7.7 - name: Promote artifacts shell: bash env: diff --git a/update-release-channel/action.yml b/update-release-channel/action.yml index 6dd0fe89..f8183d2e 100644 --- a/update-release-channel/action.yml +++ b/update-release-channel/action.yml @@ -57,9 +57,9 @@ runs: - name: Install AWS CLI if: inputs.dryRun != 'true' - uses: jdx/mise-action@e6a8b3978addb5a52f2b4cd9d91eafa7f0ab959d # v4.2.0 + uses: jdx/mise-action@dad1bfd3df957f44999b559dd69dc1671cb4e9ea # v4.2.1 with: - version: 2026.6.14 + version: 2026.7.7 mise_toml: | [tools] awscli = "2.34.55"