diff --git a/.github/workflows/process_metadata.yml b/.github/workflows/process_metadata.yml index 80173e6e6c7..b545a94661a 100644 --- a/.github/workflows/process_metadata.yml +++ b/.github/workflows/process_metadata.yml @@ -127,7 +127,7 @@ jobs: - name: 'Dispatch workflow with inputs' # Pin action to full length commit SHA - uses: benc-uk/workflow-dispatch@25b02cc069be46d637e8fe2f1e8484008e9e9609 # v1.2.3 + uses: benc-uk/workflow-dispatch@e2e5e9a103e331dad343f381a29e654aea3cf8fc # v1.2.4 if: ${{ steps.assert-write-access.outcome == 'success' && steps.check-workflow-dispatch.outputs.dispatch == 'true' }} with: workflow: ${{ steps.check-workflow-dispatch.outputs.workflow }}