Skip to content

Commit b2e2083

Browse files
committed
feat(workflows): use specific commit for license classification
1 parent 8709ab3 commit b2e2083

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/license-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
3737
classify_license:
3838
needs: find_license_file
39-
uses: google/licenseclassifier/.github/workflows/classify.yml@main
39+
uses: billnapier/licenseclassifier/.github/workflows/classify.yml@c1916625287e6a2d447628d04a7dcbb4b697f728
4040
with:
4141
file_to_classify: ${{ needs.find_license_file.outputs.filename }}
4242

0 commit comments

Comments
 (0)