Skip to content

Commit 26d0607

Browse files
build(deps): update codecov/codecov-action action to v5.5.4 (#29)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [codecov/codecov-action](https://redirect.github.com/codecov/codecov-action) | action | patch | `v5.5.2` → `v5.5.4` | --- ### Release Notes <details> <summary>codecov/codecov-action (codecov/codecov-action)</summary> ### [`v5.5.4`](https://redirect.github.com/codecov/codecov-action/releases/tag/v5.5.4) [Compare Source](https://redirect.github.com/codecov/codecov-action/compare/v5.5.3...v5.5.4) This is a mirror of `v5.5.2`. `v6` will be released which requires `node24` #### What's Changed - Revert "build(deps): bump actions/github-script from 7.0.1 to 8.0.0" by [@&#8203;thomasrockhu-codecov](https://redirect.github.com/thomasrockhu-codecov) in [#&#8203;1926](https://redirect.github.com/codecov/codecov-action/pull/1926) - chore(release): 5.5.4 by [@&#8203;thomasrockhu-codecov](https://redirect.github.com/thomasrockhu-codecov) in [#&#8203;1927](https://redirect.github.com/codecov/codecov-action/pull/1927) **Full Changelog**: <codecov/codecov-action@v5.5.3...v5.5.4> ### [`v5.5.3`](https://redirect.github.com/codecov/codecov-action/releases/tag/v5.5.3) [Compare Source](https://redirect.github.com/codecov/codecov-action/compare/v5.5.2...v5.5.3) #### What's Changed - build(deps): bump actions/github-script from 7.0.1 to 8.0.0 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;1874](https://redirect.github.com/codecov/codecov-action/pull/1874) - chore(release): bump to 5.5.3 by [@&#8203;thomasrockhu-codecov](https://redirect.github.com/thomasrockhu-codecov) in [#&#8203;1922](https://redirect.github.com/codecov/codecov-action/pull/1922) **Full Changelog**: <codecov/codecov-action@v5.5.2...v5.5.3> </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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/go-krb5/x). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My42Ni40IiwidXBkYXRlZEluVmVyIjoiNDMuOTEuNSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9e45fcc commit 26d0607

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: |
3636
go test -coverprofile=coverage.txt -v ./...
3737
- name: 'Coverage'
38-
uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2
38+
uses: codecov/codecov-action@75cd11691c0faa626561e295848008c8a7dddffe # v5.5.4
3939
with:
4040
token: ${{ secrets.CODECOV_TOKEN }}
4141
build:

0 commit comments

Comments
 (0)