Skip to content

Commit 6519cf7

Browse files
authored
Remove datadog-static-analysis prod workflow (#7967)
1 parent 3fa464a commit 6519cf7

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

.github/workflows/analyze-changes.yaml

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -16,18 +16,7 @@ jobs:
1616
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # 4.1.6
1717
with:
1818
submodules: 'recursive'
19-
- name: Check code meets quality standards (production)
20-
id: datadog-static-analysis
21-
uses: DataDog/datadog-static-analyzer-github-action@c74aff158c8cc1c3e285660713bcaa5f9c6d696e # v1
22-
with:
23-
dd_app_key: ${{ secrets.DATADOG_APP_KEY_PROD }}
24-
dd_api_key: ${{ secrets.DATADOG_API_KEY_PROD }}
25-
dd_site: "datadoghq.com"
26-
dd_service: "dd-trace-java"
27-
dd_env: "ci"
28-
cpu_count: 2
29-
enable_performance_statistics: false
30-
# Also run the static analysis on the staging environment to benefit from the new features not yet released
19+
# Run the static analysis on the staging environment to benefit from the new features not yet released
3120
- name: Check code meets quality standards (staging)
3221
id: datadog-static-analysis-staging
3322
uses: DataDog/datadog-static-analyzer-github-action@c74aff158c8cc1c3e285660713bcaa5f9c6d696e # v1

0 commit comments

Comments
 (0)