From 401772d89abc40612c44fcfe780cb97133efd780 Mon Sep 17 00:00:00 2001 From: Mark Wylde <129744061+markwylde-deriv@users.noreply.github.com> Date: Fri, 5 Apr 2024 14:11:49 +0100 Subject: [PATCH] chore: pin github actions --- .github/workflows/release_production.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release_production.yml b/.github/workflows/release_production.yml index 74d3b741f..7bd9c2f8b 100644 --- a/.github/workflows/release_production.yml +++ b/.github/workflows/release_production.yml @@ -64,7 +64,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Conclusion - uses: technote-space/workflow-conclusion-action@v3 + uses: technote-space/workflow-conclusion-action@45ce8e0eb155657ab8ccf346ade734257fd196a5 - name: Send Slack Notification uses: "./.github/actions/send_slack_notifications" with: