Skip to content

Commit b508d99

Browse files
Merge branch 'main' into dependabot/npm_and_yarn/node-fetch-3.3.0
2 parents 1296c83 + 842e091 commit b508d99

4 files changed

Lines changed: 59 additions & 59 deletions

File tree

.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@e363bfca00e752f91de7b7d2a77340e2e523cb18 # v1.1.1
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ steps:
4646

4747
## Arguments
4848

49-
Codecov's Action currently supports five inputs from the user: `token`, `file`, `flags`,`name`, and `fail_ci_if_error`. These inputs, along with their descriptions and usage contexts, are listed in the table below:
49+
Codecov's Action currently supports five inputs from the user: `token`, `files`, `flags`,`name`, and `fail_ci_if_error`. These inputs, along with their descriptions and usage contexts, are listed in the table below:
5050

5151
| Input | Description | Usage |
5252
| :---: | :---: | :---: |

package-lock.json

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

package.json

Lines changed: 7 additions & 7 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",
28+
"@actions/github": "^5.1.1",
2929
"node-fetch": "^3.3.0",
30-
"openpgp": "5.4"
30+
"openpgp": "5.5"
3131
},
3232
"devDependencies": {
3333
"@types/jest": "^27.5.0",
34-
"@types/node": "^16.11.40",
34+
"@types/node": "^18.13.0",
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
}

0 commit comments

Comments
 (0)