diff --git a/.github/actions/config-poetry/action.yml b/.github/actions/config-poetry/action.yml index 67069dd7..5680d9e2 100644 --- a/.github/actions/config-poetry/action.yml +++ b/.github/actions/config-poetry/action.yml @@ -46,7 +46,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@5ac50f778e26fac95da98d50503682459e86d566 # v3.2.0 + uses: jdx/mise-action@be3be2260bc02bc3fbf94c5e2fed8b7964baf074 # v3.4.0 with: version: 2025.7.12 tool_versions: | @@ -54,7 +54,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@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 diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a7c05e8f..cdf5b35d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 @@ -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 @@ -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: