From 1b7c421171808f014ac14a6808933561db37e10e Mon Sep 17 00:00:00 2001 From: Christoph Hamsen <37963496+xopham@users.noreply.github.com> Date: Wed, 5 Feb 2025 12:35:03 +0100 Subject: [PATCH] ci: unpin datadog actions (#5199) This partially reverts commit 5d6e69851010d52d1c0c840a5e5c152e3ee94488. Co-authored-by: simon-id --- .github/workflows/datadog-static-analysis.yml | 2 +- .github/workflows/serverless-integration-test.yml | 4 ++-- .github/workflows/system-tests.yml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/datadog-static-analysis.yml b/.github/workflows/datadog-static-analysis.yml index ebc1bf5c086..929a96662de 100644 --- a/.github/workflows/datadog-static-analysis.yml +++ b/.github/workflows/datadog-static-analysis.yml @@ -18,7 +18,7 @@ jobs: uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Check code meets quality and security standards id: datadog-static-analysis - uses: DataDog/datadog-static-analyzer-github-action@06d501a75f56e4075c67a7dbc61a74b6539a05c8 # v1.2.1 + uses: DataDog/datadog-static-analyzer-github-action@v1 with: dd_api_key: ${{ secrets.DD_STATIC_ANALYSIS_API_KEY }} dd_app_key: ${{ secrets.DD_STATIC_ANALYSIS_APP_KEY }} diff --git a/.github/workflows/serverless-integration-test.yml b/.github/workflows/serverless-integration-test.yml index ac4b923cd5e..2654c305011 100644 --- a/.github/workflows/serverless-integration-test.yml +++ b/.github/workflows/serverless-integration-test.yml @@ -13,8 +13,8 @@ jobs: integration: # Google Auth permissions permissions: - contents: "read" - id-token: "write" + contents: 'read' + id-token: 'write' strategy: matrix: version: [18, latest] diff --git a/.github/workflows/system-tests.yml b/.github/workflows/system-tests.yml index 5e705e854d1..949d74e5b0f 100644 --- a/.github/workflows/system-tests.yml +++ b/.github/workflows/system-tests.yml @@ -28,7 +28,7 @@ jobs: get-scenarios: name: Get parameters - uses: DataDog/system-tests/.github/workflows/compute-workflow-parameters.yml@994e6f9976f16c13c1cb15c02714d786e0eb8eb1 # main + uses: DataDog/system-tests/.github/workflows/compute-workflow-parameters.yml@main with: library: nodejs scenarios_groups: essentials,appsec_rasp @@ -87,7 +87,7 @@ jobs: parametric: needs: - build-artifacts - uses: DataDog/system-tests/.github/workflows/run-parametric.yml@994e6f9976f16c13c1cb15c02714d786e0eb8eb1 # main + uses: DataDog/system-tests/.github/workflows/run-parametric.yml@main secrets: inherit with: library: nodejs