Skip to content

Commit b38b20d

Browse files
Update jdx/mise-action action to v3.4.0
1 parent bee81b7 commit b38b20d

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
@@ -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@be3be2260bc02bc3fbf94c5e2fed8b7964baf074 # v3.4.0
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@be3be2260bc02bc3fbf94c5e2fed8b7964baf074 # v3.4.0
5858
with:
5959
version: 2025.7.12
6060
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@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
2424
- name: Install mise and tools
25-
uses: jdx/mise-action@e3d7b8d67a7958d1207f6ed871e83b1ea780e7b0 #v3.3.1
25+
uses: jdx/mise-action@be3be2260bc02bc3fbf94c5e2fed8b7964baf074 # v3.4.0
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@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
7777
- name: Install mise and tools
78-
uses: jdx/mise-action@e3d7b8d67a7958d1207f6ed871e83b1ea780e7b0 #v3.3.1
78+
uses: jdx/mise-action@be3be2260bc02bc3fbf94c5e2fed8b7964baf074 # v3.4.0
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@e3d7b8d67a7958d1207f6ed871e83b1ea780e7b0 #v3.3.1
122+
uses: jdx/mise-action@be3be2260bc02bc3fbf94c5e2fed8b7964baf074 # v3.4.0
123123
- name: Analysis the project on next
124124
uses: SonarSource/ci-github-actions/build-poetry@v1
125125
with:

0 commit comments

Comments
 (0)