diff --git a/.github/workflows/TASKLIST_CARBONISATION.yml b/.github/workflows/TASKLIST_CARBONISATION.yml index 61b14924b..3d59eb324 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@8530928916aaef40f59e6f221989ccb31f5759e7 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 with: path: form-js - name: Checkout Tasklist - uses: actions/checkout@8530928916aaef40f59e6f221989ccb31f5759e7 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 with: repository: camunda/tasklist token: ${{ secrets.ADD_TO_HTO_PROJECT_PAT }}