Skip to content

Commit 1b7c421

Browse files
xophamsimon-id
andauthored
ci: unpin datadog actions (#5199)
This partially reverts commit 5d6e698. Co-authored-by: simon-id <simon.id@datadoghq.com>
1 parent 3b782cd commit 1b7c421

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1919
- name: Check code meets quality and security standards
2020
id: datadog-static-analysis
21-
uses: DataDog/datadog-static-analyzer-github-action@06d501a75f56e4075c67a7dbc61a74b6539a05c8 # v1.2.1
21+
uses: DataDog/datadog-static-analyzer-github-action@v1
2222
with:
2323
dd_api_key: ${{ secrets.DD_STATIC_ANALYSIS_API_KEY }}
2424
dd_app_key: ${{ secrets.DD_STATIC_ANALYSIS_APP_KEY }}

.github/workflows/serverless-integration-test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ jobs:
1313
integration:
1414
# Google Auth permissions
1515
permissions:
16-
contents: "read"
17-
id-token: "write"
16+
contents: 'read'
17+
id-token: 'write'
1818
strategy:
1919
matrix:
2020
version: [18, latest]

.github/workflows/system-tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
get-scenarios:
3030
name: Get parameters
31-
uses: DataDog/system-tests/.github/workflows/compute-workflow-parameters.yml@994e6f9976f16c13c1cb15c02714d786e0eb8eb1 # main
31+
uses: DataDog/system-tests/.github/workflows/compute-workflow-parameters.yml@main
3232
with:
3333
library: nodejs
3434
scenarios_groups: essentials,appsec_rasp
@@ -87,7 +87,7 @@ jobs:
8787
parametric:
8888
needs:
8989
- build-artifacts
90-
uses: DataDog/system-tests/.github/workflows/run-parametric.yml@994e6f9976f16c13c1cb15c02714d786e0eb8eb1 # main
90+
uses: DataDog/system-tests/.github/workflows/run-parametric.yml@main
9191
secrets: inherit
9292
with:
9393
library: nodejs

0 commit comments

Comments
 (0)