diff --git a/.github/actions/config-poetry/action.yml b/.github/actions/config-poetry/action.yml index fcd3fd47..be589d68 100644 --- a/.github/actions/config-poetry/action.yml +++ b/.github/actions/config-poetry/action.yml @@ -48,7 +48,7 @@ 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@5228313ee0372e111a38da051671ca30fc5a96db # v3.6.3 + uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4.0.1 with: version: 2025.7.12 tool_versions: | @@ -56,7 +56,7 @@ runs: 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@5228313ee0372e111a38da051671ca30fc5a96db # v3.6.3 + uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4.0.1 with: version: 2025.7.12 experimental: true # needed to use the http backend for installation of jfrog on windows diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index fd1c7578..3989d2ec 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -22,7 +22,7 @@ jobs: - name: Checkout repository uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: Install mise and tools - uses: jdx/mise-action@5228313ee0372e111a38da051671ca30fc5a96db # v3.6.3 + uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4.0.1 - name: Build the scanner uses: SonarSource/ci-github-actions/build-poetry@v1 id: build-poetry @@ -75,7 +75,7 @@ jobs: - name: Checkout repository uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: Install mise and tools - uses: jdx/mise-action@5228313ee0372e111a38da051671ca30fc5a96db # v3.6.3 + uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4.0.1 - name: Check for incorrect documentation run: | poetry run python tools/generate_cli_documentation.py @@ -119,7 +119,7 @@ jobs: with: name: coverage-reports - name: Install mise and tools - uses: jdx/mise-action@5228313ee0372e111a38da051671ca30fc5a96db # v3.6.3 + uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4.0.1 - name: Analysis the project on next uses: SonarSource/ci-github-actions/build-poetry@v1 with: