File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
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 :
You can’t perform that action at this time.
0 commit comments