Describe the bug
Publish to Test PyPI fails with the following error:
pypa/gh-action-pypi-publish@master is not allowed to be used in PyCQA/bandit. Actions in this workflow must be: within a repository owned by PyCQA, created by GitHub or verified in the GitHub Marketplace.
Reproduction steps
1. Click on Actions
2. Manually run the workflow Publish to Test PyPI
3. Notice the error:
pypa/gh-action-pypi-publish@master is not allowed to be used in PyCQA/bandit. Actions in this workflow must be: within a repository owned by PyCQA, created by GitHub or verified in the GitHub Marketplace.
### Expected behavior
Should run without error and publish a binary to the Terst PyPI repository.
### Bandit version
1.7.0 (Default)
### Python version
3.9 (Default)
### Additional context
_No response_
Describe the bug
Publish to Test PyPI fails with the following error:
Reproduction steps