Skip to content

Commit 0052266

Browse files
Update jdx/mise-action action to v4 (#307)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 10cb81a commit 0052266

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/actions/config-poetry/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,15 +48,15 @@ runs:
4848
# python needs to be installed before jfrog and poetry
4949
# (see https://xtranet-sonarsource.atlassian.net/wiki/spaces/Platform/pages/4344217683/Mise+Poetry+Install+-+GitHub)
5050
- name: Install mise and python
51-
uses: jdx/mise-action@5228313ee0372e111a38da051671ca30fc5a96db # v3.6.3
51+
uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4.0.1
5252
with:
5353
version: 2025.7.12
5454
tool_versions: |
5555
python ${{ inputs.python-version }}
5656
experimental: true # needed to use the http backend for installation of jfrog on windows
5757

5858
- name: Install jfrog and poetry through mise
59-
uses: jdx/mise-action@5228313ee0372e111a38da051671ca30fc5a96db # v3.6.3
59+
uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4.0.1
6060
with:
6161
version: 2025.7.12
6262
experimental: true # needed to use the http backend for installation of jfrog on windows

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Checkout repository
2323
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2424
- name: Install mise and tools
25-
uses: jdx/mise-action@5228313ee0372e111a38da051671ca30fc5a96db # v3.6.3
25+
uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4.0.1
2626
- name: Build the scanner
2727
uses: SonarSource/ci-github-actions/build-poetry@v1
2828
id: build-poetry
@@ -75,7 +75,7 @@ jobs:
7575
- name: Checkout repository
7676
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
7777
- name: Install mise and tools
78-
uses: jdx/mise-action@5228313ee0372e111a38da051671ca30fc5a96db # v3.6.3
78+
uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4.0.1
7979
- name: Check for incorrect documentation
8080
run: |
8181
poetry run python tools/generate_cli_documentation.py
@@ -119,7 +119,7 @@ jobs:
119119
with:
120120
name: coverage-reports
121121
- name: Install mise and tools
122-
uses: jdx/mise-action@5228313ee0372e111a38da051671ca30fc5a96db # v3.6.3
122+
uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4.0.1
123123
- name: Analysis the project on next
124124
uses: SonarSource/ci-github-actions/build-poetry@v1
125125
with:

0 commit comments

Comments
 (0)