Skip to content

Commit efe96cf

Browse files
committed
ci: comment out dependency review job in GitHub Actions workflow
1 parent 4518471 commit efe96cf

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/test.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,16 @@ on:
1111
- checks_requested
1212

1313
jobs:
14-
dependency-review:
15-
runs-on: ubuntu-latest
16-
steps:
17-
- name: Checkout
18-
uses: actions/checkout@v3
14+
# dependency-review:
15+
# runs-on: ubuntu-latest
16+
# steps:
17+
# - name: Checkout
18+
# uses: actions/checkout@v3
1919

20-
- name: Dependency Review
21-
uses: actions/dependency-review-action@v3
22-
with:
23-
fail-on-severity: high
20+
# - name: Dependency Review
21+
# uses: actions/dependency-review-action@v3
22+
# with:
23+
# fail-on-severity: high
2424

2525
# security-scan:
2626
# runs-on: ubuntu-latest

0 commit comments

Comments
 (0)