Skip to content

Commit a5c70a9

Browse files
authored
Merge pull request #182 from planetscale/license-finder
Pin license finder
2 parents 68ed111 + 4911f47 commit a5c70a9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: .github/workflows/licensing.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,6 @@ jobs:
1717
- uses: actions/checkout@v2
1818
with:
1919
fetch-depth: 0
20-
- run: sudo gem install license_finder && npm install
20+
- run: sudo gem install license_finder -v 7.1
21+
- run: npm install
2122
- run: license_finder

0 commit comments

Comments
 (0)