From a98b13b0c23479f5abde8afa1fbe2751df843d58 Mon Sep 17 00:00:00 2001 From: Mark Wylde <129744061+markwylde-deriv@users.noreply.github.com> Date: Fri, 5 Apr 2024 14:13:05 +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 31b1607f..d781fc6c 100644 --- a/.github/workflows/release-production.yml +++ b/.github/workflows/release-production.yml @@ -53,7 +53,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: