From ae0c674a0bfaec3597477a46354e84be67546d33 Mon Sep 17 00:00:00 2001 From: Mladen Jablanovic Date: Thu, 14 Dec 2023 10:20:09 +0100 Subject: [PATCH 1/3] build(CLI): Update homebrew-bump-formula github action --- clients/cli/.github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clients/cli/.github/workflows/release.yml b/clients/cli/.github/workflows/release.yml index d2a0b1e6..d0dd7fc5 100644 --- a/clients/cli/.github/workflows/release.yml +++ b/clients/cli/.github/workflows/release.yml @@ -39,7 +39,7 @@ jobs: - name: Checkout uses: actions/checkout@v3 - name: Update Homebrew formula - uses: dawidd6/action-homebrew-bump-formula@e9b43cd30eec6ea80777e7e22e1526beb1675c18 # pin@v3.9.0 + uses: dawidd6/action-homebrew-bump-formula@v3 with: # Required, custom GitHub access token with the 'public_repo' and 'workflow' scopes token: ${{secrets.GH_ACCESS_TOKEN}} From 16b05da31e7eefc2a1eb23d480afb3a3d8c68619 Mon Sep 17 00:00:00 2001 From: Mladen Jablanovic Date: Thu, 14 Dec 2023 10:23:24 +0100 Subject: [PATCH 2/3] hardcode commit hash --- clients/cli/.github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clients/cli/.github/workflows/release.yml b/clients/cli/.github/workflows/release.yml index d0dd7fc5..8c3ca55b 100644 --- a/clients/cli/.github/workflows/release.yml +++ b/clients/cli/.github/workflows/release.yml @@ -37,7 +37,7 @@ jobs: needs: release steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@75ed025ff3ad1d617862838b342b06d613a0ddf3 # v3.10.1 - name: Update Homebrew formula uses: dawidd6/action-homebrew-bump-formula@v3 with: From 3f28a037979aa8c2b1130a4270e883843e65c9f7 Mon Sep 17 00:00:00 2001 From: Mladen Jablanovic Date: Thu, 14 Dec 2023 10:26:47 +0100 Subject: [PATCH 3/3] oops --- clients/cli/.github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/clients/cli/.github/workflows/release.yml b/clients/cli/.github/workflows/release.yml index 8c3ca55b..fb8058d7 100644 --- a/clients/cli/.github/workflows/release.yml +++ b/clients/cli/.github/workflows/release.yml @@ -37,9 +37,9 @@ jobs: needs: release steps: - name: Checkout - uses: actions/checkout@75ed025ff3ad1d617862838b342b06d613a0ddf3 # v3.10.1 + uses: actions/checkout@v3 - name: Update Homebrew formula - uses: dawidd6/action-homebrew-bump-formula@v3 + uses: dawidd6/action-homebrew-bump-formula@75ed025ff3ad1d617862838b342b06d613a0ddf3 # v3.10.1 with: # Required, custom GitHub access token with the 'public_repo' and 'workflow' scopes token: ${{secrets.GH_ACCESS_TOKEN}}