Fix: DO-12268 Upgrade dependencies and pin actions to SHAs#665
Merged
Conversation
krzysztof-causalens
force-pushed
the
codex/upgrade-security-dependencies
branch
3 times, most recently
from
July 24, 2026 12:15
5fc70e0 to
6bc855d
Compare
krzysztof-causalens
force-pushed
the
codex/upgrade-security-dependencies
branch
from
July 24, 2026 12:32
6bc855d to
1e3e35b
Compare
krzysztof-causalens
force-pushed
the
codex/upgrade-security-dependencies
branch
from
July 24, 2026 12:35
1e3e35b to
23df7d8
Compare
krzysztof-causalens
marked this pull request as ready for review
July 24, 2026 12:37
sam-causalens
approved these changes
Jul 24, 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 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.
Motivation and Context
Resolve the remaining upgrade-only Dependabot alerts selected during triage and harden CI against mutable third-party action tags.
This PR now addresses:
It also pins every remote GitHub Action to an immutable commit SHA, preventing a mutable tag from changing the code executed by CI.
Implementation Description
uses:references across the test, release, documentation, and PR-lint workflows with full commit SHAs.master, documented as package version v1.1.1 plus its post-release security fixes.No application code or public API changes are included.
Any new dependencies Introduced
None. This upgrades existing transitive dependencies and pins existing CI actions.
How Has This Been Tested?
actionlintv1.7.12 across all workflows; passes with only the existingpublish_docs.ymlmissing-step-ID diagnostic suppresseduses:entry contains a 40-character SHA and a version commentpnpm lerna run lintpnpm lerna run format:checkpoetry anthology run lintpnpm exec lerna run buildpnpm --filter @darajs/core test— 31 files, 327 tests passedcd packages/dara-components && poetry run pytest -q tests/python/plotting/test_bokeh.py— 1 passedgit diff --checkPR Checklist:
Screenshots (if appropriate):
Not applicable; there are no UI changes.