How To
Specifying version
For serious usecases always use a pinned version which is of the form @vX.Y.Z since this will download compiled binary. Addition to being faster to run, it is also more secure than using a commit from a branch
For serious usecases always use a pinned version which is of the form @vX.Y.Z since this will download compiled binary. Addition to being faster to run, it is also more secure than using a commit from a branch
Use a pinned stable version of Digger
To pin a specific release of Digger, you can use @vX.Y.Z
tag in your workflow file:
Use latest commit from a branch
You can also run latest commit from a specific branch
Only use this at your own risk in non-production scenarios. This can break things!
Only use this at your own risk in non-production scenarios. This can break things!