Merge pull request #20003 from Homebrew/dependabot/github_actions/github-actions-d0caf880e0

build(deps): bump codecov/test-results-action from 1.1.0 to 1.1.1 in the github-actions group
This commit is contained in:
Eric Knibbe 2025-05-23 14:03:07 +00:00 committed by GitHub
commit f4375b0750
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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