This is an automated email from the ASF dual-hosted git repository. tomaz pushed a commit to branch pip_audit_gha_check in repository https://gitbox.apache.org/repos/asf/libcloud.git
commit ca81f08fa5d660b0785f7322f8a483a91403c834 Author: Tomaz Muraus <to...@tomaz.me> AuthorDate: Fri Sep 2 20:44:32 2022 +0200 Add github action to the repo as subtree since ASF policy doesn't allow using external actions. --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3ff399ea1..cfc763253 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -208,7 +208,7 @@ jobs: python -m pip install . - name: Run Pip Audit Check - uses: pypa/gh-action-pip-audit@cce88443a7a495d91316565f5cc077f815a8f1c7 # v1.0.0 + uses: ./.github/actions/gh-action-pip-audit/ # v1.0.0 with: virtual-environment: venv/