PyCQA / bandit

Bandit is a tool designed to find common security issues in Python code.
https://bandit.readthedocs.io
Apache License 2.0
6.52k stars 612 forks source link

New versions of GitHub Actions used by bandit #890

Closed ericwb closed 2 years ago

ericwb commented 2 years ago

Discussed in https://github.com/PyCQA/bandit/discussions/889

Originally posted by **mportesdev** May 2, 2022 Hello everyone, and thanks for this great tool for Python coders. I noticed that the following GitHub Actions have been upgraded to version 3 recently: https://github.com/actions/checkout https://github.com/actions/setup-python I think it should be considered to use `actions/checkout@v3` and `actions/setup-python@v3` everywhere in this project's Actions workflows and check if everything works alright.
ericwb commented 2 years ago

Fixed with #893