Skip to content

chore: pin GitHub actions versions to hashes#10169

Merged
alamb merged 1 commit into
apache:mainfrom
Jefffrey:pin-actions
Jun 22, 2026
Merged

chore: pin GitHub actions versions to hashes#10169
alamb merged 1 commit into
apache:mainfrom
Jefffrey:pin-actions

Conversation

@Jefffrey

Copy link
Copy Markdown
Contributor

Which issue does this PR close?

  • N/A

Rationale for this change

Similar to what we did in DataFusion, pin to hash since tags can be changed and potentially be susceptible to supply chain attacks

What changes are included in this PR?

Pin all versions to their hashes

Are these changes tested?

Are there any user-facing changes?

steps:
- name: Cache Cargo
uses: actions/cache@v4
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

this is the only upgrade; not sure why this was stuck on v4 (why dependabot didnt bump it for us 🤔)

all other changes are just pinning to same hash as their version

@alamb alamb left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Thank you @Jefffrey

@alamb alamb merged commit ab66fcb into apache:main Jun 22, 2026
38 checks passed
@alamb alamb added the development-process Related to development process of arrow-rs label Jun 22, 2026
@Jefffrey Jefffrey deleted the pin-actions branch June 23, 2026 00:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

development-process Related to development process of arrow-rs

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants