This is an automated email from the ASF dual-hosted git repository.
tison pushed a change to branch tests_to_py310
in repository https://gitbox.apache.org/repos/asf/libcloud.git
from 45b013c39 Move codeql tests to version 4
add a8b2cf161 ci: use first-party actions (#2086)
add ecde86163 Refine ASF metadata and enable pull request options (#2087)
add 3005dde6f Merge branch 'trunk' into tests_to_py310
No new revisions were added by this update.
Summary of changes:
.asf.yaml | 12 +-
.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/main.yml | 4 +-
23 files changed, 7 insertions(+), 1210 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