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(repo): pin GitHub Actions to SHAs and drop persisted tokens
Convert every `uses:` reference in `.github/workflows/**` and
`.github/actions/**` from a mutable tag to an immutable commit SHA,
with the tag preserved as a trailing comment so the version is still
readable. Extend the Renovate config generator to manage the
`.github/**` paths (previously outside `includePaths`) with
`pinDigests: true`, so the SHAs stay current automatically.
Set `persist-credentials: false` on every `actions/checkout` step
that does not require the persisted `GITHUB_TOKEN`. The release job
in `release.yml` is intentionally left alone: it sets a `token:`
input explicitly so `changesets/action` can push the Version PR.
After 60 days of no activity, we'll close this PR. Keep in mind, I'm just a robot, so if I've closed this PR in error, please reply here and my human colleagues will reopen it.
After 8 days without a reproduction being supplied, we are closing this issue. Keep in mind, I'm just a robot, so if I've closed this issue in error, please reply here and my human colleagues will reopen it. Likewise if a reproduction is prepared after it has been closed.
issue-comment: 'This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.'
0 commit comments