mirror of
https://github.com/codecov/codecov-action.git
synced 2025-12-08 08:06:27 +00:00
release: update changelog and version to 3.1.1 (#828)
This commit is contained in:
38
CHANGELOG.md
38
CHANGELOG.md
@@ -1,3 +1,41 @@
|
|||||||
|
## 3.1.1
|
||||||
|
### Fixes
|
||||||
|
- #661 Update deprecation warning
|
||||||
|
- #593 Create codeql-analysis.yml
|
||||||
|
- #712 README: fix typo
|
||||||
|
- #725 fix: Remove a blank row
|
||||||
|
- #726 Update README.md with correct badge version
|
||||||
|
- #633 Create scorecards-analysis.yml
|
||||||
|
- #747 fix: add more verbosity to validation
|
||||||
|
- #750 Regenerate scorecards-analysis.yml
|
||||||
|
- #774 Switch to v3
|
||||||
|
- #783 Fix network entry in table
|
||||||
|
- #791 Trim arguments after splitting them
|
||||||
|
- #769 Plumb failCi into verification function.
|
||||||
|
|
||||||
|
### Dependencies
|
||||||
|
- #713 build(deps-dev): bump typescript from 4.6.3 to 4.6.4
|
||||||
|
- #714 build(deps): bump node-fetch from 3.2.3 to 3.2.4
|
||||||
|
- #724 build(deps): bump github/codeql-action from 1 to 2
|
||||||
|
- #717 build(deps-dev): bump @types/jest from 27.4.1 to 27.5.0
|
||||||
|
- #729 build(deps-dev): bump @types/node from 17.0.25 to 17.0.33
|
||||||
|
- #734 build(deps-dev): downgrade @types/node to 16.11.35
|
||||||
|
- #723 build(deps): bump actions/checkout from 2 to 3
|
||||||
|
- #733 build(deps): bump @actions/github from 5.0.1 to 5.0.3
|
||||||
|
- #732 build(deps): bump @actions/core from 1.6.0 to 1.8.2
|
||||||
|
- #737 build(deps-dev): bump @types/node from 16.11.35 to 16.11.36
|
||||||
|
- #749 build(deps): bump ossf/scorecard-action from 1.0.1 to 1.1.0
|
||||||
|
- #755 build(deps-dev): bump typescript from 4.6.4 to 4.7.3
|
||||||
|
- #759 build(deps-dev): bump @types/node from 16.11.36 to 16.11.39
|
||||||
|
- #762 build(deps-dev): bump @types/node from 16.11.39 to 16.11.40
|
||||||
|
- #746 build(deps-dev): bump @vercel/ncc from 0.33.4 to 0.34.0
|
||||||
|
- #757 build(deps): bump ossf/scorecard-action from 1.1.0 to 1.1.1
|
||||||
|
- #760 build(deps): bump openpgp from 5.2.1 to 5.3.0
|
||||||
|
- #748 build(deps): bump actions/upload-artifact from 2.3.1 to 3.1.0
|
||||||
|
- #766 build(deps-dev): bump typescript from 4.7.3 to 4.7.4
|
||||||
|
- #799 build(deps): bump openpgp from 5.3.0 to 5.4.0
|
||||||
|
- #798 build(deps): bump @actions/core from 1.8.2 to 1.9.1
|
||||||
|
|
||||||
## 3.1.0
|
## 3.1.0
|
||||||
### Features
|
### Features
|
||||||
- #699 Incorporate `xcode` arguments for the Codecov uploader
|
- #699 Incorporate `xcode` arguments for the Codecov uploader
|
||||||
|
|||||||
746
dist/index.js
vendored
746
dist/index.js
vendored
File diff suppressed because one or more lines are too long
2
dist/index.js.map
vendored
2
dist/index.js.map
vendored
File diff suppressed because one or more lines are too long
4
package-lock.json
generated
4
package-lock.json
generated
@@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "codecov-action",
|
"name": "codecov-action",
|
||||||
"version": "3.1.0",
|
"version": "3.1.1",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "codecov-action",
|
"name": "codecov-action",
|
||||||
"version": "3.1.0",
|
"version": "3.1.1",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@actions/core": "^1.9.1",
|
"@actions/core": "^1.9.1",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "codecov-action",
|
"name": "codecov-action",
|
||||||
"version": "3.1.0",
|
"version": "3.1.1",
|
||||||
"description": "Upload coverage reports to Codecov from GitHub Actions",
|
"description": "Upload coverage reports to Codecov from GitHub Actions",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
Reference in New Issue
Block a user