Skip to content

Commit 79da954

Browse files
Merge branch 'master' into juan-fernandez/fix-jest-parse-error-test-suite-flush
2 parents d7dca58 + 5e82809 commit 79da954

File tree

14 files changed

+330
-593
lines changed

14 files changed

+330
-593
lines changed

.github/chainguard/release-proposal.sts.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ subject: repo:DataDog/dd-trace-js:ref:refs/heads/master
55
claim_pattern:
66
event_name: (workflow_dispatch|schedule)
77
ref: refs/heads/master
8-
ref_protected: "true"
98
job_workflow_ref: DataDog/dd-trace-js/.github/workflows/release-proposal.yml@refs/heads/master
109

1110
permissions:

.github/workflows/all-green.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
GITHUB_PR_NUMBER: ${{ github.event.pull_request.number }}
3535
GITHUB_TOKEN: ${{ github.token }}
3636
POLLING_INTERVAL: 1
37-
RETRIES: 15
37+
RETRIES: 30
3838
- name: Require vendor validation when vendor/ changes
3939
if: github.event_name == 'pull_request'
4040
env:

.github/workflows/llmobs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ jobs:
246246
env:
247247
PLUGINS: langgraph
248248
steps:
249-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
249+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
250250
- uses: ./.github/actions/plugins/test
251251
with:
252252
dd_api_key: ${{ secrets.DD_API_KEY }}

.github/workflows/project.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ jobs:
212212
scope: DataDog/dd-trace-js
213213
policy: yarn-dedupe
214214

215-
- uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
215+
- uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
216216
with:
217217
name: yarn-lock
218218
path: ${{ runner.temp }}/yarn-lock-artifact

.github/workflows/release.yml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -145,20 +145,3 @@ jobs:
145145
git tag --force dev
146146
git push origin :refs/tags/dev
147147
git push origin --tags
148-
149-
status:
150-
needs: ["publish-v3", "publish-v4", "publish-latest"]
151-
if: always() && contains(needs.*.result, 'success')
152-
runs-on: ubuntu-latest
153-
permissions:
154-
id-token: write
155-
contents: read
156-
pull-requests: read
157-
env:
158-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
159-
steps:
160-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
161-
with:
162-
sparse-checkout: scripts/release/status.js
163-
- uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
164-
- run: node scripts/release/status.js

.github/workflows/update-3rdparty-licenses.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ jobs:
143143
policy: update-3rdparty-licenses
144144

145145
- name: Download updated LICENSE-3rdparty.csv
146-
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
146+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
147147
with:
148148
name: license-csv
149149

0 commit comments

Comments
 (0)