Commit graph

443 commits

Author SHA1 Message Date
dependabot[bot] 038cbaa25d
Bump azure/login from 1 to 2 (#208616)
Bumps [azure/login](https://github.com/azure/login) from 1 to 2.
- [Release notes](https://github.com/azure/login/releases)
- [Commits](https://github.com/azure/login/compare/v1...v2)

---
updated-dependencies:
- dependency-name: azure/login
  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>
2024-03-28 11:55:52 -07:00
João Moreno 2fda9b1fa4
use oidc for deep classifier (#208382)
* use oidc for deep classifier

* secrets -> vars

* try allow-no-subscriptions

* Update permissions in deep-classifier-runner.yml

* 💄

* update ref
2024-03-22 10:43:33 +01:00
dependabot[bot] 7b873a3117
Bump actions/setup-python from 4 to 5 (#200546)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 5.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v4...v5)

---
updated-dependencies:
- dependency-name: actions/setup-python
  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>
2024-01-26 08:49:07 -07:00
dependabot[bot] 42c4cb5036
Bump actions/cache from 3 to 4 (#202999)
Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](https://github.com/actions/cache/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/cache
  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>
2024-01-23 08:40:51 -07:00
João Moreno 79cb8061ed
fix: use correct max-old-space-size flag syntax, increase mem limit for extensions-ci (#202862)
fixes #202720
2024-01-19 17:04:06 +01:00
dependabot[bot] a0b228b51c
Bump actions/setup-node from 3 to 4 (#196967)
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3 to 4.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/setup-node
  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>
2024-01-03 17:41:14 +01:00
Henning Dieterichs f26376f1f5 Removes unneeded monaco-editor-esm-bundle 2023-11-15 19:41:53 +01:00
Alexandru Dima 4e1c7e5766
Do apt update before apt install (#197806) 2023-11-09 09:59:07 +01:00
Logan Ramos 10b4062915
Update subscribers action (#194934)
* Bring back subscribers.json

* Remove subscribers task since file isn't used
2023-10-05 14:59:19 -07:00
Rob Lourens 7d4027b62b
Test using nvmrc in CI (#194836)
* Test using nvmrc in CI

* Force run yarn

* fix

* Bump nvmrc to latest

* Revert "Force run yarn"

This reverts commit af741f37d5.

* Make all jobs use node from nvmrc
And install node-gyp where needed
2023-10-04 19:08:50 -07:00
Christof Marti 01edf51e0f Merge dev container configs (microsoft/vscode-remote-release#8994) 2023-10-03 12:26:07 +02:00
Rob Lourens c9740ad40f
Try with node 18.17 (#194663)
* Try with node 18.17

* And change product compile

* Use 18.15, same as the local version
2023-10-02 15:04:23 -07:00
dependabot[bot] 01f471f25c
Bump actions/checkout from 3 to 4 (#192764)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  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>
2023-09-12 09:04:53 -07:00
Robo 1f40d64450
fix: deb and rpm dependency after keytar removal (#192275)
* fix: deb and rpm dependency after keytar removal

* chore: rm libsecret-1-dev from CI

* ci: update cache
2023-09-06 05:24:39 -07:00
Tyler James Leonhardt 5134662139
Remove CredentialsService & keytar (#192224)
* Remove CredentialsService & keytar

ref https://github.com/microsoft/vscode/issues/115215
fixes https://github.com/microsoft/vscode/issues/143395

* compile

* remove imports

* rip the bandaid
2023-09-05 17:47:30 -07:00
Connor Peet d0ff4f5353
build: update pipelines to node 18 (#189871)
build: update pipelines to node 16
2023-08-07 16:14:31 -07:00
Christof Marti 6ae441b56f
Kerberos auth for proxies (#188130) 2023-07-19 20:11:00 +02:00
Connor Peet 44d1d6a39c
build: check for cargo.lock changes in pr too (#187481)
* build: check for cargo.lock changes in pr too

* keep old name
2023-07-10 10:19:55 -07:00
Logan Ramos 1532010d8e
Update the triage flow (#186656) 2023-06-29 20:35:18 +02:00
Dirk Bäumer 4558410d11
Disable rich navigation (#184949) 2023-06-12 21:28:57 +02:00
Ladislau Szomoru ea2307487e
Engineering - fix yarn.lock github action (#184332) 2023-06-05 15:48:40 +02:00
Dirk Baeumer 7ae091f067
Remove rich nav from pull requests 2023-05-10 14:59:30 +02:00
Logan Ramos 0393891daf
Don't lock accessibility issues (#176419) 2023-03-07 19:53:09 +01:00
Jongwoo Han e4b995061d
Replace deprecated set-output command with environment file (#172691)
Replace deprecated command with environment file

Signed-off-by: jongwooo <jongwooo.han@gmail.com>
2023-01-31 11:23:08 +00:00
Logan Ramos 22ee4cd904
Allow telemetry action to run again (#172475) 2023-01-25 23:42:53 +01:00
Christof Marti c65183c59e Update paths for prebuilt (#170969) 2023-01-23 12:05:59 +01:00
Logan Ramos 2a2724217f
Try using token to see if it helps with exit code (#170243) 2022-12-29 21:42:51 +01:00
dependabot[bot] c6df3c9968
Bump actions/setup-python from 2 to 4 (#164181)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2 to 4.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v2...v4)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-14 09:42:14 -05:00
João Moreno ee763408fb
remove codeql gh action (#166468) 2022-11-16 07:12:36 -08:00
Logan Ramos a7b9ce83fb
Switch to webhook (#165853) 2022-11-08 14:24:45 -05:00
Logan Ramos 62190e7501
Run extractor on PR (#164457) 2022-10-24 06:54:11 -07:00
Chuck Lantz b322251d02
Merge pull request #164180 from microsoft/dependabot/github_actions/azure/login-1.4.6
Bump azure/login from 1.3.0 to 1.4.6
2022-10-21 08:58:21 -05:00
Logan Ramos 4b9ce8f962
Bump some action versions (#164136) 2022-10-21 09:14:39 -04:00
dependabot[bot] 4efed9e099
Bump azure/login from 1.3.0 to 1.4.6
Bumps [azure/login](https://github.com/azure/login) from 1.3.0 to 1.4.6.
- [Release notes](https://github.com/azure/login/releases)
- [Commits](77f1b2e3fb...92a5484dfa)

---
updated-dependencies:
- dependency-name: azure/login
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-20 20:42:08 +00:00
Alexandru Dima 7041b71cd6
Retire basic checks GH action (#161376)
* Add /build/ folder checks (just like GH action)

* Add more checks that were only present in the GH action

* Disable basic checks GH action
2022-09-21 00:58:06 -07:00
Benjamin Pasero ca745eea7c
tests - do not retryCountOnTaskFailure playwright (#161299)
* tests - do not `retryCountOnTaskFailure` playwright

* compile
2022-09-20 09:55:06 +02:00
Benjamin Pasero 42cbf7dde0
build - debug playwright install (#161099) 2022-09-16 06:52:48 -07:00
Logan Ramos 20161ee988
Use triage bot PAT for TPI validator so comments come from bot (#157944) 2022-08-11 16:33:14 -07:00
Logan Ramos bef747be1c
Automatically add testplan-item label to valid TPIs (#157929)
Validate all issues as testplans
2022-08-11 14:17:01 -04:00
deepak1556 cdf6e99020 ci: don't restore stale cache 2022-08-01 20:25:29 +09:00
deepak1556 7bc2706edd Merge remote-tracking branch 'origin' into electron-19.x.y 2022-07-30 11:19:14 +09:00
SamirAk f3ce5b3a50
Code scanning: deprecation of CodeQL Action v1 (#156271)
Update codeql.yml
2022-07-26 17:49:28 +00:00
Logan Ramos 1a7d1b4230
Fix missing label changes (#156164) 2022-07-25 16:37:32 +02:00
deepak1556 a347bd1a11 chore: update github workflow cache 2022-07-07 21:25:31 +09:00
Alexandru Dima edc585edf6
Save some time and skip installing packages that are already there only in the Basic Checks build (#153487)
This reverts commit 42584f105e.
2022-06-28 14:22:45 +00:00
Alexandru Dima 42584f105e
Save some time and skip installing packages that are already there (#153467) 2022-06-28 13:07:30 +00:00
João Moreno 6bb9322977
Allow dependabot to make yarn.lock changes (#153240)
allow dependabot to make yarn.lock changes
2022-06-26 11:52:40 -07:00
Alexandru Dima 5a43663aed
Avoid downloading builtin extensions (#152339) 2022-06-16 17:15:49 +02:00
Alexandru Dima 0547fdbe65
Avoid installing playwright (#152335) 2022-06-16 14:42:28 +00:00
Alexandru Dima 1c3221183b
No need to compile browser integration tests (#152061) 2022-06-14 09:43:37 -04:00