From bfb965c61b4f08e09549d6f5b722f3642d176a4a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 10 Oct 2023 23:09:11 +0000 Subject: [PATCH] chore: update actions/checkout digest to 7cdaf2f --- .github/workflows/TASKLIST_CARBONISATION.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/TASKLIST_CARBONISATION.yml b/.github/workflows/TASKLIST_CARBONISATION.yml index d2b8fa1bc..c2a1a5cd1 100644 --- a/.github/workflows/TASKLIST_CARBONISATION.yml +++ b/.github/workflows/TASKLIST_CARBONISATION.yml @@ -11,11 +11,11 @@ jobs: options: --user 1001:1000 steps: - name: Checkout form-js - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 + uses: actions/checkout@7cdaf2fbc075e6f3b9ca94cfd6cec5adc8a75622 with: path: form-js - name: Checkout Tasklist - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 + uses: actions/checkout@7cdaf2fbc075e6f3b9ca94cfd6cec5adc8a75622 with: repository: camunda/tasklist token: ${{ secrets.ADD_TO_HTO_PROJECT_PAT }}