Merged
Conversation
There was a problem hiding this comment.
Pull request overview
This PR updates GitHub Actions workflow files to use pinned SHA commits instead of version tags for security and reproducibility purposes. This is a common security best practice that ensures workflows use specific, verified versions of actions.
Changes:
- Replaced
actions/checkout@v4with SHA commitactions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5across all workflow files - Replaced
actions/setup-python@v6with SHA commitactions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 - Replaced
github/codeql-action/*@v4with SHA commitgithub/codeql-action/*@45cbd0c69e560cd9e7cd7f8c32362050c9b7ded2 - Replaced
contributor-assistant/github-action@v2.6.1with SHA commitcontributor-assistant/github-action@ca4a40a7d1004f18d9960b404b97e5f30a505a08
Reviewed changes
Copilot reviewed 24 out of 24 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
.github/workflows/unittest_nanocrypto_extended.yml |
Updated checkout action to use pinned SHA |
.github/workflows/unittest_cryptointerface_extended.yml |
Updated checkout actions (2 instances) to use pinned SHA |
.github/workflows/unittest_asn1_extended.yml |
Updated checkout actions (2 instances) to use pinned SHA |
.github/workflows/unittest_asn1.yml |
Updated checkout action to use pinned SHA |
.github/workflows/smp_nanoroot_unittest.yml |
Updated checkout actions (2 instances) to use pinned SHA |
.github/workflows/scep_unittest.yml |
Updated checkout action to use pinned SHA |
.github/workflows/pre-commit.yml |
Updated checkout and setup-python actions to use pinned SHAs |
.github/workflows/pkcs11_softhsm2_build.yml |
Updated checkout action to use pinned SHA |
.github/workflows/nanossl_integration_test.yml |
Updated checkout action to use pinned SHA |
.github/workflows/nanossh_unit_test.yml |
Updated checkout action to use pinned SHA |
.github/workflows/nanossh_sanity_test.yml |
Updated checkout action to use pinned SHA |
.github/workflows/nanossh_integration_test.yml |
Updated checkout action to use pinned SHA |
.github/workflows/nanomqtt_unit_test.yml |
Updated checkout action to use pinned SHA |
.github/workflows/nanomqtt_integration_test.yml |
Updated checkout action to use pinned SHA |
.github/workflows/nanomqtt_functional_test.yml |
Updated checkout action to use pinned SHA |
.github/workflows/nanocert_scep_integration_test.yml |
Updated checkout action to use pinned SHA |
.github/workflows/est_unittest.yml |
Updated checkout action to use pinned SHA |
.github/workflows/crypto_unittest.yml |
Updated checkout action to use pinned SHA |
.github/workflows/crypto_interop_test.yml |
Updated checkout action to use pinned SHA |
.github/workflows/crypto_interface_unittest.yml |
Updated checkout action to use pinned SHA |
.github/workflows/common_unittest.yml |
Updated checkout action to use pinned SHA |
.github/workflows/codeql.yml |
Updated checkout and codeql-action actions (3 instances) to use pinned SHAs |
.github/workflows/cla.yml |
Updated contributor-assistant action to use pinned SHA |
.github/workflows/asn1_unittest.yml |
Updated checkout action to use pinned SHA |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
sumit-sen-dc
approved these changes
Feb 16, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.