chore: Update hashes of XRPLF/actions - #6316
Conversation
| uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0 | ||
|
|
||
| - name: Get number of processors | ||
| uses: XRPLF/actions/get-nproc@2ece4ec6ab7de266859a6f053571425b2bd684b6 |
There was a problem hiding this comment.
Btw, this was updated by mistake before.
The correct hash is cf0433aa74563aead044a1e395610c96d65a37cf, which my script found and updated ( https://github.com/XRPLF/actions/tree/main/get-nproc)
There was a problem hiding this comment.
Pull request overview
This PR updates the commit hashes for XRPLF/actions references in GitHub workflow files to point to the latest correct versions. This is a routine maintenance task to ensure the repository uses up-to-date action versions.
Changes:
- Updated commit hashes for
cleanup-workspace,prepare-runner, andget-nprocactions - Updated commit hash for the reusable
pre-commit.ymlworkflow
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
.github/workflows/upload-conan-deps.yml |
Updated hashes for cleanup-workspace, prepare-runner, and get-nproc actions |
.github/workflows/reusable-build-test-config.yml |
Updated hashes for cleanup-workspace, prepare-runner, and get-nproc actions |
.github/workflows/publish-docs.yml |
Updated hash for get-nproc action |
.github/workflows/pre-commit.yml |
Updated hash for pre-commit workflow reference |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This updates the hashes of all XRPLF/actions to their latest versions.
This updates the hashes of all XRPLF/actions to their latest versions.
High Level Overview of Change
Context of Change
This updates hashes of all actions to the latest correct versions
Type of Change
.gitignore, formatting, dropping support for older tooling)API Impact
libxrplchange (any change that may affectlibxrplor dependents oflibxrpl)