chore(deps): update action versions for consistency and stability#1318
Merged
Conversation
Contributor
Coverage Report
File CoverageNo changed files found. |
Contributor
There was a problem hiding this comment.
Pull request overview
Pins GitHub Action dependencies to specific commit SHAs across CI and automation workflows to improve supply-chain security and reduce drift.
Changes:
- Replaced
uses: <action>@<tag>withuses: <action>@<commit-sha>across multiple workflows and composite actions. - Pinned previously unpinned remote scripts (e.g., actionlint download, cargo-binstall installer) to specific commits.
- Simplified safe-chain latest-release resolution using
gh api --jqinstead of manualcurl+ JSON parsing.
Reviewed changes
Copilot reviewed 14 out of 14 changed files in this pull request and generated 4 comments.
Show a summary per file
| File | Description |
|---|---|
| .github/workflows/scorecard.yml | Pins CodeQL SARIF upload action to a commit SHA. |
| .github/workflows/publish.yml | Pins checkout action to a commit SHA for release publishing. |
| .github/workflows/pr-labeler.yml | Pins labeler action to a commit SHA. |
| .github/workflows/perf-test.yml | Pins checkout/cache/upload-artifact/github-script actions to commit SHAs. |
| .github/workflows/codeql.yml | Pins checkout/init/analyze CodeQL actions to commit SHAs. |
| .github/workflows/claude.yml | Pins checkout and Claude action to commit SHAs. |
| .github/workflows/ci.yml | Pins checkout/cache/setup-node usage; pins actionlint installer script to a commit SHA. |
| .github/workflows/check-version.yml | Pins checkout and tauri-check-release-version action to commit SHAs. |
| .github/workflows/auto-update-tauri.yml | Pins app-token/checkout and cargo-binstall installer script to commit SHAs. |
| .github/workflows/auto-update-safe-chain.yml | Pins app-token/checkout and switches latest-release lookup to gh api. |
| .github/workflows/auto-update-npm.yml | Pins app-token/checkout actions to commit SHAs. |
| .github/workflows/auto-update-licenses.yml | Pins checkout/artifact download/upload and app-token actions to commit SHAs. |
| .github/actions/setup-safe-chain/action.yml | Pins cache action to a commit SHA in the composite action. |
| .github/actions/setup-node/action.yml | Pins setup-node action to a commit SHA in the composite action. |
Contributor
Rust Backend Coverage ReportCoverage Details |
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.
Summary
Related Issues
Type of Change
fix/branch)feat/branch)refactor/branch)docs/branch)chore/branch)Screenshots / Videos
Test Plan
Checklist
npm run lint && npm run format/cargo tauri-lint && cargo tauri-fmt)npm test/cargo tauri-test)