This is an automated email from the ASF dual-hosted git repository.
micafer pushed a change to branch
dependabot/github_actions/codecov/codecov-action-5.4.3
in repository https://gitbox.apache.org/repos/asf/libcloud.git
from 56967b00b Bump codecov/codecov-action from 5.4.0 to 5.4.3
add 8c6bd299e Bump paramiko from 3.4.0 to 3.5.1
add 7d2f22eb1 Update copyright year in NOTICE file
add 39ed74a5e Merge pull request #2080 from tisonkun/patch-1
add bcc6a35e0 Merge branch 'trunk' into paramiko351
add c41627957 ci: coalesce styles
add f6f00ea24 Update .github/workflows/main.yml
add 03d4b6ab0 Update .github/workflows/main.yml
add fc52cce2d Update .github/workflows/main.yml
add 2bf13470c Refactor Python dependency installation in CI workflow
add fcfa56a4b Add 'bandit' to Python 3.10 environment in tox.ini
add 0f167f30c revert to head
add 84a50c834 Merge pull request #2082 from tisonkun/ci
add 136f8d91b Merge branch 'trunk' into paramiko351
add 88b2a3295 Merge pull request #2073 from olljanat/paramiko351
add a8b2cf161 ci: use first-party actions (#2086)
add ecde86163 Refine ASF metadata and enable pull request options (#2087)
add 187cbff4d chore: touch .asf.yaml to try to refresh the config (#2089)
add 7cf908a87 chore: remove duplicated keys (#2090)
add a693686c5 Move test actions to python 3.10 (#2083)
add 81127384e ci: restore status checks for Lint and Docs (#2091)
add c46efff63 Merge branch 'trunk' into
dependabot/github_actions/codecov/codecov-action-5.4.3
No new revisions were added by this update.
Summary of changes:
.asf.yaml | 22 +-
.github/actions/README.md | 12 -
.../.github/ISSUE_TEMPLATE/bug_report.yml | 64 ----
.../.github/ISSUE_TEMPLATE/config.yml | 11 -
.../.github/ISSUE_TEMPLATE/feature_request.yml | 50 ---
.../gh-action-pip-audit/.github/workflows/ci.yml | 18 -
.../.github/workflows/selftest.yml | 108 ------
.../.github/workflows/semgrep.yml | 22 --
.github/actions/gh-action-pip-audit/.gitignore | 1 -
.github/actions/gh-action-pip-audit/LICENSE | 177 ---------
.github/actions/gh-action-pip-audit/Makefile | 17 -
.github/actions/gh-action-pip-audit/README.md | 398 ---------------------
.github/actions/gh-action-pip-audit/action.py | 162 ---------
.github/actions/gh-action-pip-audit/action.yml | 87 -----
.../gh-action-pip-audit/dev-requirements.txt | 3 -
.../actions/gh-action-pip-audit/requirements.txt | 1 -
.../actions/gh-action-pip-audit/setup/setup.bash | 28 --
.../actions/gh-action-pip-audit/setup/venv.bash | 24 --
.../gh-action-pip-audit/templates/pip-audit.md | 11 -
.github/actions/gh-action-pip-audit/test/empty.txt | 0
.../test/pyproject/pyproject.toml | 6 -
.../gh-action-pip-audit/test/vulnerable.txt | 1 -
.github/workflows/codeql-analysis.yml | 14 +-
.github/workflows/depsreview.yaml | 12 +-
.../{install_test.yml => install-tests.yml} | 35 +-
.github/workflows/integration-tests.yml | 17 +-
.github/workflows/main.yml | 154 +++-----
.github/workflows/publish_dev_artifact.yml | 20 +-
.github/workflows/publish_pricing_to_s3.yml | 23 +-
NOTICE | 2 +-
requirements-lint.txt | 2 +-
requirements-tests.txt | 2 +-
scripts/time_imports.sh | 4 +-
tox.ini | 4 +-
34 files changed, 118 insertions(+), 1394 deletions(-)
delete mode 100644 .github/actions/README.md
delete mode 100644
.github/actions/gh-action-pip-audit/.github/ISSUE_TEMPLATE/bug_report.yml
delete mode 100644
.github/actions/gh-action-pip-audit/.github/ISSUE_TEMPLATE/config.yml
delete mode 100644
.github/actions/gh-action-pip-audit/.github/ISSUE_TEMPLATE/feature_request.yml
delete mode 100644 .github/actions/gh-action-pip-audit/.github/workflows/ci.yml
delete mode 100644
.github/actions/gh-action-pip-audit/.github/workflows/selftest.yml
delete mode 100644
.github/actions/gh-action-pip-audit/.github/workflows/semgrep.yml
delete mode 100644 .github/actions/gh-action-pip-audit/.gitignore
delete mode 100644 .github/actions/gh-action-pip-audit/LICENSE
delete mode 100644 .github/actions/gh-action-pip-audit/Makefile
delete mode 100644 .github/actions/gh-action-pip-audit/README.md
delete mode 100755 .github/actions/gh-action-pip-audit/action.py
delete mode 100644 .github/actions/gh-action-pip-audit/action.yml
delete mode 100644 .github/actions/gh-action-pip-audit/dev-requirements.txt
delete mode 100644 .github/actions/gh-action-pip-audit/requirements.txt
delete mode 100644 .github/actions/gh-action-pip-audit/setup/setup.bash
delete mode 100644 .github/actions/gh-action-pip-audit/setup/venv.bash
delete mode 100644 .github/actions/gh-action-pip-audit/templates/pip-audit.md
delete mode 100644 .github/actions/gh-action-pip-audit/test/empty.txt
delete mode 100644
.github/actions/gh-action-pip-audit/test/pyproject/pyproject.toml
delete mode 100644 .github/actions/gh-action-pip-audit/test/vulnerable.txt
rename .github/workflows/{install_test.yml => install-tests.yml} (69%)