Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-build-number.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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) }}
4 changes: 2 additions & 2 deletions .github/workflows/test-shell-scripts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-update-release-channel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
4 changes: 2 additions & 2 deletions build-npm/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions build-poetry/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions build-yarn/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions config-npm/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
4 changes: 2 additions & 2 deletions config-poetry/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
4 changes: 2 additions & 2 deletions config-uv/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
4 changes: 2 additions & 2 deletions promote/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions update-release-channel/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Loading