Skip to content

Commit 426f623

Browse files
committed
Confining to just javascript
1 parent 4e12645 commit 426f623

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

.github/workflows/codeql.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: CodeQL
2+
3+
on:
4+
pull_request:
5+
branches: [ main ]
6+
# will skip CodeQL for changes in the following paths (docs, tests, etc)
7+
push:
8+
branches: [ main ]
9+
# schedule:
10+
# - cron: '21 6 * * 0'
11+
workflow_dispatch:
12+
13+
jobs:
14+
codeql-javascript:
15+
uses: hyperwallet/public-security-workflows/.github/workflows/codeql-javascript.yml@main
16+
with:
17+
# optional input for longer-running builds
18+
timeout-minutes: 25
19+

.github/workflows/dependency-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ on:
2121

2222
jobs:
2323
dependency-review:
24-
uses: hyperwallet/security-workflows/.github/workflows/dependency-review.yml@main
24+
uses: hyperwallet/public-security-workflows/.github/workflows/dependency-review.yml@main

0 commit comments

Comments
 (0)