You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I suggest pinning the versions to their hashes or version tags like TMC26XStepper=https://github.com/MarlinFirmware/TMC26XStepper/archive/a7d7c92a13b07addaddee406afc2ad317c5b1551.zip
It helps with:
* Build stability. If the build pulls "the latest main branch", then the build might fail even though nothing has changed in Marlin
* Security. If build is always pulling "the latest main branch", then compromising a dependency would affect everybody building Marlin
FixesMarlinFirmware#26217
Is your feature request related to a problem? Please describe.
Currently the code has 6 references to
archive/master.zip
infeatures.ini
: https://github.com/MarlinFirmware/Marlin/blob/11f98adcce51f06a85ef0dd64e6e6b16139a34bd/ini/features.iniIt makes the build non-repdoducible as the dependencies might change unexpectedly.
Are you looking for hardware support?
No response
Describe the feature you want
I suggest pinning the versions to their hashes or version tags like
TMC26XStepper=https://github.com/MarlinFirmware/TMC26XStepper/archive/a7d7c92a13b07addaddee406afc2ad317c5b1551.zip
Additional context
Sample change:
The text was updated successfully, but these errors were encountered: