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

workflow: pin action versions and migrate archived actions #817

Merged
merged 7 commits into from
Mar 4, 2025

Conversation

nozaq
Copy link
Collaborator

@nozaq nozaq commented Mar 4, 2025

This PR includes several improvements to the GitHub Actions workflows:

  • Replace actions that are no longer maintained with alternatives:
    • Migrate github/licensed-ci to licensee/licensed-ci 😜
    • Migrate gradle/gradle-build-action to gradle/actions/setup-gradle.
    • Migrate from actions-rs/toolchain to using the pre-installed rustup command(reference).
  • Pin all external actions to commit hashes, with human-readable version comments.
    • I pined all actions regardless of creators, please let me know if it's intentional to pin actions/* to tags instead of commit hashes. It's also reasonable to do so to reduce dependency management cost if we trust actions organization.

@nozaq nozaq self-assigned this Mar 4, 2025
@nozaq nozaq added the github_actions Pull requests that update GitHub Actions code label Mar 4, 2025
Copy link
Contributor

@MikeMcQuaid MikeMcQuaid left a comment

Choose a reason for hiding this comment

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

Wonderful, thanks @nozaq!

@MikeMcQuaid MikeMcQuaid merged commit bfb7d96 into licensee:main Mar 4, 2025
48 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
github_actions Pull requests that update GitHub Actions code
Development

Successfully merging this pull request may close these issues.

2 participants