Skip to content
This repository was archived by the owner on Mar 13, 2024. It is now read-only.

Commit d4b3954

Browse files
committed
pin skip-duplicate-actions
1 parent cd6b216 commit d4b3954

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/code.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ jobs:
1818
should_skip: ${{ steps.skip_check.outputs.should_skip }}
1919
steps:
2020
- id: skip_check
21-
uses: fkirc/skip-duplicate-actions@v4
21+
# pinned to SHA for v4.0.0
22+
uses: fkirc/skip-duplicate-actions@9d116fa7e55f295019cfab7e3ab72b478bcf7fdd
2223
with:
2324
concurrent_skipping: "always"
2425

0 commit comments

Comments
 (0)