Skip to content

Commit 69b7de7

Browse files
committed
Update dependency-review.yml
1 parent db4882e commit 69b7de7

File tree

1 file changed

+2
-30
lines changed

1 file changed

+2
-30
lines changed

.github/workflows/dependency-review.yml

Lines changed: 2 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -2,36 +2,8 @@ name: Dependency Review
22

33
on:
44
pull_request:
5-
branches:
6-
- master
7-
- support/SDK-V3
8-
- feature/**
9-
- bugfix/**
10-
- dependabot/**
11-
- feature/security-workflows
12-
# will skip CodeQL for changes in the following paths (docs, tests, etc)
135
push:
14-
branches:
15-
- master
16-
- support/SDK-V3
17-
- feature/**
18-
- bugfix/**
19-
- dependabot/**
20-
- feature/security-workflows
21-
workflow_dispatch:
226

237
jobs:
24-
analyze:
25-
name: DepReview - CodeQL
26-
runs-on: ubuntu-latest
27-
timeout-minutes: 25
28-
permissions:
29-
security-events: write
30-
packages: read
31-
actions: read
32-
contents: read
33-
strategy:
34-
fail-fast: false
35-
steps:
36-
- uses: hyperwallet/public-security-workflows/.github/workflows/dependency-review.yml@main
37-
8+
dependency-review:
9+
uses: hyperwallet/public-security-workflows/.github/workflows/dependency-review.yml@main

0 commit comments

Comments
 (0)