From c74c7e6df72b27883245c7c3ba1ddc769af16389 Mon Sep 17 00:00:00 2001 From: "J. Lewis" <6710419+lewxdev@users.noreply.github.com> Date: Tue, 27 Aug 2024 13:25:10 -0400 Subject: [PATCH] fix: use safer commit sha --- .github/workflows/fly-review.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/fly-review.yml b/.github/workflows/fly-review.yml index 75d1cd8..d577ce6 100644 --- a/.github/workflows/fly-review.yml +++ b/.github/workflows/fly-review.yml @@ -28,7 +28,7 @@ jobs: steps: - uses: actions/checkout@v4 - id: deploy - uses: JargeZ/fly-pr-review-apps@unsafe-name + uses: JargeZ/fly-pr-review-apps@4d6566e85d6b9320a781fb4fe42f1f8c31dc5c8e with: name: ${{ env.FLY_APP }} build_secrets: BASE_URL=https://${{ env.FLY_APP }}.fly.dev