Skip to content

Commit bcdaf4e

Browse files
ci: update coverallsapp/github-action from master to v2 (#1071)
Pin the Coveralls action to a stable versioned tag instead of master to avoid unintended breaking changes from upstream. Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent bebe730 commit bcdaf4e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- run: npm run test
1515
- run: mkdir ./coverage && npm run coverage > ./coverage/lcov.info
1616
- name: Coveralls
17-
uses: coverallsapp/github-action@master
17+
uses: coverallsapp/github-action@v2
1818
with:
1919
github-token: ${{ secrets.GITHUB_TOKEN }}
2020

0 commit comments

Comments
 (0)