From e0f58831ef4b7de01bc0abb4be85d0635a85f3cd Mon Sep 17 00:00:00 2001 From: Dalton Bohning Date: Fri, 18 Oct 2024 06:48:22 -0700 Subject: [PATCH] DAOS-16720 cq: pin isort to v1.1.0 (#15338) (#15339) Pin isort to v1.1.0 to avoid suprprise changes and because v1.1.1 is not working for us. Signed-off-by: Dalton Bohning --- .github/workflows/linting.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linting.yml b/.github/workflows/linting.yml index 5fce435168a..67c57bd3154 100644 --- a/.github/workflows/linting.yml +++ b/.github/workflows/linting.yml @@ -26,7 +26,7 @@ jobs: - uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0 with: python-version: '3' - - uses: isort/isort-action@master + - uses: isort/isort-action@f14e57e1d457956c45a19c05a89cccdf087846e5 # v1.1.0 with: requirementsFiles: "requirements.txt" - name: Run on SConstruct file.