这是indexloc提供的服务,不要输入任何密码
Skip to content

chore: Pin Github Actions to Commit Hashes #2

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

Merged
merged 1 commit into from
Jul 8, 2025

Conversation

6f6d6172
Copy link
Contributor

@6f6d6172 6f6d6172 commented Jul 1, 2025

This PR includes automated changes from running frizbee to pin Github Actions. For more information on what this actually means, take a look at our documentation on UnpinnedActions. Because frizbee will be replacing tags with their corresponding commit hash, this change should fundamentally be a no-op. This change just makes our code more explicit about what we're using.

Note that because we're touching Github Workflow files in this PR, there is a chance that Claws, our GHA Static Analyzer, will find other issues in those files that were introduced before this PR was created. These findings will need to be addressed before this PR can be merged.

The Claws documentation has a good list for how to remediate each type of finding, but for brevity, here are some of the commonly seen ones:

  • RiskyTriggers: Fires when a workflow has workflow_dispatch or pull_request_target; remediate by leaving comments explaning why, and put an ignore statement (example)
  • UnsafeCheckout: Fires when a workflow checks out user supplied code; remediate by leaving a comment explaining how the user supplied code is used and confirm it isn't executed (example)

For other findings and how to remediate them, check the Claws docs!

@6f6d6172 6f6d6172 requested a review from dkubb July 7, 2025 18:22
Copy link
Contributor

@dkubb dkubb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

platformlgtm domainlgtm

@dkubb dkubb merged commit feb3598 into main Jul 8, 2025
6 checks passed
@dkubb dkubb deleted the frizbee-updates-20250701175719 branch July 8, 2025 16:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants