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
ci: pin all GitHub Actions to SHA of latest release version
Replace mutable version tags (e.g. @v6) with the commit SHA of
the latest release in each major version series, keeping the tag
as a trailing comment for readability. This prevents a compromised
or moved tag from silently changing what code executes in CI.
SHA → version used:
actions/checkout de0fac2e = v6.0.2
actions/upload-artifact b7c566a7 = v6.0.0 / 330a01c4 = v5.0.0
actions/download-artifact 37930b1c = v7.0.0
actions/upload-release-asset e8f9f06c = v1.0.2
docker/setup-qemu-action c7c53464 = v3.7.0
docker/login-action c94ce9fb = v3.7.0
mosteo-actions/docker-run 4824fd41 = branch v2
webispy/checkpatch-action 58374fe5 = v9
github/codeql-action 89a39a4e = v4.32.4
codecov/codecov-action 671740ac = v5.5.2
ncipollo/release-action b7eabc95 = v1.20.0
sand4rt/ftp-deployer 518beaad = v1.8
pypa/gh-action-pypi-publish ed0c5393 = v1.13.0
Co-authored-by: igaw <[email protected]>
0 commit comments