Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable credentials persistence in Github checkout action #3325

Merged
merged 2 commits into from
Nov 1, 2024

Commits on Nov 1, 2024

  1. Disable credentials persistence in Github checkout action

    According to a couple of articles, the default should be `false`, but
    it's not, which makes the token exposed to actions that do not need it.
    According to a linter I tried just for fun, we should enforce it to
    close this hole.
    
    [1] actions/checkout#485
    [2] https://github.com/woodruffw/zizmor
    happz authored and psss committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    9aad666 View commit details
    Browse the repository at this point in the history
  2. squash: forgotten version bump

    happz authored and psss committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    4186dfd View commit details
    Browse the repository at this point in the history