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 edc4732 commit 684375aCopy full SHA for 684375a
.github/workflows/codeql.yml
@@ -23,4 +23,5 @@ jobs:
23
language: python
24
build-mode: 'none'
25
timeout-minutes: 25
26
+ DATADOG_API_KEY: ${{ secrets.DATADOG_PAYPAL_QA_TOKEN }}
27
.github/workflows/dependency-review.yml
@@ -1,10 +1,11 @@
1
-name: CodeQL Dependency Review - SCA
+name: Dependency Review
2
3
on:
4
pull_request:
5
- push:
6
- workflow_dispatch:
+ branches: [ master ]
7
8
jobs:
9
dependency-review:
10
- uses: hyperwallet/public-security-workflows/.github/workflows/dependency-review.yml@main
+ uses: hyperwallet/public-security-workflows/.github/workflows/dependency-review.yml@main
+ secrets:
11
0 commit comments