Skip to content

Commit

Permalink
refactor: pin action versions by sha
Browse files Browse the repository at this point in the history
  • Loading branch information
ewanharris committed Nov 18, 2024
1 parent 33a8f6a commit f0566a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ runs:
using: composite
steps:
- name: Install OpenFGA CLI
uses: jaxxstorm/[email protected]
uses: jaxxstorm/action-install-gh-release@7f2440a9a41f74262d8f6433da138c799799a969 # v1.13.0
with:
repo: openfga/cli
cache: enable
- uses: chrisdickinson/[email protected].1
- uses: chrisdickinson/setup-yq@3d931309f27270ebbafd53f2daee773a82ea1822 # v1.0.0
with:
yq-version: v4.25.3
- name: Run OpenFGA CLI
Expand Down

0 comments on commit f0566a6

Please sign in to comment.