Merge pull request #19268 from Homebrew/dependabot/github_actions/codecov/test-results-action-1.0.3

build(deps): bump codecov/test-results-action from 1.0.2 to 1.0.3
This commit is contained in:
Patrick Linnane 2025-02-09 00:22:15 +00:00 committed by GitHub
commit 0103fc2130
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -341,7 +341,7 @@ jobs:
filenames=$(find Library/Homebrew/test/junit -name 'rspec*.xml' -print | tr '\n' ',')
echo "filenames=${filenames%,}" >> "$GITHUB_OUTPUT"
- uses: codecov/test-results-action@4e79e65778be1cecd5df25e14af1eafb6df80ea9 # v1.0.2
- uses: codecov/test-results-action@44ecb3a270cd942bdf0fa8f2ce14cb32493e810a # v1.0.3
with:
working-directory: ${{ steps.set-up-homebrew.outputs.repository-path }}
files: ${{ steps.junit_xml.outputs.filenames }}