Bump actions/github-script from 6.4.1 to 9.0.0 #1488
Annotations
9 errors and 1 warning
|
Lint
Process completed with exit code 1.
|
|
ruff (F841):
src/onepassword/vaults.py#L206
src/onepassword/vaults.py:206:9: F841 Local variable `response` is assigned to but never used
help: Remove assignment to unused variable `response`
|
|
ruff (F841):
src/onepassword/vaults.py#L183
src/onepassword/vaults.py:183:9: F841 Local variable `response` is assigned to but never used
help: Remove assignment to unused variable `response`
|
|
ruff (F841):
src/onepassword/vaults.py#L157
src/onepassword/vaults.py:157:9: F841 Local variable `response` is assigned to but never used
help: Remove assignment to unused variable `response`
|
|
ruff (F841):
src/onepassword/vaults.py#L137
src/onepassword/vaults.py:137:9: F841 Local variable `response` is assigned to but never used
help: Remove assignment to unused variable `response`
|
|
ruff (F841):
src/onepassword/secrets.py#L61
src/onepassword/secrets.py:61:9: F841 Local variable `response` is assigned to but never used
help: Remove assignment to unused variable `response`
|
|
ruff (F841):
src/onepassword/items.py#L172
src/onepassword/items.py:172:9: F841 Local variable `response` is assigned to but never used
help: Remove assignment to unused variable `response`
|
|
ruff (F841):
src/onepassword/items.py#L133
src/onepassword/items.py:133:9: F841 Local variable `response` is assigned to but never used
help: Remove assignment to unused variable `response`
|
|
ruff (E721):
src/onepassword/__init__.py#L36
src/onepassword/__init__.py:36:12: E721 Use `is` and `is not` for type comparisons, or `isinstance()` for isinstance checks
|
|
Lint
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744, actions/setup-python@7f4fc3e22c37d6ff65e88745f38bd3157c663f7c. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|