Skip to content

Commit b500c03

Browse files
authored
Merge pull request #2 from pathccm/incident-329-ai
Pin to latest released version of tj-actions
2 parents 1d5f1bb + 8261427 commit b500c03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linting.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
- uses: actions/checkout@v4
5252
with:
5353
fetch-depth: 0 # Fetch Depth 0 == Pull the whole repo and all history
54-
- uses: tj-actions/changed-files@v45
54+
- uses: tj-actions/changed-files@2f7c5bfce28377bc069a65ba478de0a74aa0ca32
5555
id: changed-files
5656
with:
5757
# For files_yaml, the general idea is to organize the files we want to scan ourselves based on globbing.

0 commit comments

Comments
 (0)