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.
1 parent 4e12645 commit 426f623Copy full SHA for 426f623
.github/workflows/codeql.yml
@@ -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
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
@@ -21,4 +21,4 @@ on:
21
22
jobs:
23
dependency-review:
24
- uses: hyperwallet/security-workflows/.github/workflows/dependency-review.yml@main
+ uses: hyperwallet/public-security-workflows/.github/workflows/dependency-review.yml@main
0 commit comments