You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore(ci): pin GitHub Actions in docs.yml by commit SHA
Clears the four OpenSSF Scorecard PinnedDependenciesID alerts against
.github/workflows/docs.yml by pinning actions/checkout, actions/setup-python,
actions/upload-pages-artifact and actions/deploy-pages by commit SHA,
with the version kept as a trailing comment for human readability.
Dependabot is already configured for `github-actions` (see
.github/dependabot.yml) and updates hash-pinned actions natively in the
same PR as it would for tag-pinned ones.
The two remaining pip-related Scorecard alerts (docs.yml:31,
pre-commit-autoupdate.yml:27) are a conscious tradeoff against
Dependabot breakage, already documented in an earlier CHANGELOG entry,
and will be dismissed as "won't fix" rather than reverted.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
12
12
13
13
* Fix `--require-hashes` pip install in pre-commit autoupdate workflow by using pinned version instead
14
14
* tox.ini: disable the sdist build (`no_package = true`) so `tox` no longer trips over the flat top-level layout with "Multiple top-level packages discovered". The repo is a collection of plugin scripts, not a Python package
15
+
*`.github/workflows/docs.yml`: pin all GitHub Actions by commit SHA (with the version as a trailing comment) instead of by tag, clearing the four OpenSSF Scorecard `PinnedDependenciesID` alerts. Dependabot is already configured for `github-actions` and updates hash-pinned actions natively
15
16
* deb-updates: add missing `lib.txt` import so the "N update(s) available" summary no longer crashes with `AttributeError` at runtime
16
17
* mysql-memory: fix `get_other_process_memory()` fallback path for psutil older than 5.3.0 (referenced an undefined `cmdline` variable and the wrong attribute on the process dict) and drop an unreachable `break` after `return` in `get_pfs_memory()`
17
18
* mysql-storage-engines: drop a dead `SELECT ... FROM information_schema.engines` query whose result was never used
0 commit comments