Skip to content

Commit

Permalink
Use commit hash for external action in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
marcransome committed Aug 9, 2024
1 parent f9e31bf commit dfe4c33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Install fish shell
uses: fish-shop/install-fish-shell@71e42122c25804f971f89857d700c68a7efb3855 # v1.0.11
- name: Syntax check fish files
uses: fish-shop/syntax-check@v2
uses: fish-shop/syntax-check@c2cb11395e21119ff8d6e7ea050430ee7d6f49ca # v2.0.0
tests:
strategy:
matrix:
Expand Down

0 comments on commit dfe4c33

Please sign in to comment.