aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/coverage.yml
AgeCommit message (Collapse)AuthorFilesLines
2026-04-28chore: bump GitHub Actions to current major versionsnatsuoto1-2/+2
Pure version bumps; workflow behavior is unchanged. - actions/checkout v3 -> v5 - actions/setup-python v3 -> v5 - github/codeql-action/{init,autobuild,analyze} v2 -> v3 - pypa/gh-action-pypi-publish SHA-pinned -> v1.14.0 SHA, with trailing version comment for human readability The @v3 actions ran on the deprecated Node 16 runtime; @v5 (and codeql-action @v3) all use Node 20, the current GitHub-supported runtime. Third-party pypa publish action stays SHA-pinned for supply-chain safety. Closes #34
2022-12-22Update Actions to Support Python 3.11Bobby1-2/+2
2022-08-30Update Python Version in Coverage CIBobby1-2/+2
2022-08-30Update Python Version in Coverage CIBobby1-1/+1
2022-08-30Update Coverage CIBobby1-27/+9
2022-08-30Added Coverage CIBobby1-0/+43