Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- uses: actions/checkout@master
with:
repository: gismo/gismo
ref: stable
ref: dev

Copilot AI Mar 3, 2026

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Checking out a moving branch (ref: dev) for an external dependency will make CI results non-reproducible and can introduce sudden breakages when upstream changes. If the intent is to track upstream dev, consider adding a brief comment explaining the rationale and/or pinning to a specific commit SHA (or tag) for deterministic builds, updating the pinned SHA intentionally when needed.

Suggested change
ref: dev
ref: v0.9.0

Copilot uses AI. Check for mistakes.
path: ./gismo

- uses: actions/checkout@master
Expand Down