We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 400fa23 + 8116017 commit fef90a6Copy full SHA for fef90a6
.github/workflows/dependency-review.yml
@@ -0,0 +1,16 @@
1
+# 此操作会扫描您的拉取请求以查找依赖项更改,如果引入任何漏洞或无效许可证,则会引发错误
2
+
3
+name: dependency-review
4
5
+on:
6
+ pull_request:
7
8
+permissions:
9
+ contents: read
10
11
+jobs:
12
+ dependency-review:
13
+ runs-on: ubuntu-latest
14
+ steps:
15
+ - uses: actions/checkout@v3
16
+ - uses: actions/dependency-review-action@v3
.github/workflows/release-please.yml
@@ -35,9 +35,6 @@ jobs:
35
- uses: ./.github/actions/node-env
36
- run: npm ci
37
- run: npm run test-coverage
38
- - uses: codecov/codecov-action@v3
39
- with:
40
- token: ${{ secrets.CODECOV_TOKEN }}
41
- uses: codacy/codacy-coverage-reporter-action@v1
42
with:
43
api-token: ${{ secrets.CODACY_API_TOKEN }}
0 commit comments