Skip to content

Commit ecd6057

Browse files
committed
ci: remove deprecated field in datadog-static-analyzer-github-action
1 parent 02d20a4 commit ecd6057

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

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

+1-4
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,5 @@ 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-

0 commit comments

Comments
 (0)