Skip to content

Commit 07e2170

Browse files
authored
pin nyc-reporter-action to SHA (#156)
1 parent 26bc932 commit 07e2170

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
cache: npm
2727
- run: npm ci
2828
- run: npm test
29-
- uses: tintef/nyc-reporter-action@0.2.5
29+
- uses: tintef/nyc-reporter-action@66a40cea2d02fdb0ac8fa045a7355cbbf9b991a1
3030
with:
3131
GITHUB_TOKEN: ${{ github.token }}
3232
SKIP_COVERAGE_FOLDER: true

0 commit comments

Comments
 (0)