Skip to content

Commit 5ae3765

Browse files
Seppli11sonartech
authored andcommitted
SONARPY-3589 Update mise to fix the windows build
GitOrigin-RevId: c1f6f8f420ccc34359bf2f2aaa7ff60321357b77
1 parent 022c4f6 commit 5ae3765

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/actions/config-sonar-python/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ runs:
1111
steps:
1212
- name: Configure private maven projects
1313
id: config-maven
14-
uses: SonarSource/ci-github-actions/config-maven@1.1.2
14+
uses: SonarSource/ci-github-actions/config-maven@v1
1515

1616
- name: Update versions of public modules
1717
shell: bash

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,9 @@ jobs:
6161
secrets: |
6262
${{ matrix.sonar_token_path }} token | SONAR_TOKEN;
6363
64-
- uses: jdx/mise-action@5ac50f778e26fac95da98d50503682459e86d566 # v3.2.0
64+
- uses: jdx/mise-action@146a28175021df8ca24f8ee1828cc2a60f980bd5 # v3.5.1
6565
with:
66-
version: 2025.7.12
66+
version: 2025.12.12
6767

6868
- name: Remove private directory
6969
run: rm -rf private

0 commit comments

Comments
 (0)