Samuel Attard
f4a50a8fde
build: skip archiving patch conflict fix artifact ( #50251 )
...
The update-patches artifact is a single .patch file, so zipping it
is unnecessary overhead. With archive: false, gh run download fetches
the raw file directly without requiring a decompression step.
Co-authored-by: Claude <noreply@anthropic.com>
2026-03-13 21:49:05 +00:00
Samuel Attard
816e5964fb
build: add patch conflict resolution workflow with CI artifacts ( #50235 )
...
ci: upload patch conflict fix as artifact in apply-patches
When patch-up.js cannot auto-push the 3-way-merged patch diff (e.g. on
fork PRs), the checkout action already writes patches/update-patches.patch
and tells the user to check CI artifacts — but nothing was uploading it.
This adds the missing upload-artifact step to the apply-patches job so
the resolved diff is available for download, and documents in CLAUDE.md
that pulling this artifact and applying it with `git am` is the fast
path for fixing patch conflicts on PR branches without a full local sync.
Co-authored-by: Claude <noreply@anthropic.com>
2026-03-13 01:46:29 +00:00
John Kleinschmidt
55ebdfb26b
ci: add timeout to test step ( #50186 )
...
Additionally, take a screenshot on timeout so that we can debug why there is a hang
2026-03-11 09:48:47 +01:00
dependabot[bot]
3691451c71
build(deps): bump github/codeql-action from 4.32.5 to 4.32.6 ( #50179 )
...
Bumps [github/codeql-action](https://github.com/github/codeql-action ) from 4.32.5 to 4.32.6.
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](c793b717bc...0d579ffd05 )
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-version: 4.32.6
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-10 09:52:19 +01:00
dependabot[bot]
bda1becab0
build(deps): bump actions/setup-node from 6.2.0 to 6.3.0 ( #50180 )
...
Bumps [actions/setup-node](https://github.com/actions/setup-node ) from 6.2.0 to 6.3.0.
- [Release notes](https://github.com/actions/setup-node/releases )
- [Commits](6044e13b5d...53b83947a5 )
---
updated-dependencies:
- dependency-name: actions/setup-node
dependency-version: 6.3.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-10 09:42:58 +01:00
Michaela Laurencin
dda92fd53d
ci: add workflow to remove 'needs-signed-commits' label ( #50103 )
2026-03-09 18:45:49 -07:00
David Sanders
0d869c2007
ci: calculate dates for release board automation ( #50081 )
2026-03-09 11:35:55 +01:00
Developer-Ecosystem-Engineering
d6fc627ba5
feat: replace deprecated NSUserNotifications with User Notifications ( #47817 )
...
* refactor: replace deprecated NSUserNotifications with User Notifications
Removes deprecated NSUserNotification API, now using User Notifications
It replaces API calls for generating, scheduling, and receiving native
macOS notifications with equivalent API calls from the new framework,
or functionally equivalent implementations.
To preserve the existing Notification module API, special handling was
required in certain cases:
- Dynamically declared notification actions
Typically, notification actions should be declared at app launch time
when using the User Notifications framework. However, this isn’t
compatible with Electron’s architecture. Instead, we dynamically
declare new notifications actions when necessary and carefully manage
the existing actions registered at runtime.
- Localizations for ‘Reply’ and ‘Show’ labels
New translation files are added and processed through GRIT to add
localizations for “Reply” and “Show” button labels which were
initially supplied by the NSUserNotification framework.
* Use NotificationImageRetainer pattern from //chrome
* build: fix lint
* build: update config to handle --translate-gender for pak files
* test: also sign on arm64
* fix: add error handling for scheduling notification
* docs: add details to breaking changes
* docs: clarify breaking change details
* docs: add details for notifications tutorial and API documentation
---------
Co-authored-by: Keeley Hammond <khammond@slack-corp.com>
2026-03-05 11:57:19 -08:00
Keeley Hammond
ff623a731c
build: fix code-signing for MacOS x64 tests ( #50058 )
...
* fix: code-sign binaries for notification tests
* test: remove redundent feedURL test
* test: move squirrel feed tests to api-autoupdater
* fix: fix SQRLShipItRequest.JSONKeyPathsByPropertyKey mappings
* Revert "fix: fix SQRLShipItRequest.JSONKeyPathsByPropertyKey mappings"
This reverts commit 5ad9892a6769917fcfae86104d646c73f34f1f02.
* test: unsign tests requiring no signed app
2026-03-04 11:58:47 -05:00
dependabot[bot]
7b1dde1f10
build(deps): bump github/codeql-action from 4.32.4 to 4.32.5 ( #50039 )
...
Bumps [github/codeql-action](https://github.com/github/codeql-action ) from 4.32.4 to 4.32.5.
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](89a39a4e59...c793b717bc )
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-version: 4.32.5
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-03 12:07:37 -05:00
dependabot[bot]
6418847fd2
build(deps): bump actions/download-artifact from 7.0.0 to 8.0.0 ( #50037 )
...
Bumps [actions/download-artifact](https://github.com/actions/download-artifact ) from 7.0.0 to 8.0.0.
- [Release notes](https://github.com/actions/download-artifact/releases )
- [Commits](37930b1c2a...70fc10c6e5 )
---
updated-dependencies:
- dependency-name: actions/download-artifact
dependency-version: 8.0.0
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-03 16:00:15 +01:00
dependabot[bot]
f037673655
build(deps): bump actions/upload-artifact from 6.0.0 to 7.0.0 ( #50038 )
...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact ) from 6.0.0 to 7.0.0.
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](b7c566a772...bbbca2ddaa )
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-version: 7.0.0
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-03 10:41:43 +01:00
Shelley Vohr
e1e11c8fbe
build: authenticate curl requests to googlesource in lint workflow ( #50001 )
...
fix: authenticate curl requests to googlesource in lint workflow
The "Download GN Binary" and "Download clang-format Binary" steps
fetch files from chromium.googlesource.com without passing
authentication cookies. When googlesource rate-limits or returns a
transient error (502), the HTML error page is piped into `base64 -d`,
causing `base64: invalid input`.
The `set-chromium-cookie` action already configures `~/.gitcookies`
in a prior step. Pass `-b ~/.gitcookies` to both `curl` calls so
they authenticate, matching what the cookie verification step itself
does.
2026-03-02 11:29:49 -05:00
Mitchell Cohen
6a2571ee3d
ci: Wayland test job, helpers, and app spec ( #49908 )
...
* wayland test chromium patch
* ci: add wayland test job and helpers
* use weston directly instead of wlheadless-run
* roll build image to eac3529
* fixed exec command
* Update .github/workflows/pipeline-segment-electron-test.yml
Co-authored-by: John Kleinschmidt <kleinschmidtorama@gmail.com>
* Update .github/workflows/pipeline-segment-electron-test.yml
Co-authored-by: John Kleinschmidt <kleinschmidtorama@gmail.com>
* chore: fixup shard case statement
* reverted leftover patch line
---------
Co-authored-by: John Kleinschmidt <kleinschmidtorama@gmail.com>
2026-02-25 14:51:13 -05:00
David Sanders
aca83afeef
ci: add maintainer /request-review command ( #49927 )
...
Assisted-by: Claude Opus 4.6
2026-02-24 20:13:37 -08:00
dependabot[bot]
818b28410f
build(deps): bump github/codeql-action from 4.32.3 to 4.32.4 ( #49925 )
...
Bumps [github/codeql-action](https://github.com/github/codeql-action ) from 4.32.3 to 4.32.4.
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](9e907b5e64...89a39a4e59 )
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-version: 4.32.4
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-02-24 16:13:04 +01:00
dependabot[bot]
02eed1ec0b
build(deps): bump actions/stale from 10.1.1 to 10.2.0 ( #49924 )
...
Bumps [actions/stale](https://github.com/actions/stale ) from 10.1.1 to 10.2.0.
- [Release notes](https://github.com/actions/stale/releases )
- [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md )
- [Commits](997185467f...b5d41d4e1d )
---
updated-dependencies:
- dependency-name: actions/stale
dependency-version: 10.2.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-02-24 16:11:18 +01:00
David Sanders
fa2b9ac466
ci: fix checking latest release for website docs update ( #49918 )
2026-02-23 15:22:01 -08:00
dependabot[bot]
ca61f2d7df
build(deps): bump actions-cool/issues-helper from 3.7.5 to 3.7.6 ( #49813 )
...
Bumps [actions-cool/issues-helper](https://github.com/actions-cool/issues-helper ) from 3.7.5 to 3.7.6.
- [Release notes](https://github.com/actions-cool/issues-helper/releases )
- [Changelog](https://github.com/actions-cool/issues-helper/blob/main/CHANGELOG.md )
- [Commits](e2ff99831a...71b62d7da7 )
---
updated-dependencies:
- dependency-name: actions-cool/issues-helper
dependency-version: 3.7.6
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-02-17 11:24:20 +01:00
dependabot[bot]
1322bee878
build(deps): bump github/codeql-action from 4.32.2 to 4.32.3 ( #49814 )
...
Bumps [github/codeql-action](https://github.com/github/codeql-action ) from 4.32.2 to 4.32.3.
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](45cbd0c69e...9e907b5e64 )
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-version: 4.32.3
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-02-17 11:24:06 +01:00
John Kleinschmidt
0284b9afcc
build: fixup attestation for release assets ( #49732 )
...
* build: fixup attestation for release assets
* Generate artifact attestation for generated artifacts
* set id-token for attestation
* Add artifact-metadata permission for attestation
* add permissions for testing attestations
* Revert "add permissions for testing attestations"
This reverts commit 0284bed17511521d21fe8e0dd1bceab50545b1e2.
* Revert "set id-token for attestation"
This reverts commit 69a1b13a188418b13fc65dac28d33234acdaa1d7.
* Revert "Generate artifact attestation for generated artifacts"
This reverts commit ee0536eceb9eeeb94ee8105ffda66cbabd5751de.
2026-02-11 07:17:59 -05:00
David Sanders
52061b4c28
ci: add markdownlint problem matcher ( #49751 )
2026-02-11 13:17:29 +01:00
dependabot[bot]
ef5b232e9f
build(deps): bump github/codeql-action from 4.32.1 to 4.32.2 ( #49735 )
...
Bumps [github/codeql-action](https://github.com/github/codeql-action ) from 4.32.1 to 4.32.2.
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](6bc82e05fd...45cbd0c69e )
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-version: 4.32.2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-02-10 15:06:42 +01:00
David Sanders
a3563422c4
ci: fix patches changes detected in apply patches workflow ( #49701 )
2026-02-06 13:48:30 -08:00
Michaela Laurencin
15dc7170ef
ci: fix ai-pr label commenting ( #49685 )
2026-02-05 14:27:46 -05:00
Samuel Attard
dec7f937ae
build: generate artifact attestions for released assets ( #48239 )
...
* build: generate artifact attestions for released assets
* chore: address review feedback
---------
Co-authored-by: John Kleinschmidt <kleinschmidtorama@gmail.com>
2026-02-05 09:37:17 -05:00
David Sanders
41c7e9bb21
ci: use squash merge for apply patches workflow ( #49667 )
2026-02-04 15:51:49 -08:00
John Kleinschmidt
4ea2d816b8
revert(ci): use new case syntax in workflows ( #49665 )
...
Revert "ci: use new case syntax in workflows (#49590 )"
This reverts commit def7854848 .
2026-02-04 14:55:20 -05:00
David Sanders
ef11669b67
ci: handle PRs with no checks in rerun apply patches ( #49630 )
2026-02-04 16:13:27 +01:00
Shelley Vohr
def7854848
ci: use new case syntax in workflows ( #49590 )
...
ci: use new case synta in workflows
2026-02-03 11:57:14 -05:00
dependabot[bot]
bdf2b67462
build(deps): bump github/codeql-action from 4.32.0 to 4.32.1 ( #49629 )
...
Bumps [github/codeql-action](https://github.com/github/codeql-action ) from 4.32.0 to 4.32.1.
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](b20883b0cd...6bc82e05fd )
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-version: 4.32.1
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-02-03 15:03:22 +01:00
Michaela Laurencin
92a3f7d6c1
ci: add workflow for commenting with new 'ai-pr' label ( #49564 )
...
* add workflow for commenting with new 'ai-pr' label
* Update .github/workflows/pull-request-labeled.yml
Co-authored-by: David Sanders <dsanders11@ucsbalum.com>
* add pr autoclose
* replace with specific secret
Co-authored-by: David Sanders <dsanders11@ucsbalum.com>
* specify repo
Co-authored-by: David Sanders <dsanders11@ucsbalum.com>
* update wording of comment
* chore: use GH app token
* chore: fix indentation
---------
Co-authored-by: David Sanders <dsanders11@ucsbalum.com>
2026-01-29 13:12:42 -05:00
David Sanders
0e161c18eb
ci: rework reapply patches ( #49552 )
2026-01-29 11:19:07 -05:00
dependabot[bot]
441729c3a0
build(deps): bump actions/checkout from 6.0.1 to 6.0.2 ( #49541 )
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 6.0.1 to 6.0.2.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](8e8c483db8...de0fac2e45 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: 6.0.2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-27 11:37:15 +01:00
dependabot[bot]
ec5eb64788
build(deps): bump github/codeql-action from 4.31.10 to 4.32.0 ( #49540 )
...
Bumps [github/codeql-action](https://github.com/github/codeql-action ) from 4.31.10 to 4.32.0.
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](cdefb33c0f...b20883b0cd )
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-version: 4.32.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-27 11:00:13 +01:00
David Sanders
0cc15a6386
ci: reapply patches if PR base branch updates them ( #49516 )
2026-01-26 15:13:34 -05:00
David Sanders
4aa89b9c3c
ci: add pipeline segment to run clang-tidy ( #49072 )
...
* ci: add pipeline segment to run clang-tidy
* chore: set -header-filter='' for clang-tidy
Breaking change in `clang-tidy` 22.0.0:
> clang-tidy now displays warnings from all non-system headers by default.
> Previously, users had to explicitly opt-in to header warnings using
> -header-filter=’.*’. To disable warnings from non-system, set
> -header-filter to an empty string.
2026-01-26 14:37:01 -05:00
Felix Rieseberg
ae43f17b79
build: Run gh workflows only on e/e ( #49521 )
2026-01-26 14:35:11 -05:00
David Sanders
5856b2e01c
ci: trigger website docs update on release published ( #49429 )
2026-01-21 10:44:18 -05:00
dependabot[bot]
47766801e4
build(deps): bump actions/setup-node from 6.1.0 to 6.2.0 ( #49456 )
...
Bumps [actions/setup-node](https://github.com/actions/setup-node ) from 6.1.0 to 6.2.0.
- [Release notes](https://github.com/actions/setup-node/releases )
- [Commits](395ad32622...6044e13b5d )
---
updated-dependencies:
- dependency-name: actions/setup-node
dependency-version: 6.2.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-20 09:40:02 +01:00
dependabot[bot]
bf0510dc22
build(deps): bump electron/github-app-auth-action from 1.1.1 to 2.0.0 ( #49457 )
...
Bumps [electron/github-app-auth-action](https://github.com/electron/github-app-auth-action ) from 1.1.1 to 2.0.0.
- [Release notes](https://github.com/electron/github-app-auth-action/releases )
- [Commits](384fd19694...e14e47722e )
---
updated-dependencies:
- dependency-name: electron/github-app-auth-action
dependency-version: 2.0.0
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-20 09:39:47 +01:00
dependabot[bot]
060e76f1b6
build(deps): bump actions/upload-artifact from 5.0.0 to 6.0.0 ( #49220 )
...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact ) from 5.0.0 to 6.0.0.
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](330a01c490...b7c566a772 )
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-version: 6.0.0
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-16 09:55:38 +01:00
electron-roller[bot]
5d80264944
chore: bump chromium to 145.0.7628.0 (main) ( #49331 )
...
* chore: bump chromium in DEPS to 145.0.7620.0
* chore: bump chromium in DEPS to 145.0.7622.0
* chore: bump chromium in DEPS to 145.0.7624.0
* chore: bump chromium in DEPS to 145.0.7626.0
* chore: bump chromium in DEPS to 145.0.7628.0
* 7362759: Migrate various base::Contains() to contains() in ui | https://chromium-review.googlesource.com/c/chromium/src/+/7362759
* chore: update patches
* 7411324: url: Mark deprecated functions as UNSAFE_BUFFER_USAGE
https://chromium-review.googlesource.com/c/chromium/src/+/7411324
* 7366867: Store property info in CSSParserLocalContext for random()
https://chromium-review.googlesource.com/c/chromium/src/+/7366867
* 7277406: Exclude PiP from getDisplayMedia picker thumbnails
https://chromium-review.googlesource.com/c/chromium/src/+/7277406
* 7253489: activity_reporter: Create stub module owned by browser_process
https://chromium-review.googlesource.com/c/chromium/src/+/7253489
* 7404514: Create device parental controls delegate
https://chromium-review.googlesource.com/c/chromium/src/+/7404514
* 7269504: Update histograms to use the updated MediaStreamRequestResult enum
https://chromium-review.googlesource.com/c/chromium/src/+/7269504
* fixup! 7253489: activity_reporter: Create stub module owned by browser_process
* 7368549: Reland "Use native rollup"
https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/7368549
* 4803165: Enable suppressing input event dispatch while paint-holding.
https://chromium-review.googlesource.com/c/chromium/src/+/4803165
* chore: make device_parental_controls lazy
---------
Co-authored-by: electron-roller[bot] <84116207+electron-roller[bot]@users.noreply.github.com>
Co-authored-by: Keeley Hammond <khammond@slack-corp.com>
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com>
2026-01-14 15:34:24 +01:00
Shelley Vohr
15acf70760
build: roll build-image to a82b87d ( #49377 )
...
build: roll build-image to a82b87d
2026-01-13 12:13:14 +01:00
dependabot[bot]
324eb0eb1c
build(deps): bump github/codeql-action from 4.31.7 to 4.31.10 ( #49376 )
...
Bumps [github/codeql-action](https://github.com/github/codeql-action ) from 4.31.7 to 4.31.10.
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](cf1bb45a27...cdefb33c0f )
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-version: 4.31.10
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-13 10:25:10 +01:00
dependabot[bot]
a89b2cd9bc
build(deps): bump actions/download-artifact from 6.0.0 to 7.0.0 ( #49221 )
...
Bumps [actions/download-artifact](https://github.com/actions/download-artifact ) from 6.0.0 to 7.0.0.
- [Release notes](https://github.com/actions/download-artifact/releases )
- [Commits](018cc2cf5b...37930b1c2a )
---
updated-dependencies:
- dependency-name: actions/download-artifact
dependency-version: 7.0.0
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-06 15:48:38 -05:00
dependabot[bot]
c1a031be83
build(deps): bump actions-cool/issues-helper from 3.7.3 to 3.7.5 ( #49282 )
...
Bumps [actions-cool/issues-helper](https://github.com/actions-cool/issues-helper ) from 3.7.3 to 3.7.5.
- [Release notes](https://github.com/actions-cool/issues-helper/releases )
- [Changelog](https://github.com/actions-cool/issues-helper/blob/main/CHANGELOG.md )
- [Commits](3809910bc1...e2ff99831a )
---
updated-dependencies:
- dependency-name: actions-cool/issues-helper
dependency-version: 3.7.5
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-05 12:26:03 -05:00
David Sanders
a486185e10
ci: disallow non-maintainer changes to Yarn files ( #49186 )
2025-12-11 09:25:29 -05:00
dependabot[bot]
33f6942565
build(deps): bump actions/stale from 10.1.0 to 10.1.1 ( #49159 )
...
Bumps [actions/stale](https://github.com/actions/stale ) from 10.1.0 to 10.1.1.
- [Release notes](https://github.com/actions/stale/releases )
- [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md )
- [Commits](5f858e3efb...997185467f )
---
updated-dependencies:
- dependency-name: actions/stale
dependency-version: 10.1.1
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-09 12:14:50 -05:00
dependabot[bot]
a1b2e82778
build(deps): bump actions-cool/issues-helper from 3.7.2 to 3.7.3 ( #49157 )
...
Bumps [actions-cool/issues-helper](https://github.com/actions-cool/issues-helper ) from 3.7.2 to 3.7.3.
- [Release notes](https://github.com/actions-cool/issues-helper/releases )
- [Changelog](https://github.com/actions-cool/issues-helper/blob/main/CHANGELOG.md )
- [Commits](9861779a69...3809910bc1 )
---
updated-dependencies:
- dependency-name: actions-cool/issues-helper
dependency-version: 3.7.3
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-09 12:14:13 -05:00