Skip to content

Commit 926efa9

Browse files
committed
fix: use specific commit hash for reproschema-ui
- Pin reproschema-ui to commit 9f7b6b961cdcb516531bbbf1bf1b74648089d04a - Ensures reproducible builds and prevents unexpected failures - Addresses security concern raised in PR review
1 parent 17b00a2 commit 926efa9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

{{cookiecutter.protocol_name}}/.github/workflows/deploy-gh-pages.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@ jobs:
5050
run: |
5151
git clone https://github.com/ReproNim/reproschema-ui.git
5252
cd reproschema-ui
53-
git checkout master
53+
# Pin to specific commit for reproducible builds
54+
git checkout 9f7b6b961cdcb516531bbbf1bf1b74648089d04a
5455
5556
- name: Build reproschema-ui
5657
run: |

0 commit comments

Comments
 (0)