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
4 changes: 2 additions & 2 deletions dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ HLK_PLAYLISTS_REF=d2ee05022de73ba2c346df7b00a51451d6728231
# HLK_PLAYLISTS_DIR=

HCK_FILTERS_GIT=https://github.com/HCK-CI/hckfilters.git
HCK_FILTERS_REF=b9d95cb496b011929ded33051901fc659b79a4d9
HCK_FILTERS_REF=e09e456eb4d8e9819472ee8798497a110f986af3
# HCK_FILTERS_DIR=

AUTOHCK_GIT=https://github.com/HCK-CI/AutoHCK.git
AUTOHCK_REF=v0.17.1
AUTOHCK_REF=v0.17.3
Comment on lines +36 to +40
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

medium

For improved maintainability, consider adding comments explaining the choice of these specific dependency versions. For HCK_FILTERS_REF, it would be useful to know if this commit is a specific requirement for AutoHCK v0.17.3. For AUTOHCK_REF, a brief note on what v0.17.3 brings (e.g., critical fixes or new features) would provide valuable context for future developers.

# AUTOHCK_DIR=
Loading