From 21c51ed5a1e522411a1cc7d2fd89afd974bf0f87 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2024 09:01:32 -0800 Subject: [PATCH] DAOS-16872 cq: Bump isort/isort-action from 1.1.0 to 1.1.1 (#15594) Bumps [isort/isort-action](https://github.com/isort/isort-action) from 1.1.0 to 1.1.1. - [Release notes](https://github.com/isort/isort-action/releases) - [Changelog](https://github.com/isort/isort-action/blob/master/CHANGELOG.md) - [Commits](https://github.com/isort/isort-action/compare/f14e57e1d457956c45a19c05a89cccdf087846e5...24d8a7a51d33ca7f36c3f23598dafa33f7071326) Signed-off-by: dependabot[bot] Signed-off-by: Dalton Bohning --- .github/workflows/linting.yml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/.github/workflows/linting.yml b/.github/workflows/linting.yml index e71094ff640..2aec15d841c 100644 --- a/.github/workflows/linting.yml +++ b/.github/workflows/linting.yml @@ -20,13 +20,18 @@ jobs: name: Python isort runs-on: ubuntu-latest steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + - name: Checkout code + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 with: ref: ${{ github.event.pull_request.head.sha }} - - uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0 + - name: Set up Python environment + uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0 with: python-version: '3' - - uses: isort/isort-action@f14e57e1d457956c45a19c05a89cccdf087846e5 # v1.1.0 + - name: Install extra python packages + run: python3 -m pip install --requirement utils/cq/requirements.txt + - name: Run isort + uses: isort/isort-action@24d8a7a51d33ca7f36c3f23598dafa33f7071326 # v1.1.1 with: requirementsFiles: "requirements.txt" - name: Run on SConstruct file.