From 3017119855543a53fb8494b4e3c2ca21d7a94af6 Mon Sep 17 00:00:00 2001 From: trajan0x <83933037+trajan0x@users.noreply.github.com> Date: Fri, 29 Mar 2024 16:54:23 +0100 Subject: [PATCH] chore(git-changes-action): stage git changes action (#2391) Co-authored-by: Trajan0x --- .github/workflows/go.yml | 2 +- .github/workflows/goreleaser-actions.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index cb7c562931..f409455858 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -46,7 +46,7 @@ jobs: submodules: 'recursive' # note: after this action is pushed, whatever this ends up being should go back to latest. - - uses: docker://ghcr.io/synapsecns/sanguine/git-changes-action:latest + - uses: docker://ghcr.io/synapsecns/sanguine/git-changes-action:07a4696bbbafbba2d3ad7ee828b4c8adb21b4d20 id: filter_go with: github_token: ${{ secrets.WORKFLOW_PAT || secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/goreleaser-actions.yml b/.github/workflows/goreleaser-actions.yml index e5c1b0df71..0b2ad81221 100644 --- a/.github/workflows/goreleaser-actions.yml +++ b/.github/workflows/goreleaser-actions.yml @@ -97,7 +97,7 @@ jobs: fetch-depth: 0 submodules: 'recursive' - - uses: docker://ghcr.io/synapsecns/sanguine/git-changes-action:latest + - uses: docker://ghcr.io/synapsecns/sanguine/git-changes-action:07a4696bbbafbba2d3ad7ee828b4c8adb21b4d20 id: filter_go with: github_token: ${{ secrets.WORKFLOW_PAT || secrets.GITHUB_TOKEN }}