Skip to content

Commit

Permalink
Merge pull request #19268 from Homebrew/dependabot/github_actions/cod…
Browse files Browse the repository at this point in the history
…ecov/test-results-action-1.0.3

build(deps): bump codecov/test-results-action from 1.0.2 to 1.0.3
  • Loading branch information
p-linnane authored Feb 9, 2025
2 parents d0b9191 + 94e4051 commit 0103fc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 0103fc2

Please sign in to comment.