Skip to content

Commit

Permalink
DAOS-16872 cq: Bump isort/isort-action from 1.1.0 to 1.1.1 (#15594)
Browse files Browse the repository at this point in the history
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](isort/isort-action@f14e57e...24d8a7a)

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Dalton Bohning <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 20, 2024
1 parent f85864e commit 21c51ed
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 21c51ed

Please sign in to comment.