Skip to content
This repository was archived by the owner on Oct 21, 2025. It is now read-only.

Commit 70cf5b5

Browse files
committed
use commit hash instead of version
1 parent 886baf1 commit 70cf5b5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

workflows/apply.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
fetch-depth: 0
2525
- name: Get changed directories
2626
id: get-changed-directories
27-
uses: tj-actions/changed-files@v41
27+
uses: tj-actions/changed-files@cbda684547adc8c052d50711417fa61b428a9f88
2828
with:
2929
files: |
3030
kusto/**/*.{yml,yaml,kql}

workflows/diff.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
fetch-depth: 0
2626
- name: Get changed directories
2727
id: get-changed-directories
28-
uses: tj-actions/changed-files@v41
28+
uses: tj-actions/changed-files@cbda684547adc8c052d50711417fa61b428a9f88
2929
with:
3030
files: |
3131
kusto/**/*.{yml,yaml,kql}

0 commit comments

Comments
 (0)