A web application to visualize and manage open source project data from the Ecosyste.ms API.

github.com/github/codeql-action

Actions for running CodeQL analysis
https://github.com/github/codeql-action

Separate paths with `/` in `resolveUriToFile`

30681e79db9380978f9702400e84d7c8a580954c authored about 4 years ago
Workaround `PATH` casing issues on Windows

c15604920a83127b45f645b3855b820520b03e7f authored about 4 years ago
Merge pull request #1103 from github/aeisenberg/fix-required-checks-script

Ensure there are no duplicates when sending up required checks

30fe0a56d2fef9c893bcab336cae94b651d49d8b authored about 4 years ago
Ensure there are no duplicates when sending up required checks

This breaks the API. Also, fix the checks that had duplicate names.

7adb33da1dc7d3651ba7380e88fc64f9acab4cd1 authored about 4 years ago
Merge pull request #1102 from github/aeisenberg/fix-query-filters-test

Fix input to action

2e111b27f7085517405b8cfe2cb2593c82ad75bc authored about 4 years ago
Revert "Revert usage of `--codescanning-config` flag"

This reverts commit 43d066495c7adc2b286b775a1858c081c85f7696.

237260b69336adaa5bed0eb8420734d849f3c3fc authored about 4 years ago
Fix input to action

c7785f6b9138ab252fa27da5ff7ea805130e26e8 authored about 4 years ago
Fix test failures on Windows related to path separators

479229770245a4ce1a5bf4e266acaebe9b29a670 authored about 4 years ago
Merge pull request #1096 from github/aeisenberg/check-sarif-action

Add the check-sarif action

2e80c74b1baf682a2580b8a636bc253cd53a1bc0 authored about 4 years ago
Merge pull request #1098 from github/aeisenberg/remove-queries

Add capability to filter queries

80ecdcdf69d60165772f341354ca7ce5ef56acd1 authored about 4 years ago
Merge branch 'aeisenberg/check-sarif-action' into aeisenberg/remove-queries

7c412c67ba63b69922e77e72c9387dbde8d10a79 authored about 4 years ago
Merge branch 'main' into aeisenberg/check-sarif-action

ee4575b2130540c61aa4f45c5bafab60aa85aa80 authored about 4 years ago
Merge pull request #1086 from github/update-supported-enterprise-server-versions

Update supported GitHub Enterprise Server versions.

d2ab7a2abb67ec628415149d5beb0bceb3defd95 authored about 4 years ago
Merge branch 'aeisenberg/check-sarif-action' into aeisenberg/remove-queries

d7459f03682aed29b35fde1f03c9d4cc50acdefd authored about 4 years ago
Merge remote-tracking branch 'upstream/main' into aeisenberg/remove-queries

6db77eec0d59d16ad163725d3332a99d58ffe6bc authored about 4 years ago
Spelling, capitalization, and better descriptions

777b778409befa0ba120d2fd32f0c1d165ba9849 authored about 4 years ago
Update supported GitHub Enterprise Server versions.

97f9db4fb98944734436bd7b1aebca5a9f127df1 authored about 4 years ago
Apply suggestions from code review

Co-authored-by: Henry Mercer <henrymercer@github.com>

6834383903dc70da0e53d207c047ee0a6c5e0fab authored about 4 years ago
Extract query-filters test into a composite action

Removes duplicated yaml.

Also add some better typings.

59ca9b59cbdc59bcc7e1c1ed733d4e7a7954f1f1 authored about 4 years ago
Clarify variable names in new action

Also simplify some computations.

4918636a759fac20f8e1e52080df3345735b8d52 authored about 4 years ago
Update changelog

428caf0cf530135e6e09ad8e395d32b450ba4213 authored about 4 years ago
Merge pull request #1087 from github/tombolton/update-ml-pack

Run ML-powered query pack `~0.3.0` on v2.9.3+ of the CLI

df05122fc626078a4cd5883b70c6967451d41f60 authored about 4 years ago
Update default CodeQL version to 2.9.4

ccf5d70ab3b9f5e4f8c91a7111362c977521d56a authored about 4 years ago
update security extended test for all platforms

a27dc4fee42ee1ee8ef30861edc549eda61dedcd authored about 4 years ago
Merge pull request #1097 from github/aeisenberg/js-yaml-typings

81b419c908d540ec4c7da9bfb4b5d941fca8f624 authored about 4 years ago
Run unit tests on Windows too

7ebbfcbbdde9be54e0e5ee00162d692c0c6c155a authored about 4 years ago
Add integration tests for query filters

eec34d5f052688f5fa2a4c9a6dc7485600cb5784 authored about 4 years ago
Merge branch 'aeisenberg/js-yaml-typings' into aeisenberg/remove-queries

06e27d3e3dccc631b8549b226643e0bbfac0ba59 authored about 4 years ago
Add the check-sarif action

Allows us to analyze and then check that certain queries were included
in the analysis and other...

bcb7fad5b36d248e14d8a4dc349801927ad78ca9 authored about 4 years ago
Add capability to filter queries

This change adds a `query-filters` property to the codeql-config file.

This property is an arra...

40b280032c804cc0fcb0463a9e7023f73e194b8d authored about 4 years ago
Merge pull request #1095 from github/aeisenberg/use-del

Avoid use of rmdir

29a2159db134e28540a4a6d15f344bb43c152be1 authored about 4 years ago
Add typings for js-yaml

0efcf74ce0bccbda200fc7e4a6592a986595b6a0 authored about 4 years ago
Avoid use of rmdir

This is a deprecated method on node v16.

f7c46e5cbcea0ca05c753342b0a624a076eed25f authored about 4 years ago
add tests for ML powered queries 0.3.0 and CLI 2.9.3

a568674c69c0867a1f35d0804f03f3c87d063113 authored about 4 years ago
compile the modified TypeScript to Javascript

f8f4c0b33e4f4149750ce3e3dd04b360f4cfa2b6 authored about 4 years ago
fix lint errors

79d8e4a43d02aae0ce49770f79bde88f919c4731 authored about 4 years ago
Merge pull request #1085 from github/swift-support

Add Swift as a possible traced language

ccf479d3364c81503741a6f927bf29c573e35c82 authored about 4 years ago
Merge branch 'main' into swift-support

1b5ea4afdc2abbce961b479b67546d943a7d7606 authored about 4 years ago
Merge pull request #1089 from github/mergeback/v2.1.12-to-main-27ea8f8f

Mergeback v2.1.12 refs/heads/releases/v2 into main

69e09909dc219ed3374913e41c167490fc57202a authored about 4 years ago
Update checked-in dependencies

632cc8efb394204ee59e8078d5651cf6aef345ea authored about 4 years ago
Update changelog and version after v2.1.12

57096f1d43574d567c18e5d72445b6364f1f3243 authored about 4 years ago
Merge pull request #1088 from github/update-v2.1.12-dbe6f211

Merge main into releases/v2

27ea8f8fe5977c00f5b37e076ab846c5bd783b96 authored about 4 years ago
Update changelog for v2.1.12

3f00a1265f8af291bf2684ce7310307d67ae4189 authored about 4 years ago
add ml query pack 0.3.0

0ece1d100004cfe33856fffbf842a41cd2f4e05a authored about 4 years ago
Merge pull request #1084 from github/cklin/codeql-bundle-2.9.3

Update default CodeQL to 2.9.3

dbe6f211e66b3aa5e9a5c4731145ed310ed54e28 authored about 4 years ago
Make the linter happy.

16c620dea4bbe498574f190e51225325e8492a97 authored about 4 years ago
Update default CodeQL to 2.9.3

b36688d5b7ff68c6ad232faa98c30f83cb3b8ca8 authored about 4 years ago
Add Swift as a supported language.

bfe9d7da56ab1184f574ae11b274ea71cccdac2e authored about 4 years ago
Merge pull request #1057 from github/criemen/lua-tracing-ff

Introduce a feature-flag to enable/disable lua-based tracing.

822fe5ef9a15bd752ef127e9ff6eac38ec37dd9c authored about 4 years ago
Merge branch 'main' into criemen/lua-tracing-ff

255ffd480f7dd3b01d0c5a8d69f5a269e2fc9040 authored about 4 years ago
Choose the correct version to enable the Lua tracer for.

4b775686a050779977c1bea895219ffadb14e42a authored about 4 years ago
Merge pull request #1081 from github/clarify_missing_base

Remove outdated guidance on missing analysis

f0705a6d6f9c8ebf64b5188fdd89bc4cd20313bc authored about 4 years ago
Remove outdated guidance on missing analysis

As of December 2021, we do not return missing base analysis anymore.

2faa3e16f37b58eb0dac332d43ed57ea876efd36 authored about 4 years ago
Merge pull request #1079 from github/mergeback/v2.1.11-to-main-a3a6c128

Mergeback v2.1.11 refs/heads/releases/v2 into main

aaff818427d75e2aad50d3725ca4b83a828cd026 authored about 4 years ago
Update checked-in dependencies

6f285ad15b816450a9c8617b14ecfe6c5e14dd60 authored about 4 years ago
Update changelog and version after v2.1.11

c88cf91b1f2e3cc9f78cc8bf7feff274d2fd6abf authored about 4 years ago
Merge pull request #1078 from github/update-v2.1.11-657c2f3f

Merge main into releases/v2

a3a6c128d771b6b9bdebb1c9d0583ebd2728a108 authored about 4 years ago
Update changelog for v2.1.11

657581e7a8b9bb039df7a122c9bf8d7c2ae428d1 authored about 4 years ago
Merge pull request #1074 from github/edoardo/2.9.2-update

Update default CodeQL to 2.9.2

657c2f3ff07591a1bddb4cdc7b6afd63867308a4 authored about 4 years ago
Fix linter errors.

970e0879d93395601b78527f5529f3d05828d195 authored about 4 years ago
Merge pull request #1076 from github/henrymercer/fix-changelog-typo

Fix a typo in the CHANGELOG

e655565390d140e87b3cbf77459ca20f29ad5e9f authored about 4 years ago
Fix a typo in the CHANGELOG

`2.9.5 -> 2.9.1` — I missed this during review.

c38e41c45ad6af14aa69272741bc7062d7ae0320 authored about 4 years ago
Merge pull request #1075 from github/henrymercer/update-actions-tool-cache

Bump @actions/tool-cache to 2.0.0

0658e4b2d629d1cf467f17ea2affd702de6160f1 authored about 4 years ago
Bump @actions/tool-cache to 2.0.0

This allows us to drop our direct dependency on `@actions/http-client`.

54b4854fda51996ec230523b972c988d30606621 authored about 4 years ago
Update default CodeQL to 2.9.2

1725087693188feacf4da783d72befaa02c2e748 authored about 4 years ago
Merge pull request #1051 from github/henrymercer/run-atm-on-windows

Run ML-powered queries on Windows with CodeQL CLI 2.9.0+

1fae5bf71b0ecdc7d0a2ef0d0c28409d99693966 authored about 4 years ago
Merge remote-tracking branch 'origin/main' into henrymercer/run-atm-on-windows

533ce91971737106c9c569512f04911f64c1ca41 authored about 4 years ago
Merge pull request #1070 from github/mergeback/v2.1.10-to-main-2f58583a

Mergeback v2.1.10 refs/heads/releases/v2 into main

ace076b980d25a27f647a97e9840be840af352b6 authored about 4 years ago
Merge branch 'main' into mergeback/v2.1.10-to-main-2f58583a

97847a4dde4ac71ce2cf26f1e6a22de20d345c26 authored about 4 years ago
Update changelog and version after v2.1.10

f8c88ab2dc587df56ccf035747ba9d0adb22a33b authored about 4 years ago
Merge pull request #1069 from github/henrymercer/fix-integration-tests-on-v1

Fix integration tests on v1

2f58583a1b24a7d3c7034f6bf9fa506d23b1183b authored about 4 years ago
Fix integration tests on v1

The GitHub API client coerces `fake-server-url` to the Dotcom API URL,
which means commands like...

4e0668d05e3cb2e52a5dac354d3acadd04985afd authored about 4 years ago
Merge pull request #1067 from github/mergeback/v2.1.10-to-main-03e2e3c4

Mergeback v2.1.10 refs/heads/releases/v2 into main

c4fdf5fe69dae1f118842e307ea2d46e72bae619 authored about 4 years ago
Merge branch 'main' into mergeback/v2.1.10-to-main-03e2e3c4

4f87830a1f328958f1bd83d715e6e2312d117ea8 authored about 4 years ago
Update changelog and version after v2.1.10

daf6560612eadb8805cd5cf77b4be5566c7900d0 authored about 4 years ago
Merge pull request #1065 from github/henrymercer/remove-extraneous-commit

Remove an extraneous commit during the release process

03e2e3c45f9f937ffe65a1caa4c9960d420a31f9 authored about 4 years ago
Remove an extraneous commit during the release process

We only need to run `git commit` after the `git merge` call if there were conflicts.

3bb6c41212bf21b7908928b87d869cc36307d630 authored about 4 years ago
Merge pull request #1064 from github/mergeback/v2.1.10-to-main-75b4f1c4

Mergeback v2.1.10 refs/heads/releases/v2 into main

38fc5ebb3732082329b423e8d4be6d34d896608d authored about 4 years ago
Merge branch 'main' into mergeback/v2.1.10-to-main-75b4f1c4

a82d6916466885b3dc1ada271da69c25c88558d9 authored about 4 years ago
Update checked-in dependencies

ca6773e404a64458552ad8a3bd9c62388872f8ba authored about 4 years ago
Merge pull request #1063 from github/aeisenberg/contrib

Update contributing.md

8dbd96566a6d56a6fcce3f04fd8290a119b11af4 authored about 4 years ago
Update changelog and version after v2.1.10

ef73e3bee801389996679ab77c428241489e0a56 authored about 4 years ago
Merge pull request #1062 from github/update-v2.1.10-7cf0ed5e

Merge main into releases/v2

75b4f1c4669133dc294b06c2794e969efa2e5316 authored about 4 years ago
Update contributing.md

Change the text for keeping the checks up to date.

d468c94a6969e696639d7e1295aba3f282dceb0a authored about 4 years ago
Merge pull request #1039 from github/rasmuswl/pip-python2-fix

python-setup: Check if `pip` is already installed for Python2

7c5501215100b5e2f67d97c6e4931c8b7c58c3eb authored about 4 years ago
Update changelog for v2.1.10

f8eea91a7bd9b6013dc907409ffcd75abe65bd81 authored about 4 years ago
Merge branch 'main' into rasmuswl/pip-python2-fix

878b64e0efede1b77a2b1b44cedec70ec19e26a3 authored about 4 years ago
Merge pull request #1060 from github/aeisenberg/required-checks-script

Create update-required-checks script

7cf0ed5e3f02dbb6778983ad8cd87694bbdaad62 authored about 4 years ago
Merge branch 'main' into rasmuswl/pip-python2-fix

b651a677d2b39ec2feca644e20f5efd91e4ded40 authored about 4 years ago
Create update-required-checks script

This also removes the .github/workflows/update-required-checks.yml
workflow. This script needs t...

827fd55c21c6d7c60c6f221390ca78a7568fbd6d authored about 4 years ago
Add tests for the Lua feature flag.

db50adab010a22b91c9cde3654dfdbad20b14a92 authored about 4 years ago
Merge pull request #1056 from github/alexet/update-2.9.1

Update codeql to 2.9.1

dd56e95b460b59e664ca4143d8fc563bfd182865 authored about 4 years ago
Introduce a feature-flag to enable/disable lua-based tracing.

This allows us to gradually roll out (or even roll back)
Lua-based tracing in case problems occur.

9e9a8428c3bf1e2dad0f81e31d47152f1bcc19d5 authored about 4 years ago
Update codeql to 2.9.1

3c6dd303a89af57f3a84e257c437544d3191c2e4 authored about 4 years ago
Merge pull request #1055 from github/fix-status-error-being-caught

Fix processing errors being caught and logged as a warning rather than failing the workflow run.

96bc9c36c68e097cd033777efed25c248ffcf09a authored about 4 years ago
Fix processing errors being caught and logged as a warning rather than failing the workflow run.

366e88c2c13bdff885e5fa87ba092f123b62f9f8 authored about 4 years ago
Merge pull request #1054 from github/aeisenberg/update-checks

Add permissions to workflow

7b66e72cb76ea122563956dfc4f672f60101fc15 authored about 4 years ago
Add permissions block to workflow

06d4e82bd27643a253ce347ed90b34c283c69b1e authored about 4 years ago
Merge pull request #1053 from github/aeisenberg/update-checks

Add workflow to regenerate required checks

0fb78380f867b9efab68e8ce64e36a35211acb7c authored about 4 years ago
Add workflow to regenerate required checks

Update contributing guide.
Ensure this workflow runs once a week.

b71f20d70f7fe08d824a9c0dbfecaaa7a3e6d963 authored about 4 years ago