Skip to content

Commit

Permalink
docs(code-analysis): remove deprecated fields in `datadog-sca-github-…
Browse files Browse the repository at this point in the history
…action` examples
  • Loading branch information
amaanq committed Feb 7, 2025
1 parent d758306 commit 17ce749
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,6 @@ jobs:
with:
dd_api_key: ${{ secrets.DD_API_KEY }}
dd_app_key: ${{ secrets.DD_APP_KEY }}
dd_service: my-app
dd_env: ci
dd_site: "datadoghq.com"
```
Expand Down
2 changes: 0 additions & 2 deletions content/es/getting_started/code_analysis/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,6 @@ jobs:
with:
dd_api_key: ${{ secrets.DD_API_KEY }}
dd_app_key: ${{ secrets.DD_APP_KEY }}
dd_service: shopist
dd_env: ci
dd_site: datadoghq.com
```

Expand Down
2 changes: 0 additions & 2 deletions content/ja/getting_started/code_analysis/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,6 @@ jobs:
with:
dd_api_key: ${{ secrets.DD_API_KEY }}
dd_app_key: ${{ secrets.DD_APP_KEY }}
dd_service: shopist
dd_env: ci
dd_site: datadoghq.com
```

Expand Down

0 comments on commit 17ce749

Please sign in to comment.