tree: 2c2128d98086f895efc35804c54c6f8cd55cdcb9 [path history] [tgz]
  1. gh-action-pip-audit/
  2. skip-duplicate-actions/
  3. README.md
.github/actions/README.md

Vendored / Bundled Actions

ASF doesn't allow referencing 3rd party Github Actions inside the workflows so we vendor 3rd party actions we use directly in this directory.

Those action repositories are stored using github subtrees and you can update them using the following commands:

# Those commands need to run from the repository root
git subtree pull --prefix .github/actions/skip-duplicate-actions https://github.com/fkirc/skip-duplicate-actions.git master --squash

git subtree pull --prefix .github/actions/gh-action-pip-audit/ https://github.com/pypa/gh-action-pip-audit.git main --squash