Skip to content

Commit 9f42f2e

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 caf0522 commit 9f42f2e

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
@@ -61,7 +61,7 @@ jobs:
6161
needs:
6262
- build
6363
# If you change the following comment, update the pattern in the update_system_test_reference.sh script to match.
64-
uses: DataDog/system-tests/.github/workflows/system-tests.yml@main # system tests are pinned for releases only
64+
uses: DataDog/system-tests/.github/workflows/system-tests.yml@b305ca96886cf52bf94dbee1547e362def19a363 # system tests are pinned for releases only
6565
secrets: inherit
6666
permissions:
6767
contents: read
@@ -70,7 +70,7 @@ jobs:
7070
with:
7171
library: java
7272
# If you change the following comment, update the pattern in the update_system_test_reference.sh script to match.
73-
ref: main # system tests are pinned for releases only
73+
ref: b305ca96886cf52bf94dbee1547e362def19a363 # system tests are pinned for releases only
7474
binaries_artifact: binaries
7575
desired_execution_time: 900 # 15 minutes
7676
scenarios_groups: tracer-release

0 commit comments

Comments
 (0)