We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
datadog-static-analyzer-github-action
1 parent 02d20a4 commit ecd6057Copy full SHA for ecd6057
.github/workflows/datadog-static-analysis.yml
@@ -8,7 +8,7 @@ jobs:
8
permissions:
9
actions: read # read secrets
10
contents: read
11
- statuses: write # add status checks (?)
+ statuses: write # add status checks (?)
12
steps:
13
- name: Checkout
14
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
@@ -18,8 +18,5 @@ jobs:
18
with:
19
dd_api_key: ${{ secrets.DD_API_KEY }}
20
dd_app_key: ${{ secrets.DD_APP_KEY }}
21
- dd_service: dd-trace-dotnet
22
dd_site: datadoghq.com
23
- dd_env: ci
24
cpu_count: 2
25
-
0 commit comments