From a2b055cdbfcfd468262e4e5ed5838a147dbce5ea Mon Sep 17 00:00:00 2001 From: Will Barber Date: Tue, 19 Sep 2023 19:46:52 +0100 Subject: [PATCH] Pin to the current HEAD commit --- .github/workflows/validate-inventory.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/validate-inventory.yml b/.github/workflows/validate-inventory.yml index ad3f93825..4c76c2fe0 100644 --- a/.github/workflows/validate-inventory.yml +++ b/.github/workflows/validate-inventory.yml @@ -15,8 +15,9 @@ jobs: python-version: '3.9' - name: Install SR tools + # Pin to the tip of main @ 2023-09-19 run: | - pip install git+https://github.com/srobo/tools.git + pip install git+https://github.com/srobo/tools.git@c97cea716311004129bdbf3651712ba3e970c1ff - name: Validate inventory run: sr inv-validate