We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1aa00f commit 8e9cf84Copy full SHA for 8e9cf84
.github/dependabot.yml
@@ -10,6 +10,7 @@ updates:
10
- "/"
11
- "/.github/actions/*"
12
- "/.github/actions/*/*"
13
+ - "/.github/workflows/*"
14
schedule:
15
interval: "weekly"
16
groups:
.github/workflows/system-tests.yml
@@ -31,10 +31,11 @@ jobs:
31
main:
32
needs:
33
- build-artifacts
34
- uses: DataDog/system-tests/.github/workflows/system-tests.yml@main
+ uses: DataDog/system-tests/.github/workflows/system-tests.yml@b2523d82a7fcffb5ca642ee7b76eb476fbef04fe
35
secrets: inherit
36
permissions:
37
contents: read
38
+ id-token: write
39
packages: write
40
with:
41
library: nodejs
0 commit comments