Skip to content

Commit 975ffb3

Browse files
authored
Remove deprecated field in datadog-static-analyzer-github-action (#6916)
## Summary of changes Removes [deprecated fields](https://github.com/DataDog/datadog-static-analyzer-github-action#deprecated-inputs) in the [datadog-static-analyzer-github-action](https://github.com/DataDog/datadog-static-analyzer-github-action) ## Reason for change The field is deprecated ## Implementation details 2 Input fields to GH action were removed ## Test coverage ## Other details Clone of - #6639
1 parent f0c9f6a commit 975ffb3

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/datadog-static-analysis.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
permissions:
99
actions: read # read secrets
1010
contents: read
11-
statuses: write # add status checks (?)
11+
statuses: write # add status checks (?)
1212
steps:
1313
- name: Checkout
1414
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
@@ -18,8 +18,6 @@ jobs:
1818
with:
1919
dd_api_key: ${{ secrets.DD_API_KEY }}
2020
dd_app_key: ${{ secrets.DD_APP_KEY }}
21-
dd_service: dd-trace-dotnet
2221
dd_site: datadoghq.com
23-
dd_env: ci
2422
cpu_count: 2
25-
23+

0 commit comments

Comments
 (0)