Skip to content

Commit d9f34f8

Browse files
release: update changelog and version to 3.1.1 (#828)
1 parent 0e9e7b4 commit d9f34f8

File tree

5 files changed

+778
-14
lines changed

5 files changed

+778
-14
lines changed

CHANGELOG.md

+38
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,41 @@
1+
## 3.1.1
2+
### Fixes
3+
- #661 Update deprecation warning
4+
- #593 Create codeql-analysis.yml
5+
- #712 README: fix typo
6+
- #725 fix: Remove a blank row
7+
- #726 Update README.md with correct badge version
8+
- #633 Create scorecards-analysis.yml
9+
- #747 fix: add more verbosity to validation
10+
- #750 Regenerate scorecards-analysis.yml
11+
- #774 Switch to v3
12+
- #783 Fix network entry in table
13+
- #791 Trim arguments after splitting them
14+
- #769 Plumb failCi into verification function.
15+
16+
### Dependencies
17+
- #713 build(deps-dev): bump typescript from 4.6.3 to 4.6.4
18+
- #714 build(deps): bump node-fetch from 3.2.3 to 3.2.4
19+
- #724 build(deps): bump github/codeql-action from 1 to 2
20+
- #717 build(deps-dev): bump @types/jest from 27.4.1 to 27.5.0
21+
- #729 build(deps-dev): bump @types/node from 17.0.25 to 17.0.33
22+
- #734 build(deps-dev): downgrade @types/node to 16.11.35
23+
- #723 build(deps): bump actions/checkout from 2 to 3
24+
- #733 build(deps): bump @actions/github from 5.0.1 to 5.0.3
25+
- #732 build(deps): bump @actions/core from 1.6.0 to 1.8.2
26+
- #737 build(deps-dev): bump @types/node from 16.11.35 to 16.11.36
27+
- #749 build(deps): bump ossf/scorecard-action from 1.0.1 to 1.1.0
28+
- #755 build(deps-dev): bump typescript from 4.6.4 to 4.7.3
29+
- #759 build(deps-dev): bump @types/node from 16.11.36 to 16.11.39
30+
- #762 build(deps-dev): bump @types/node from 16.11.39 to 16.11.40
31+
- #746 build(deps-dev): bump @vercel/ncc from 0.33.4 to 0.34.0
32+
- #757 build(deps): bump ossf/scorecard-action from 1.1.0 to 1.1.1
33+
- #760 build(deps): bump openpgp from 5.2.1 to 5.3.0
34+
- #748 build(deps): bump actions/upload-artifact from 2.3.1 to 3.1.0
35+
- #766 build(deps-dev): bump typescript from 4.7.3 to 4.7.4
36+
- #799 build(deps): bump openpgp from 5.3.0 to 5.4.0
37+
- #798 build(deps): bump @actions/core from 1.8.2 to 1.9.1
38+
139
## 3.1.0
240
### Features
341
- #699 Incorporate `xcode` arguments for the Codecov uploader

dist/index.js

+736-10
Large diffs are not rendered by default.

dist/index.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codecov-action",
3-
"version": "3.1.0",
3+
"version": "3.1.1",
44
"description": "Upload coverage reports to Codecov from GitHub Actions",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)