File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
.github/actions/config-poetry Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -46,15 +46,15 @@ runs:
4646 # python needs to be installed before jfrog and poetry
4747 # (see https://xtranet-sonarsource.atlassian.net/wiki/spaces/Platform/pages/4344217683/Mise+Poetry+Install+-+GitHub)
4848 - name : Install mise and python
49- uses : jdx/mise-action@5ac50f778e26fac95da98d50503682459e86d566 # v3.2.0
49+ uses : jdx/mise-action@e3d7b8d67a7958d1207f6ed871e83b1ea780e7b0 # v3.3.1
5050 with :
5151 version : 2025.7.12
5252 tool_versions : |
5353 python ${{ inputs.python-version }}
5454 experimental : true # needed to use the http backend for installation of jfrog on windows
5555
5656 - name : Install jfrog and poetry through mise
57- uses : jdx/mise-action@5ac50f778e26fac95da98d50503682459e86d566 # v3.2.0
57+ uses : jdx/mise-action@e3d7b8d67a7958d1207f6ed871e83b1ea780e7b0 # v3.3.1
5858 with :
5959 version : 2025.7.12
6060 experimental : true # needed to use the http backend for installation of jfrog on windows
You can’t perform that action at this time.
0 commit comments