Update CI workflow names and triggers and pin actions to specific SHAs#25
Merged
hyperfinitism merged 2 commits intomainfrom Mar 31, 2026
Merged
Update CI workflow names and triggers and pin actions to specific SHAs#25hyperfinitism merged 2 commits intomainfrom
hyperfinitism merged 2 commits intomainfrom
Conversation
|
Note Gemini is unable to generate a review for this pull request due to the file types involved not being currently supported. |
There was a problem hiding this comment.
Pull request overview
Updates GitHub Actions workflow presentation and dependency hygiene by renaming CI workflows to better reflect their scope, ensuring CI runs when the local install-tpm2-tss action changes, and pinning third-party actions to immutable commit SHAs.
Changes:
- Renamed workflows to more generic names (
Integration Tests→Test,Lint (Rust)→Lint). - Expanded workflow path filters to include
.github/actions/install-tpm2-tss/**(excludingspdx.yml). - Pinned referenced GitHub Actions to specific commit SHAs instead of version tags.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| .github/workflows/test.yml | Renames workflow, adds local action path triggers, pins checkout/toolchain actions. |
| .github/workflows/lint.yml | Renames workflow, adds local action path triggers, pins checkout/toolchain actions. |
| .github/workflows/build.yml | Adds local action path triggers and pins checkout/toolchain actions. |
| .github/workflows/spdx.yml | Pins checkout to a commit SHA and removes the previous inline ref note for the SPDX action. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
59e7b62 to
e6fcd9c
Compare
Signed-off-by: Takuma IMAMURA <209989118+hyperfinitism@users.noreply.github.com>
Signed-off-by: Takuma IMAMURA <209989118+hyperfinitism@users.noreply.github.com>
e6fcd9c to
e129627
Compare
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Changes
test.ymlfrom "Integration Tests" to "Test"; the test code now includes unit tests.lint.ymlfrom "Lint (Rust)" to "Lint"..github/actions/install-tpm2-tss/**to workflow trigger paths (excludingspdx.yml).