Koen Vlaswinkel
f773f9f675
Use @vscode/vsce when publishing the extension
2024-05-06 15:31:05 +02:00
Koen Vlaswinkel
a39f4582e3
Enable Dependabot for E2E docker image
2024-04-30 16:19:13 +02:00
Charis Kyriakou
2e7586c39f
Exclude major version updates for the octokit group in dependabot ( #3563 )
...
* Exclude major version updates for the octokit group in dependabot
* Commit unstaged changes 🤦
2024-04-16 14:29:17 +01:00
Robert
e7d2a59756
Merge pull request #3478 from github/robertbrignull/token-query
...
Simplify query now we've deleted withInheritedProgress
2024-03-20 11:38:42 +00:00
Koen Vlaswinkel
f06bc88b59
Merge pull request #3477 from github/koesie10/grouped-dependabot-updates
...
Group some npm dependency updates
2024-03-14 17:15:15 +01:00
Robert
d65e6bea53
Simplify now we've deleted withInheritedProgress
2024-03-14 16:02:37 +00:00
Koen Vlaswinkel
41524cf45c
Group some npm dependency updates
2024-03-14 15:05:29 +01:00
Robert
fffb0349a6
Apply suggestions from code review
...
Co-authored-by: Koen Vlaswinkel <koesie10@users.noreply.github.com>
2024-03-14 13:33:06 +00:00
Robert
84df4b64d8
Update messages/descriptions with how to fix the alert
2024-03-13 17:24:09 +00:00
Robert
4346cc6e98
Link to cancellable property
2024-03-13 17:08:55 +00:00
Robert
73bece6f38
Add query for using token when not cancellable
2024-03-13 16:43:59 +00:00
Robert
280bf8b7b2
Convert to an abstract class
2024-03-13 16:43:42 +00:00
Robert
826175ccd5
Create token-not-used.ql
2024-03-13 11:32:57 +00:00
Charis Kyriakou
79fd44f696
Add run-remote-query.ts to CLI tests workflow triggers ( #3272 )
2024-01-24 12:27:25 +00:00
Nora
a6f7ee3df8
Remove scheduled runs
2024-01-24 11:35:12 +00:00
Nora
6bf73dc196
Fix typo
2024-01-22 13:07:21 +00:00
Nora
5136c95da7
Run E2E every night of the week, on merge to main and push to main
2024-01-19 17:38:18 +00:00
Nora
6741f0c431
Merge branch 'main' into nora/add-e2e-tests
2024-01-19 18:32:37 +01:00
dependabot[bot]
978e00a252
Bump actions/dependency-review-action from 3 to 4
...
Bumps [actions/dependency-review-action](https://github.com/actions/dependency-review-action ) from 3 to 4.
- [Release notes](https://github.com/actions/dependency-review-action/releases )
- [Commits](https://github.com/actions/dependency-review-action/compare/v3...v4 )
---
updated-dependencies:
- dependency-name: actions/dependency-review-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-01-18 13:28:48 +00:00
Nora
d3c7241854
fix new config location in workflow
2024-01-12 13:52:39 +00:00
Nora
d022623a9d
fix artifacts path
2024-01-10 10:42:40 +00:00
Nora
c7a1cf7236
Add test, config and action
2024-01-10 10:01:59 +00:00
Koen Vlaswinkel
da5852cfbb
Merge pull request #3185 from github/koesie10/node-version-action
...
Add GitHub Actions workflow for updating Node version
2024-01-08 13:07:35 +01:00
Koen Vlaswinkel
7444605970
Add GitHub Actions workflow for updating Node version
2024-01-03 11:38:15 +01:00
Koen Vlaswinkel
de24e25486
Use semver range for `@types/node`
...
According to the DefinitelyTyped documentation, the patch version of
the type declaration package is unrelated to the library patch version.
Therefore, we should use an X-range for `@types/node` to allow
newer patch versions to be installed automatically.
2024-01-03 11:08:44 +01:00
Robert
856f97f859
Merge pull request #3129 from github/robertbrignull/test-issue
...
Create issue when CLI tests fail on the default branch
2024-01-02 14:27:44 +00:00
Koen Vlaswinkel
91a542dce6
Merge pull request #3165 from github/dependabot/github_actions/actions/download-artifact-4
...
Bump actions/download-artifact from 3 to 4
2023-12-21 15:01:44 +01:00
dependabot[bot]
4d130bc2fa
Bump actions/download-artifact from 3 to 4
...
Bumps [actions/download-artifact](https://github.com/actions/download-artifact ) from 3 to 4.
- [Release notes](https://github.com/actions/download-artifact/releases )
- [Commits](https://github.com/actions/download-artifact/compare/v3...v4 )
---
updated-dependencies:
- dependency-name: actions/download-artifact
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-12-21 13:02:31 +00:00
dependabot[bot]
1b526783e2
Bump actions/upload-artifact from 3 to 4
...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact ) from 3 to 4.
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](https://github.com/actions/upload-artifact/compare/v3...v4 )
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-12-21 13:02:28 +00:00
Robert
996e8036c1
Merge branch 'main' into robertbrignull/test-issue
2023-12-19 16:20:14 +00:00
Robert
2e51c1a657
Fix workflow after testing it
2023-12-19 16:19:59 +00:00
Koen Vlaswinkel
612499916d
Do not ignore patch/minor updates in Dependabot configuration
2023-12-13 15:03:10 +01:00
Robert
54a03c8839
Create issue when CLI tests fail on the default branch
2023-12-12 16:43:03 +00:00
dependabot[bot]
325cc05f36
Bump actions/setup-node from 3 to 4 ( #3024 )
...
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>
2023-10-26 11:02:49 -07:00
Koen Vlaswinkel
96668928aa
Increase memory limit when running ESLint
2023-10-04 14:46:32 +02:00
Koen Vlaswinkel
c970c3bc19
Use .nvmrc file for setting up Node version in Actions
2023-10-04 10:00:56 +02:00
Koen Vlaswinkel
ae2d6ce16e
Upgrade Node version to 18.15.0
2023-09-28 16:38:54 +02:00
Koen Vlaswinkel
db55e9cd42
Generate schema for extension pack metadata
...
After the upgrade to the correct types for js-yaml, the return type
of `load` is correctly typed as `unknown`. This means that we can't
use the return value directly, but need to validate it first.
This adds such validation by generating a JSON schema for a newly
created typed. The JSON schema generation is very similar to how we do
it in https://github.com/github/codeql-variant-analysis-action .
2023-09-25 15:25:37 +02:00
Robert
ed48f4ac76
Revert "Change node version to 18.15.0"
...
This reverts commit 8136328ad6
.
2023-09-20 13:48:12 +01:00
Robert
8136328ad6
Change node version to 18.15.0
2023-09-19 10:11:55 +01:00
dependabot[bot]
709c49542e
Bump actions/checkout from 3 to 4
...
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>
2023-09-07 13:19:53 +00:00
Andrew Eisenberg
b09e9942b2
Add more path triggers for cli-test.yml
2023-08-28 15:25:00 +00:00
Charis Kyriakou
3094405f68
Split out CLI version tests to separate workflow ( #2729 )
2023-08-22 11:28:36 +01:00
Robert
aacc243bae
Don't report multiply usages of builtin VS Code commands
2023-07-27 11:24:18 +01:00
Robert
d3b2d0fce8
Fix indentation in query
2023-07-27 11:14:14 +01:00
Robert
814acfa74a
Add find-deadcode to CI linting workflow
2023-07-24 11:23:04 +01:00
Robert
8559d3baa0
Update assert-pure.ql now that the /pure directory has been removed
2023-06-21 12:33:32 +01:00
Andrew Eisenberg
244bc3bdab
Modernize query packs
...
Remove legacy `libraryPathDependencies`. We are making some
changes internally that will cause legacy packs with lock
files to throw an error.
2023-06-14 20:56:45 +00:00
Koen Vlaswinkel
3569c77626
Add timeout to CLI tests
...
It seems like some CLI tests are hanging and only completing after 6
hours when they run into the default timeout. This updates the timeout
to 30 minutes. All CLI tests should complete in 30 minutes, so this
should ensure that they are cancelled when they are stuck.
2023-06-07 15:41:42 +02:00
Nora
cc9fb826b3
v1.8.5
2023-06-06 08:48:01 +00:00