Skip to content

Commit 28d26a3

Browse files
chore: Pin system-tests for release branch
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 7f969ea commit 28d26a3

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
@@ -63,7 +63,7 @@ jobs:
6363
needs:
6464
- build
6565
# If you change the following comment, update the pattern in the update_system_test_reference.sh script to match.
66-
uses: DataDog/system-tests/.github/workflows/system-tests.yml@main # system tests are pinned for releases only
66+
uses: DataDog/system-tests/.github/workflows/system-tests.yml@7b752fc6b6946d93995285ef8ec345bdc5e9da08 # system tests are pinned for releases only
6767
secrets: inherit
6868
permissions:
6969
contents: read
@@ -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: main # system tests are pinned for releases only
75+
ref: 7b752fc6b6946d93995285ef8ec345bdc5e9da08 # 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)