Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/actions/config-poetry/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,15 +46,15 @@ runs:
# python needs to be installed before jfrog and poetry
# (see https://xtranet-sonarsource.atlassian.net/wiki/spaces/Platform/pages/4344217683/Mise+Poetry+Install+-+GitHub)
- name: Install mise and python
uses: jdx/mise-action@5ac50f778e26fac95da98d50503682459e86d566 # v3.2.0
uses: jdx/mise-action@be3be2260bc02bc3fbf94c5e2fed8b7964baf074 # v3.4.0
with:
version: 2025.7.12
tool_versions: |
python ${{ inputs.python-version }}
experimental: true # needed to use the http backend for installation of jfrog on windows

- name: Install jfrog and poetry through mise
uses: jdx/mise-action@5ac50f778e26fac95da98d50503682459e86d566 # v3.2.0
uses: jdx/mise-action@be3be2260bc02bc3fbf94c5e2fed8b7964baf074 # v3.4.0
with:
version: 2025.7.12
experimental: true # needed to use the http backend for installation of jfrog on windows
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
- name: Install mise and tools
uses: jdx/mise-action@e3d7b8d67a7958d1207f6ed871e83b1ea780e7b0 #v3.3.1
uses: jdx/mise-action@be3be2260bc02bc3fbf94c5e2fed8b7964baf074 # v3.4.0
- name: Build the scanner
uses: SonarSource/ci-github-actions/build-poetry@v1
id: build-poetry
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
- name: Install mise and tools
uses: jdx/mise-action@e3d7b8d67a7958d1207f6ed871e83b1ea780e7b0 #v3.3.1
uses: jdx/mise-action@be3be2260bc02bc3fbf94c5e2fed8b7964baf074 # v3.4.0
- name: Check for incorrect documentation
run: |
poetry run python tools/generate_cli_documentation.py
Expand Down Expand Up @@ -119,7 +119,7 @@ jobs:
with:
name: coverage-reports
- name: Install mise and tools
uses: jdx/mise-action@e3d7b8d67a7958d1207f6ed871e83b1ea780e7b0 #v3.3.1
uses: jdx/mise-action@be3be2260bc02bc3fbf94c5e2fed8b7964baf074 # v3.4.0
- name: Analysis the project on next
uses: SonarSource/ci-github-actions/build-poetry@v1
with:
Expand Down
Loading