Skip to content

Commit 2983bc2

Browse files
jandro996claude
andcommitted
Pin system-tests to SHA with pinned download-artifact action
Update DataDog/system-tests ref from 61f7ee29e7432cba821a4d303c95929160bd23fd to ab6ccde3946ded935e7b1ffddf260b982275795e which pins actions/download-artifact to a full commit SHA, fixing the enterprise policy violation. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent c1e6a13 commit 2983bc2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/run-system-tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
needs:
6363
- build
6464
# If you change the following comment, update the pattern in the update_system_test_reference.sh script to match.
65-
uses: DataDog/system-tests/.github/workflows/system-tests.yml@61f7ee29e7432cba821a4d303c95929160bd23fd # system tests are pinned for releases only
65+
uses: DataDog/system-tests/.github/workflows/system-tests.yml@ab6ccde3946ded935e7b1ffddf260b982275795e # system tests are pinned for releases only
6666
secrets:
6767
TEST_OPTIMIZATION_API_KEY: ${{ secrets.DATADOG_API_KEY_PROD }}
6868
permissions:
@@ -72,7 +72,7 @@ jobs:
7272
with:
7373
library: java
7474
# If you change the following comment, update the pattern in the update_system_test_reference.sh script to match.
75-
ref: 61f7ee29e7432cba821a4d303c95929160bd23fd # system tests are pinned for releases only
75+
ref: ab6ccde3946ded935e7b1ffddf260b982275795e # system tests are pinned for releases only
7676
binaries_artifact: binaries
7777
desired_execution_time: 900 # 15 minutes
7878
scenarios_groups: tracer-release

0 commit comments

Comments
 (0)