From f0566a671027870063235e8480432e697786a641 Mon Sep 17 00:00:00 2001 From: Ewan Harris Date: Mon, 18 Nov 2024 15:29:23 -0600 Subject: [PATCH] refactor: pin action versions by sha --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 821b2e5..f039a03 100644 --- a/action.yml +++ b/action.yml @@ -31,11 +31,11 @@ runs: using: composite steps: - name: Install OpenFGA CLI - uses: jaxxstorm/action-install-gh-release@v1.13.0 + uses: jaxxstorm/action-install-gh-release@7f2440a9a41f74262d8f6433da138c799799a969 # v1.13.0 with: repo: openfga/cli cache: enable - - uses: chrisdickinson/setup-yq@v1.0.1 + - uses: chrisdickinson/setup-yq@3d931309f27270ebbafd53f2daee773a82ea1822 # v1.0.0 with: yq-version: v4.25.3 - name: Run OpenFGA CLI