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

CI: update actions & pin via hashes #175

Merged
merged 1 commit into from
Aug 26, 2024

Conversation

jakevdp
Copy link
Collaborator

@jakevdp jakevdp commented Aug 26, 2024

Pinning via hashes is safer than pinning via tags, as tags can be modified if the upstream actions repository is compromised.

with:
path: ./wheelhouse/*.whl
overwrite: true
Copy link
Collaborator Author

@jakevdp jakevdp Aug 26, 2024

Choose a reason for hiding this comment

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

Note: with v3 of the upload-artifact action files were overwritten by default, and this was changed in v4. I found that after upgrading to v4, we needed to explicitly set this or the job would fail, because each run creates identically-named artifacts.

@copybara-service copybara-service bot merged commit f053b3c into jax-ml:main Aug 26, 2024
17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants