From 497696c3d4a137a19b5986a609e6bcbeb56012b3 Mon Sep 17 00:00:00 2001 From: Sylvain Leclerc Date: Fri, 29 Nov 2024 14:30:39 +0100 Subject: [PATCH] fix(ci): use fixed versions for gh actions for build stability Signed-off-by: Sylvain Leclerc --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0e41bf08b1..c0f87cc216 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -18,7 +18,7 @@ jobs: run: | python -m pip install --upgrade pip pip install -r requirements-dev.txt - - uses: isort/isort-action@master + - uses: isort/isort-action@v1.1.1 with: sort-paths: antarest, tests requirementsFiles: "requirements-dev.txt" @@ -156,7 +156,7 @@ jobs: with: name: python-code-coverage-report - name: SonarCloud Scan - uses: sonarsource/sonarcloud-github-action@master + uses: sonarsource/sonarcloud-github-action@v3.1.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} \ No newline at end of file