We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bc2f3d commit 7d373bfCopy full SHA for 7d373bf
.github/workflows/datadog-static-analysis.yml
@@ -11,7 +11,7 @@ jobs:
11
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
12
- name: Check code meets quality and security standards
13
id: datadog-static-analysis
14
- uses: DataDog/datadog-static-analyzer-github-action@v1
+ uses: DataDog/datadog-static-analyzer-github-action@2707598b1182dce1d1792186477b5b4132338e1c # v1.2.3
15
with:
16
dd_api_key: ${{ secrets.DD_API_KEY }}
17
dd_app_key: ${{ secrets.DD_STATIC_ANALYSIS_APP_KEY }}
0 commit comments