Skip to content

Commit 67d278c

Browse files
Pin third-party actions to currently used SHA (#10)
1 parent f8653c9 commit 67d278c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/coana-guardrail.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
steps:
1010
- name: Get changed files
1111
id: changed-files
12-
uses: tj-actions/changed-files@v44
12+
uses: tj-actions/changed-files@2d756ea4c53f7f6b397767d8723b3a10a9f35bf2 # v44
1313
with:
1414
separator: ' '
1515

0 commit comments

Comments
 (0)