File tree Expand file tree Collapse file tree 1 file changed +1
-12
lines changed
Expand file tree Collapse file tree 1 file changed +1
-12
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments