-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: pin action versions by sha
- Loading branch information
1 parent
33a8f6a
commit f0566a6
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|