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
To pin a specific release of Digger, you can use @vX.Y.Z
tag in your workflow file:
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!
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
To pin a specific release of Digger, you can use @vX.Y.Z
tag in your workflow file:
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!