Skip to content

Commit 36bc461

Browse files
authored
Merge pull request #184 from micromatch/renovate/pin-dependencies
Pin actions/upload-code-coverage action to 1c15be3
2 parents ef533d0 + 8b4f457 commit 36bc461

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
- name: Upload coverage report
5454
# Only upload coverage report for Ubuntu and Node.js 25 (latest version), and only if the event is not a pull request or if the pull request is from the same repository.
5555
if: startsWith(matrix.os, 'ubuntu') && matrix.node == 25 && (github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository)
56-
uses: actions/upload-code-coverage@v1
56+
uses: actions/upload-code-coverage@1c15be36fc3733ba839b1dd643bd9556e4426dc1 # v1
5757
continue-on-error: true
5858
with:
5959
file: coverage/cobertura-coverage.xml

0 commit comments

Comments
 (0)