Releases: advanced-security/python-lint-code-scanning-action
Releases · advanced-security/python-lint-code-scanning-action
v1.1.3 - updates to versions of Actions, other maintenance
What's Changed
- Potential fix for code scanning alert no. 553: Log Injection by @aegilops in #21
- Potential fix for code scanning alert no. 556: Workflow does not contain permissions by @aegilops in #22
- Update lint_win.yml by @aegilops in #23
- Update scorecard.yml by @aegilops in #24
- Update scorecard.yml by @aegilops in #25
- Update scorecard.yml by @aegilops in #26
Full Changelog: v1...v1.1.3
v1.1.2 - update to supported version of upload-artifact ⬆️
Updated to v4 of upload-artifact, since v3 is deprecated
Fixed broken 💔 v1.1.0 release
Fixed various issues:
gh clonecorrected and now done into temp directory- added missing
GH_TOKEN - uploads SARIF as a debug artefact if debug is set
- normalises some invalid SARIF that prevents upload (in rare cases generated by Pyre)
v1.1.0 - added Pyre type checker
- Added Pyre type checker
- All type checkers now use
typeshedfrom GitHub instead of their bundled version
v1.0.1
First release to the Actions marketplace