Skip to content

Commit eccda2c

Browse files
Merge branch 'main' into main
2 parents ddbf0f7 + 61ac410 commit eccda2c

6 files changed

Lines changed: 79 additions & 83 deletions

File tree

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
# For most projects, this workflow file will not need changing; you simply need
2-
# to commit it to your repository.
1+
32
#
43
# You may wish to alter this file to override the set of languages analyzed,
54
# or to provide custom queries or build logic.

.github/workflows/scorecards-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
persist-credentials: false
3030

3131
- name: "Run analysis"
32-
uses: ossf/scorecard-action@3e15ea8318eee9b333819ec77a36aca8d39df13e # v1.1.1
32+
uses: ossf/scorecard-action@e38b1902ae4f44df626f11ba0734b14fb91f8f86 # v2.1.2
3333
with:
3434
results_file: results.sarif
3535
results_format: sarif
@@ -48,7 +48,7 @@ jobs:
4848
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
4949
# format to the repository Actions tab.
5050
- name: "Upload artifact"
51-
uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # v3.1.0
51+
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
5252
with:
5353
name: SARIF file
5454
path: results.sarif

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ Codecov's Action supports inputs from the user. These inputs, along with their d
7171
| `override_commit` | Specify the commit SHA | Optional
7272
| `override_pr` | Specify the pull request number | Optional
7373
| `override_tag` | Specify the git tag | Optional
74-
| `path_to_write_report` | Write upload file to path before uploading | Optional
7574
| `root_dir` | Used when not in git/hg project to identify project root directory | Optional
7675
| `slug` | Specify the slug manually (Enterprise use) | Optional
7776
| `url` | Change the upload host (Enterprise use) | Optional
@@ -117,7 +116,6 @@ jobs:
117116
files: ./coverage1.xml,./coverage2.xml,!./cache
118117
flags: unittests
119118
name: codecov-umbrella
120-
path_to_write_report: ./coverage/codecov_report.txt
121119
verbose: true
122120
```
123121
## Contributing

package-lock.json

Lines changed: 68 additions & 68 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,23 +23,23 @@
2323
},
2424
"homepage": "https://github.com/codecov/codecov-action#readme",
2525
"dependencies": {
26-
"@actions/core": "^1.9.1",
26+
"@actions/core": "^1.10.0",
2727
"@actions/exec": "^1.1.1",
28-
"@actions/github": "^5.0.3",
29-
"node-fetch": "^3.2.10",
30-
"openpgp": "5.4"
28+
"@actions/github": "^5.1.1",
29+
"node-fetch": "^3.3.0",
30+
"openpgp": "5.7"
3131
},
3232
"devDependencies": {
3333
"@types/jest": "^27.5.0",
34-
"@types/node": "^16.11.40",
34+
"@types/node": "^18.14.2",
3535
"@typescript-eslint/eslint-plugin": "^4.29.2",
3636
"@typescript-eslint/parser": "^4.29.2",
37-
"@vercel/ncc": "^0.34.0",
37+
"@vercel/ncc": "^0.36.1",
3838
"eslint": "^7.32.0",
3939
"eslint-config-google": "^0.14.0",
4040
"jest": "^26.6.3",
41-
"jest-junit": "^13.2.0",
41+
"jest-junit": "^15.0.0",
4242
"ts-jest": "^26.5.6",
43-
"typescript": "^4.7.4"
43+
"typescript": "^4.9.5"
4444
}
4545
}

src/buildExec.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ test('all arguments', () => {
4646
'override_commit': '9caabca5474b49de74ef5667deabaf74cdacc244',
4747
'override_pr': '2',
4848
'override_tag': 'v1.2',
49-
'path_to_write_report': 'codecov/',
5049
'root_dir': 'root/',
5150
'slug': 'fakeOwner/fakeRepo',
5251
'token': 'd3859757-ab80-4664-924d-aef22fa7557b',

0 commit comments

Comments
 (0)