From 4164066143508d7bea47e29e287ea7e1ebea7d76 Mon Sep 17 00:00:00 2001 From: sekhara-madduru <123759301+sekhara-madduru@users.noreply.github.com> Date: Mon, 29 Sep 2025 09:49:55 +0530 Subject: [PATCH 1/4] adding datadog --- .github/workflows/codeql.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 7f0f90e..3d7bac5 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -23,4 +23,5 @@ jobs: language: javascript-typescript build-mode: 'none' timeout-minutes: 25 - + secrets: + DATADOG_API_KEY: ${{ secrets.DATADOG_PAYPAL_QA_TOKEN }} \ No newline at end of file From 773005b01ec5ed5612593e206a2deffe710e92d7 Mon Sep 17 00:00:00 2001 From: sekhara-madduru <123759301+sekhara-madduru@users.noreply.github.com> Date: Mon, 29 Sep 2025 09:53:01 +0530 Subject: [PATCH 2/4] datadog --- .github/workflows/codeql.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 3d7bac5..aa41558 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -23,5 +23,4 @@ jobs: language: javascript-typescript build-mode: 'none' timeout-minutes: 25 - secrets: DATADOG_API_KEY: ${{ secrets.DATADOG_PAYPAL_QA_TOKEN }} \ No newline at end of file From 8187100b8511fd0aebc2e4ca189a82b67f4ab665 Mon Sep 17 00:00:00 2001 From: sekhara-madduru <123759301+sekhara-madduru@users.noreply.github.com> Date: Mon, 29 Sep 2025 10:22:49 +0530 Subject: [PATCH 3/4] datadog add --- .github/workflows/dependency-review.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/dependency-review.yml b/.github/workflows/dependency-review.yml index 19140c5..b247c96 100644 --- a/.github/workflows/dependency-review.yml +++ b/.github/workflows/dependency-review.yml @@ -1,10 +1,11 @@ -name: CodeQL Dependency Review - SCA +name: Dependency Review on: pull_request: - push: - workflow_dispatch: + branches: [ master ] jobs: dependency-review: - uses: hyperwallet/public-security-workflows/.github/workflows/dependency-review.yml@main \ No newline at end of file + uses: hyperwallet/public-security-workflows/.github/workflows/dependency-review.yml@main + secrets: + DATADOG_API_KEY: ${{ secrets.DATADOG_PAYPAL_QA_TOKEN }} \ No newline at end of file From 71f4be9a4c71ebf890b9b25321e1b0eada051137 Mon Sep 17 00:00:00 2001 From: sekhara-madduru <123759301+sekhara-madduru@users.noreply.github.com> Date: Mon, 29 Sep 2025 18:25:36 +0530 Subject: [PATCH 4/4] removing the dd integration --- .github/workflows/codeql.yml | 3 +-- .github/workflows/dependency-review.yml | 4 +--- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index aa41558..646da41 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -22,5 +22,4 @@ jobs: with: language: javascript-typescript build-mode: 'none' - timeout-minutes: 25 - DATADOG_API_KEY: ${{ secrets.DATADOG_PAYPAL_QA_TOKEN }} \ No newline at end of file + timeout-minutes: 25 \ No newline at end of file diff --git a/.github/workflows/dependency-review.yml b/.github/workflows/dependency-review.yml index b247c96..e69cdb1 100644 --- a/.github/workflows/dependency-review.yml +++ b/.github/workflows/dependency-review.yml @@ -6,6 +6,4 @@ on: jobs: dependency-review: - uses: hyperwallet/public-security-workflows/.github/workflows/dependency-review.yml@main - secrets: - DATADOG_API_KEY: ${{ secrets.DATADOG_PAYPAL_QA_TOKEN }} \ No newline at end of file + uses: hyperwallet/public-security-workflows/.github/workflows/dependency-review.yml@main \ No newline at end of file