chore: pin flow-editor git ref to v0.22.0
Some checks failed
Security / Security check (push) Failing after 2s
Some checks failed
Security / Security check (push) Failing after 2s
Reproducible CI (override-free) builds; an editor push can no longer change what a Studio release builds against. The local path override still wins for dev builds. Signed-off-by: flemming-it <stefan.a.flemming@googlemail.com>
This commit is contained in:
parent
b7468dc7ec
commit
0073d77a67
1 changed files with 4 additions and 1 deletions
|
|
@ -42,7 +42,10 @@ dependencies:
|
|||
chain_studio_flow_editor:
|
||||
git:
|
||||
url: https://git.flemming.ai/fai/chain-studio-flow-editor
|
||||
ref: main
|
||||
# Tag-pinned so a CI (override-free) build is reproducible and an
|
||||
# editor push can't retroactively change what a Studio release
|
||||
# builds against. Bump this in lockstep with the editor tag.
|
||||
ref: v0.22.0
|
||||
|
||||
dev_dependencies:
|
||||
flutter_test:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue