Is your feature request related to a problem? Please describe.
Node.js 20 is deprecated. Also CodeQL Action v3 will be deprecated in December 2026.
Describe the solution you'd like
A new tag/release to bump dependencies.
Describe alternatives you've considered
All necessary changes are already in main, so
uses: PyCQA/bandit-action@main
or a more targeted
uses: PyCQA/bandit-action@6bc3c38e4e7911d750d6021a3ef8d4256fd76109
should do the job. But main is mutable and commit hash is not really human-readable.
Additional context
Releases should ideally happen on a regular basis.
Is your feature request related to a problem? Please describe.
Node.js 20 is deprecated. Also CodeQL Action v3 will be deprecated in December 2026.
Describe the solution you'd like
A new tag/release to bump dependencies.
Describe alternatives you've considered
All necessary changes are already in
main, soor a more targeted
should do the job. But
mainis mutable and commit hash is not really human-readable.Additional context
Releases should ideally happen on a regular basis.