Skip to content

Commit 2a4914d

Browse files
rochdevszegedi
authored andcommitted
pin system tests to a specific commit (#6289)
1 parent 180ff5b commit 2a4914d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ updates:
1010
- "/"
1111
- "/.github/actions/*"
1212
- "/.github/actions/*/*"
13+
- "/.github/workflows/*"
1314
schedule:
1415
interval: "weekly"
1516
groups:

.github/workflows/system-tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,11 @@ jobs:
3131
main:
3232
needs:
3333
- build-artifacts
34-
uses: DataDog/system-tests/.github/workflows/system-tests.yml@main
34+
uses: DataDog/system-tests/.github/workflows/system-tests.yml@b2523d82a7fcffb5ca642ee7b76eb476fbef04fe
3535
secrets: inherit
3636
permissions:
3737
contents: read
38+
id-token: write
3839
packages: write
3940
with:
4041
library: nodejs

0 commit comments

Comments
 (0)