New versions of GitHub Actions used by bandit #889
Closed
mportesdev
started this conversation in
General
Replies: 1 comment 2 replies
-
Sounds good, did you want to create a pull request on it? I can create an issue from this discussion. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
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
andactions/setup-python@v3
everywhere in this project's Actions workflows and check if everything works alright.Beta Was this translation helpful? Give feedback.
All reactions