Skip to content

Commit 0e995d0

Browse files
chore(deps): pin ggilder/codecoverage action to 47c83da (#118)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [ggilder/codecoverage](https://redirect.github.com/ggilder/codecoverage) | action | pinDigest | -> `47c83da` | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/deviantintegral/har). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi40Mi4yIiwidXBkYXRlZEluVmVyIjoiNDIuNDIuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 11377fc commit 0e995d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
run: vendor/bin/phpunit --coverage-clover build/logs/clover.xml
5050

5151
- name: Code Coverage Annotation
52-
uses: ggilder/codecoverage@v1
52+
uses: ggilder/codecoverage@47c83daaf1d5a3190cad56363baf459c59114170 # v1
5353
with:
5454
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5555
COVERAGE_FILE_PATH: build/logs/clover.xml

0 commit comments

Comments
 (0)