Conversation
Pin all GitHub action references to their commit SHAs. Each SHA maps to the current tag for the action at the time of pinning. Co-authored-by: Isaac
pietern
added a commit
that referenced
this pull request
Mar 24, 2026
#202 missed pinning actions using the `- uses:` shorthand syntax (steps without an explicit `name:` property). This pins the remaining 20 references in ci.yml and docs-deploy.yml. Co-authored-by: Isaac
1 task
MarioCadenas
pushed a commit
that referenced
this pull request
Mar 24, 2026
#202 missed pinning actions using the `- uses:` shorthand syntax (steps without an explicit `name:` property). This pins the remaining 20 references in ci.yml and docs-deploy.yml.
fjakobs
pushed a commit
to databricks/databricks-agent-skills
that referenced
this pull request
Mar 25, 2026
## Summary - Pin all GitHub Actions to specific commit SHAs for supply chain security, preventing tag-based attacks - Follows the same pattern as [databricks/appkit#202](databricks/appkit#202) ## Pinned actions - [`actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5`](actions/checkout@34e1148) (v4.3.1) - [`actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065`](actions/setup-python@a26af69) (v5.6.0) This pull request was AI-assisted by Isaac.
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