Skip to content

Commit

Permalink
Merge pull request #287 from DataDog/release/v1.16.0
Browse files Browse the repository at this point in the history
[release:minor] `v1.16.0`
  • Loading branch information
AntoineDona authored Jan 9, 2025
2 parents 9869ff1 + 53e21ec commit 389f06c
Show file tree
Hide file tree
Showing 5 changed files with 38 additions and 23 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Run Datadog Synthetic tests
uses: DataDog/synthetics-ci-github-action@v1.15.0
uses: DataDog/synthetics-ci-github-action@v1.16.0
with:
api_key: ${{secrets.DD_API_KEY}}
app_key: ${{secrets.DD_APP_KEY}}
Expand All @@ -44,7 +44,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Run Datadog Synthetic tests
uses: DataDog/synthetics-ci-github-action@v1.15.0
uses: DataDog/synthetics-ci-github-action@v1.16.0
with:
api_key: ${{secrets.DD_API_KEY}}
app_key: ${{secrets.DD_APP_KEY}}
Expand All @@ -67,7 +67,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Run Datadog Synthetic tests
uses: DataDog/synthetics-ci-github-action@v1.15.0
uses: DataDog/synthetics-ci-github-action@v1.16.0
with:
api_key: ${{secrets.DD_API_KEY}}
app_key: ${{secrets.DD_APP_KEY}}
Expand All @@ -85,7 +85,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Run Datadog Synthetic tests
uses: DataDog/synthetics-ci-github-action@v1.15.0
uses: DataDog/synthetics-ci-github-action@v1.16.0
with:
api_key: ${{secrets.DD_API_KEY}}
app_key: ${{secrets.DD_APP_KEY}}
Expand All @@ -106,7 +106,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Run Datadog Synthetic tests
uses: DataDog/synthetics-ci-github-action@v1.15.0
uses: DataDog/synthetics-ci-github-action@v1.16.0
with:
api_key: ${{secrets.DD_API_KEY}}
app_key: ${{secrets.DD_APP_KEY}}
Expand Down
Binary file modified dist/build/Release/cpufeatures.node
Binary file not shown.
47 changes: 31 additions & 16 deletions dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "datadog-synthetics-github-action",
"version": "1.15.0",
"version": "1.16.0",
"author": "Datadog",
"license": "MIT",
"description": "Run Datadog Synthetics CI tests as part of your Github Actions workflow",
Expand Down

0 comments on commit 389f06c

Please sign in to comment.