"It is a good manner to pin GitHub Actions versions by commit hash. GitHub tags are mutable so they have a substantial security and reliability risk."
Inspired by https://github.com/suzuki-shunsuke/pinact 😂
import requests
def git_action_sha(action: str) -> str:
github_api = "https://api.github.com/repos"