-
Notifications
You must be signed in to change notification settings - Fork 309
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DAOS-16872 cq: Bump isort/isort-action from 1.1.0 to 1.1.1 #15594
DAOS-16872 cq: Bump isort/isort-action from 1.1.0 to 1.1.1 #15594
Conversation
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) --- updated-dependencies: - dependency-name: isort/isort-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
Stopped Jenkins CI since this only modifies GHA |
Ticket title is 'Dependabot GHA updates 2024-12-11' |
Skip-build: true Required-githooks: true Signed-off-by: Dalton Bohning <[email protected]>
Skip-build: true Required-githooks: true Signed-off-by: Dalton Bohning <[email protected]>
.github/workflows/linting.yml
Outdated
- name: Checkout code | ||
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 | ||
with: | ||
ref: ${{ github.event.pull_request.head.sha }} | ||
- name: Set up Python environment | ||
uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0 | ||
with: | ||
python-version: '3' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Aren't these duplicating these lines below:
daos/.github/workflows/linting.yml
Lines 33 to 38 in e7ad8cb
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 | |
with: | |
ref: ${{ github.event.pull_request.head.sha }} | |
- uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0 | |
with: | |
python-version: '3' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yep :( Looks like I did a "copy" instead of "cut"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed. Thanks
Skip-build: true Required-githooks: true Signed-off-by: Dalton Bohning <[email protected]>
- 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 |
Check warning
Code scanning / Scorecard
Pinned-Dependencies Medium
Click Remediation section below to solve this issue
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure what this one is upset about. Maybe because it's python3
instead of 3.x
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ugh. They want us to use pip install --require-hashes
, and then pin every SHA in the requirements file. Which e.g. would look like
flake8==7.1.1 --hash=sha256:597477df7860daa5aa0fdd84bf5208a043ab96b8e96ab708770ae0364dd03213
I think better to handle that separately since it's not just isort
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Bump github/codeql-action from 3.24.9 to 3.27.7 (#15589) - Bump github/codeql-action from 3.27.7 to 3.27.9 (#15618) - Bump thollander/actions-comment-pull-request from 2 to 3 (#15590) - Bump aquasecurity/trivy-action from 0.28.0 to 0.29.0 (#15591) - Bump codespell-project/actions-codespell to latest (#15592) - Bump EnricoMi/publish-unit-test-result-action from 1.17 to 2.7 (#15593) - Bump isort/isort-action from 1.1.0 to 1.1.1 (#15594) - Bump phoenix-actions/test-reporting from 10 to 15 (#15617) Skip-build: true Required-githooks: true Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Dalton Bohning <[email protected]> Signed-off-by: Brian J. Murrell <[email protected]> Signed-off-by: Dalton Bohning <[email protected]>
- Bump github/codeql-action from 3.24.9 to 3.27.7 (#15589) - Bump github/codeql-action from 3.27.7 to 3.27.9 (#15618) - Bump github/codeql-action from 3.27.9 to 3.28.0 (#15662) - Bump thollander/actions-comment-pull-request from 2 to 3 (#15590) - Bump aquasecurity/trivy-action from 0.28.0 to 0.29.0 (#15591) - Bump codespell-project/actions-codespell to latest (#15592) - Bump EnricoMi/publish-unit-test-result-action from 1.17 to 2.7 (#15593) - Bump EnricoMi/publish-unit-test-result-action from 2.7.0 to 2.18.0 (#15660) - Bump isort/isort-action from 1.1.0 to 1.1.1 (#15594) - Bump phoenix-actions/test-reporting from 10 to 15 (#15617) - Bump actions/setup-python from 5.1.0 to 5.3.0 (#15661) Run-GHA: true Test-tag: always_passes Required-githooks: true Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Dalton Bohning <[email protected]>
- Bump github/codeql-action from 3.24.9 to 3.27.7 (#15589) - Bump github/codeql-action from 3.27.7 to 3.27.9 (#15618) - Bump github/codeql-action from 3.27.9 to 3.28.0 (#15662) - Bump thollander/actions-comment-pull-request from 2 to 3 (#15590) - Bump aquasecurity/trivy-action from 0.28.0 to 0.29.0 (#15591) - Bump codespell-project/actions-codespell to latest (#15592) - Bump EnricoMi/publish-unit-test-result-action from 1.17 to 2.7 (#15593) - Bump EnricoMi/publish-unit-test-result-action from 2.7.0 to 2.18.0 (#15660) - Bump isort/isort-action from 1.1.0 to 1.1.1 (#15594) - Bump phoenix-actions/test-reporting from 10 to 15 (#15617) - Bump actions/setup-python from 5.1.0 to 5.3.0 (#15661) Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Dalton Bohning <[email protected]>
Bumps isort/isort-action from 1.1.0 to 1.1.1.
Release notes
Sourced from isort/isort-action's releases.
Changelog
Sourced from isort/isort-action's changelog.
... (truncated)
Commits
24d8a7a
Release v1.1.1 (#100)e6ee1f2
Capture both stdout and stderr of isort command (#99)314ebe9
Support running on MacOS Runners (#98)abb0df9
Update versions (#97)3e10211
Install packages in a virtualenv (#96)f5c0654
Bump mvdan/shfmt from v3.8.0 to v3.9.0 in /.github/linting (#92)652dde0
Update docker compose command (#93)e2c21ac
Bump koalaman/shellcheck from v0.9.0 to v0.10.0 in /.github/linting (#89)5cb63b9
Bump yamllint from 1.35.0 to 1.35.1 in /.github/linting (#88)5a0af1d
Bump yamllint from 1.34.0 to 1.35.0 in /.github/linting (#87)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)