Skip to content

Commit 1e68e06

Browse files
chore(release): 5.1.2 (#1727)
1 parent 277db52 commit 1e68e06

File tree

3 files changed

+19
-3
lines changed

3 files changed

+19
-3
lines changed

CHANGELOG.md

+17-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## v5.1.2
2+
3+
### What's Changed
4+
* fix: update statment by @thomasrockhu-codecov in https://github.com/codecov/codecov-action/pull/1726
5+
* fix: update action script by @thomasrockhu-codecov in https://github.com/codecov/codecov-action/pull/1725
6+
* fix: prevent oidc on tokenless due to permissioning by @thomasrockhu-codecov in https://github.com/codecov/codecov-action/pull/1724
7+
* chore(release): wrapper-0.0.31 by @app/codecov-releaser-app in https://github.com/codecov/codecov-action/pull/1723
8+
* Put quotes around `${{ inputs.token }}` in `action.yml` by @jwodder in https://github.com/codecov/codecov-action/pull/1721
9+
* build(deps): bump github/codeql-action from 3.27.6 to 3.27.9 by @app/dependabot in https://github.com/codecov/codecov-action/pull/1722
10+
* Remove mistake from options table by @Acconut in https://github.com/codecov/codecov-action/pull/1718
11+
* build(deps): bump github/codeql-action from 3.27.5 to 3.27.6 by @app/dependabot in https://github.com/codecov/codecov-action/pull/1717
12+
13+
14+
**Full Changelog**: https://github.com/codecov/codecov-action/compare/v5.1.1..v5.1.2
15+
16+
117
## v5.1.1
218
### What's Changed
319

@@ -993,4 +1009,4 @@ for the full list.
9931009
### Dependencies and Misc
9941010
- #166 Bump requestretry from 4.1.1 to 4.1.2
9951011
- #169 Bump typescript from 4.0.5 to 4.1.2
996-
- #178 Bump @types/jest from 26.0.15 to 26.0.19
1012+
- #178 Bump @types/jest from 26.0.15 to 26.0.19

action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ runs:
208208
run: |
209209
if [ -z "$CC_BRANCH" ] && [ -z "$CC_TOKEN" ] && [ "$CC_FORK" == 'true' ]
210210
then
211-
echo -e "\033[0;32m==>\033[0m Fork detected, tokenless uploading used"
211+
echo -e "\033[0;32m==>\033[0m Fork detected, setting branch to $GITHUB_EVENT_PULL_REQUEST_HEAD_LABEL"
212212
TOKENLESS="$GITHUB_EVENT_PULL_REQUEST_HEAD_LABEL"
213213
CC_BRANCH="$GITHUB_EVENT_PULL_REQUEST_HEAD_LABEL"
214214
echo "TOKENLESS=$TOKENLESS" >> "$GITHUB_ENV"

src/version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.1.1
1+
5.1.2

0 commit comments

Comments
 (0)