Skip to content

Commit

Permalink
static analysis actions
Browse files Browse the repository at this point in the history
  • Loading branch information
edward-smith committed Feb 3, 2024
1 parent bb18845 commit a697208
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/datadog-static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
name: Datadog Static Analyzer
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Check code meets quality standards
id: datadog-static-analysis
uses: DataDog/datadog-static-analyzer-github-action@v1
Expand All @@ -16,4 +16,4 @@ jobs:
dd_service: conductor
dd_env: ci
dd_site: datadoghq.com
cpu_count: 4
cpu_count: 2

0 comments on commit a697208

Please sign in to comment.