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 4b21ccf commit 52c70c7Copy full SHA for 52c70c7
1 file changed
.github/workflows/dd-static-analysis.yml
@@ -14,11 +14,11 @@ jobs:
14
15
- name: Check code meets quality and security standards
16
id: datadog-static-analysis
17
- uses: DataDog/datadog-static-analyzer-github-action@v1
+ uses: DataDog/datadog-static-analyzer-github-action@v3
18
with:
19
dd_api_key: ${{ secrets.DD_API_KEY }}
20
dd_app_key: ${{ secrets.DD_APP_KEY }}
21
dd_site: ap1.datadoghq.com
22
secrets_enabled: false
23
static_analysis_enabled: true
24
- cpu_count: 2
+ cpu_count: 2
0 commit comments