Henry Mercer
231aa2c8a8
Merge pull request #1491 from github/update-v1.1.39-a34ca99b
...
Merge releases/v2 into releases/v1
2023-01-18 19:25:27 +00:00
github-actions[bot]
1e065048b0
Update checked-in dependencies
2023-01-18 18:25:04 +00:00
github-actions[bot]
beac1051f4
Update version and changelog for v1.1.39
2023-01-18 18:16:30 +00:00
github-actions[bot]
61d6a49634
Merge remote-tracking branch 'origin/releases/v2' into update-v1.1.39-a34ca99b
2023-01-18 18:16:28 +00:00
github-actions[bot]
be59c0665c
Revert "Update checked-in dependencies"
...
This reverts commit 6800116267 .
2023-01-18 18:16:28 +00:00
github-actions[bot]
a5cefa8e7f
Revert "Update version and changelog for v1.1.38"
...
This reverts commit 7ddd7cadfd .
2023-01-18 18:16:28 +00:00
Henry Mercer
a34ca99b46
Merge pull request #1489 from github/update-v2.1.39-597c2041
...
Merge main into releases/v2
2023-01-18 18:14:06 +00:00
github-actions[bot]
48fa82899a
Update changelog for v2.1.39
2023-01-18 17:27:01 +00:00
Henry Mercer
597c204127
Merge pull request #1481 from github/henrymercer/discontinue-v1
...
Update deprecation notice to state that CodeQL Action v1 is discontinued
2023-01-18 17:24:19 +00:00
Andrew Eisenberg
e0fd640b0c
Merge pull request #1487 from github/aeisenberg/queries-check
...
Fix a bug in cli config parsing
2023-01-18 07:29:34 -08:00
Henry Mercer
d731c012c4
Merge pull request #1486 from github/update-supported-enterprise-server-versions
...
Update supported GitHub Enterprise Server versions.
2023-01-18 12:57:55 +00:00
Henry Mercer
6dfc772b5f
Add link to new changelog post
2023-01-18 12:42:11 +00:00
Henry Mercer
60e58b4a21
Merge branch 'main' into henrymercer/discontinue-v1
2023-01-18 12:19:49 +00:00
Andrew Eisenberg
9b1206e898
Fix a bug in cli config parsing
...
When the config specifies queries in external repositories and no other
queries and cli config parsing is enabled, the analyze job is not able
to find any queries to run and it fails. This PR fixes the problem.
Also add some logging statements when writing a copy of the user config
file.
2023-01-17 20:59:36 -08:00
Andrew Eisenberg
40cfcb0a3f
Merge pull request #1485 from github/aeisenberg/comitoid-message
...
Hide error message and stack for non-error
2023-01-17 17:21:14 -08:00
GitHub
e199504667
Update supported GitHub Enterprise Server versions.
2023-01-18 00:12:15 +00:00
Andrew Eisenberg
e6e3bf4923
Update src/actions-util.ts
...
Co-authored-by: Angela P Wen <angelapwen@github.com >
2023-01-17 15:53:14 -08:00
Andrew Eisenberg
5b9b480165
Update changelog
2023-01-17 15:05:22 -08:00
Andrew Eisenberg
b625b628b7
Hide error message and stack for non-error
...
Avoid printing the error message and stack when we fail to find the
commit. This will happen in several non-error states (e.g.,
when there is no repository checked out at the CWD). Move the
error message to a debug message so that it is still available
if someone really wants to see it.
2023-01-17 15:00:24 -08:00
Henry Mercer
28c93a0113
Add changelog note
2023-01-16 17:56:37 +00:00
Henry Mercer
4b40a3a20e
Add a notice that CodeQL Action v1 is discontinued
2023-01-16 17:56:31 +00:00
Rasmus Wriedt Larsen
32be38eeff
Merge pull request #1431 from github/rasmuswl/poetry-always-install-pip
...
python-setup: Handle poetry `virtualenvs.options.no-pip = true`
2023-01-16 09:31:13 +01:00
Rasmus Wriedt Larsen
5ed1e985c2
python-setup: Fix site-package selection for unix
2023-01-13 14:41:00 +01:00
Rasmus Wriedt Larsen
4bd9723e2b
npm run build
2023-01-13 11:26:22 +01:00
Rasmus Wriedt Larsen
2f6d17472d
python-setup: Make debug printing more obvious
2023-01-13 11:25:25 +01:00
Rasmus Wriedt Larsen
2649b6603a
python-setup: Fix site-packages selection without pip for Windows
2023-01-13 11:25:25 +01:00
Rasmus Wriedt Larsen
b8107301d2
python-setup: Fix for python2
2023-01-13 11:25:25 +01:00
Rasmus Wriedt Larsen
ebf1b8f8fc
Fix prettier problem
2023-01-13 11:25:25 +01:00
Rasmus Wriedt Larsen
932b6a98b8
python-setup: Fix path for tests
2023-01-13 11:25:25 +01:00
Rasmus Wriedt Larsen
259993b92a
python-setup: Handle poetry virtualenvs.options.no-pip = true
...
Fixes https://github.com/github/codeql-action/issues/1425
2023-01-13 11:25:25 +01:00
Henry Mercer
ef51ec1e54
Merge pull request #1478 from github/update-v1.1.38-515828d9
...
Merge releases/v2 into releases/v1
2023-01-12 12:00:35 +00:00
Henry Mercer
2073a69919
Merge pull request #1477 from github/mergeback/v2.1.38-to-main-515828d9
...
Mergeback v2.1.38 refs/heads/releases/v2 into main
2023-01-12 11:25:42 +00:00
github-actions[bot]
10f2d3c15a
Update checked-in dependencies
2023-01-12 10:42:07 +00:00
github-actions[bot]
6800116267
Update checked-in dependencies
2023-01-12 10:42:04 +00:00
github-actions[bot]
00c2a84eba
Update changelog and version after v2.1.38
2023-01-12 10:35:11 +00:00
github-actions[bot]
7ddd7cadfd
Update version and changelog for v1.1.38
2023-01-12 10:34:50 +00:00
github-actions[bot]
063077ecbf
Merge remote-tracking branch 'origin/releases/v2' into update-v1.1.38-515828d9
2023-01-12 10:34:48 +00:00
github-actions[bot]
54bf6c6142
Revert "Update checked-in dependencies"
...
This reverts commit a9872fdfbd .
2023-01-12 10:34:48 +00:00
github-actions[bot]
abbff2838b
Revert "Update version and changelog for v1.1.37"
...
This reverts commit 85fac8bbb4 .
2023-01-12 10:34:48 +00:00
Henry Mercer
515828d974
Merge pull request #1476 from github/update-v2.1.38-70fdddff
...
Merge main into releases/v2
2023-01-12 10:32:43 +00:00
github-actions[bot]
caa49ae471
Update changelog for v2.1.38
2023-01-12 02:27:49 +00:00
Henry Mercer
70fdddff11
Merge pull request #1474 from github/henrymercer/fix-ghae-setup-test
...
Refactor CodeQL setup tests and fix GHAE test
2023-01-11 17:14:35 +00:00
Henry Mercer
6ba0a36550
Add JSDoc for mockDownloadApi
2023-01-11 15:25:21 +00:00
Henry Mercer
4a918790cd
Merge branch 'main' into henrymercer/fix-ghae-setup-test
2023-01-11 15:23:04 +00:00
Andrew Eisenberg
42d6d35dd1
Merge pull request #1464 from github/aeisenberg/externalRepoTokenConfigParsing
...
Send the external repository token to the CLI
2023-01-10 14:03:12 -08:00
Andrew Eisenberg
e009918fbc
Merge branch 'main' into aeisenberg/externalRepoTokenConfigParsing
2023-01-10 12:43:37 -08:00
Henry Mercer
70a288daae
Merge branch 'main' into henrymercer/fix-ghae-setup-test
2023-01-10 20:37:40 +00:00
Dave Bartolomeo
bdc7c5d203
Merge pull request #1466 from github/dbartol/bundle-20230105
...
Update bundle to 2.12.0
2023-01-10 15:37:19 -05:00
Andrew Eisenberg
272d916f23
Address comments from PR
2023-01-10 12:17:26 -08:00
Henry Mercer
f12f76f047
Merge pull request #1473 from github/henrymercer/temporarily-disable-kotlin-in-pr-checks
...
Temporarily disable Kotlin analysis in PR checks
2023-01-10 19:49:21 +00:00
Henry Mercer
28a9b2d6d7
Add a note regarding the sinon workaround
2023-01-10 19:43:23 +00:00
Henry Mercer
9f8ddbdfd7
Fix GHAE CodeQL setup test
2023-01-10 19:36:29 +00:00
Henry Mercer
9203e314a3
Improve CodeQL setup test structure and naming
2023-01-10 19:35:21 +00:00
Henry Mercer
80b12d6f73
Ensure we don't unset CODEQL_EXTRACTOR_JAVA_AGENT_DISABLE_KOTLIN
2023-01-10 17:42:24 +00:00
Henry Mercer
620a267204
Temporarily disable Kotlin analysis in PR checks
...
Kotlin analysis is incompatible with Kotlin 1.8.0, which is now rolling
out to the Actions runner images.
While we work on a more permanent fix to our PR checks, this will
prevent us losing other
test coverage.
2023-01-10 17:31:35 +00:00
Dave Bartolomeo
bac4fe1a38
Merge branch 'main' into dbartol/bundle-20230105
2023-01-10 09:31:07 -05:00
Robert
166d98c19e
Merge pull request #1465 from github/robertbrignull/upload_database_stream
...
Use a stream when uploading database contents
2023-01-09 12:37:54 +00:00
Robert
a9337bc304
Close stream after use
2023-01-09 11:00:43 +00:00
Andrew Eisenberg
4023575d64
Send the external repository token to the CLI
...
This commit does a few related things:
1. Bumps the minimum version for cli config parsing to 2.10.6
2. Ensures that if cli config parsing is enabled, then remove repos
are _not_ downloaded by the action. It happens in the CLI.
3. Passes the `--external-repository-token-stdin` option to the CLI
and passes the appropriate token via stdin if cli config parsing is
enabled.
2023-01-06 14:46:28 -08:00
Henry Mercer
cf1437a514
Merge pull request #1462 from github/henrymercer/refactor-codeql-setup
...
Refactor CodeQL setup
2023-01-06 17:36:02 +00:00
Dave Bartolomeo
f9c9a2567c
Rebuild
2023-01-06 12:32:23 -05:00
Dave Bartolomeo
b9c859bfa1
Merge branch 'main' into dbartol/bundle-20230105
2023-01-06 11:56:06 -05:00
Angela P Wen
b4187d626b
Add CLI version field and prior release fields to defaults file ( #1463 )
...
* Add CLI version field to `defaults` file
* Add fields for prior CLI version
2023-01-06 08:24:28 -08:00
Dave Bartolomeo
bfbb7ab03c
Add change note for bundle update
2023-01-06 11:00:35 -05:00
Dave Bartolomeo
4e5a06f009
Update to CoideQL bundle 20230105 (2.12.0)
2023-01-06 10:55:46 -05:00
Robert
e8f7169839
Move database bundling to inside the try-catch
2023-01-06 15:28:25 +00:00
Robert
6ce923c375
Use a stream when uploading database contents
2023-01-06 15:16:51 +00:00
Henry Mercer
b2b478264a
Improve logging around authorization headers
2023-01-06 12:28:54 +00:00
Henry Mercer
5eba74a3c9
Refactor CodeQL setup
2023-01-05 19:09:34 +00:00
Henry Mercer
ff3337ee1b
Merge pull request #1444 from github/henrymercer/reporting-failed-run-improvements
...
Improve reporting failed runs via SARIF
2023-01-04 10:43:15 +00:00
Aditya Sharad
484236cda4
Merge pull request #1460 from github/adityasharad/actions/code-scanning-schedule
...
Code scanning: Add scheduled trigger to workflow
2023-01-03 14:29:44 -08:00
Aditya Sharad
f837e8e761
Code scanning: Add step titles to workflow
2023-01-03 13:00:12 -08:00
Aditya Sharad
ef21864950
Code scanning: Add scheduled trigger to workflow
...
Ensure we are regularly running code scanning using
the latest CodeQL and remain up to date with the
internal security scorecard, even if we have a period
longer than a week with no pushes to the repo.
2023-01-03 12:59:13 -08:00
Henry Mercer
4789c1331c
Add more tests for uploading failed SARIF
...
Test results directly via return value of `testFailedSarifUpload` vs
via checking log messages.
2022-12-22 18:48:59 +00:00
Henry Mercer
59ebabde5d
Remove redundant log messages
2022-12-22 18:47:52 +00:00
Henry Mercer
3224214d91
Improve method naming
2022-12-22 18:33:06 +00:00
Henry Mercer
e09fbf5b4a
Demote upload failed SARIF run info statements to debug
...
We now report errors via telemetry, and this feature will shortly be
enabled by default.
2022-12-21 11:41:36 +00:00
Henry Mercer
e9ff99b027
Improve error message when workflow file doesn't exist
2022-12-21 11:40:31 +00:00
Henry Mercer
8b9e982393
Add a better log message for reusable workflow calls
2022-12-21 11:40:31 +00:00
Henry Mercer
8d1e008ecb
Check for successful completion rather than SARIF upload
...
This doesn’t affect the overall behaviour, but means we can
short-circuit slightly more quickly when `analyze` is passed
`upload: false`.
2022-12-21 11:40:31 +00:00
Henry Mercer
579411fb6c
Merge pull request #1441 from github/henrymercer/remove-old-certifi-tests
...
Remove tests with old certifi dependency
2022-12-20 18:43:19 +00:00
Henry Mercer
e4818d46c4
Remove tests with old certifi dependency
2022-12-20 10:30:38 +00:00
Angela P Wen
4778dfbd93
Set up the Swift version the extractor declares ( #1422 )
...
Co-authored-by: Aditya Sharad <6874315+adityasharad@users.noreply.github.com >
2022-12-19 13:08:15 -08:00
Henry Mercer
4b3fd91988
Merge pull request #1438 from github/update-v1.1.37-959cbb74
...
Merge releases/v2 into releases/v1
2022-12-14 15:17:02 +00:00
Henry Mercer
0a3f985290
Merge pull request #1437 from github/mergeback/v2.1.37-to-main-959cbb74
...
Mergeback v2.1.37 refs/heads/releases/v2 into main
2022-12-14 14:56:05 +00:00
github-actions[bot]
04f1897968
Update checked-in dependencies
2022-12-14 14:10:28 +00:00
github-actions[bot]
a9872fdfbd
Update checked-in dependencies
2022-12-14 14:10:20 +00:00
github-actions[bot]
85fac8bbb4
Update version and changelog for v1.1.37
2022-12-14 14:06:35 +00:00
github-actions[bot]
536940c435
Merge remote-tracking branch 'origin/releases/v2' into update-v1.1.37-959cbb74
2022-12-14 14:06:32 +00:00
github-actions[bot]
a0924e149e
Revert "Update checked-in dependencies"
...
This reverts commit 18b0d6e135 .
2022-12-14 14:06:32 +00:00
github-actions[bot]
0d52bbad34
Revert "Update version and changelog for v1.1.36"
...
This reverts commit d0b64028fe .
2022-12-14 14:06:32 +00:00
github-actions[bot]
6ac6037211
Update changelog and version after v2.1.37
2022-12-14 14:06:24 +00:00
Henry Mercer
959cbb7472
Merge pull request #1436 from github/update-v2.1.37-d58039a1
...
Merge main into releases/v2
2022-12-14 14:04:14 +00:00
github-actions[bot]
10ca836463
Update changelog for v2.1.37
2022-12-14 11:07:27 +00:00
Orhan Toy
d58039a1e3
Merge pull request #1435 from github/orhantoy/add-CODE_SCANNING_REF-tests
...
Add tests for CODE_SCANNING_REF
2022-12-13 23:10:53 +01:00
Henry Mercer
37a4496237
Merge pull request #1433 from github/henrymercer/use-codeql-2.11.6
...
Bump default CodeQL version to 2.11.6
2022-12-13 13:05:00 +00:00
Orhan Toy
b7028afcb4
Make sure env is reset between tests
2022-12-13 12:18:40 +00:00
Henry Mercer
f629dada4c
Merge branch 'main' into henrymercer/use-codeql-2.11.6
2022-12-13 12:15:58 +00:00
Orhan Toy
ccee4c68ff
Add tests for CODE_SCANNING_REF
2022-12-13 11:51:16 +00:00
Henry Mercer
899bf9c076
Merge pull request #1432 from github/henrymercer/init-post-telemetry
...
Add telemetry for uploading failed runs
2022-12-12 18:45:41 +00:00
Henry Mercer
dd7c3ef80e
Remove debugging log statements
2022-12-12 17:59:20 +00:00
Henry Mercer
b7b875efff
Reuse existing fields in post-init status report
2022-12-12 17:54:33 +00:00
Nick Fyson
53ab991fbe
Merge pull request #1434 from github/nickfyson/remove-query-string
...
remove use of query-string package
2022-12-12 16:40:33 +00:00
nickfyson
54d25f56dd
use .has for searchParams instead of checking for undefined
2022-12-12 16:03:07 +00:00
nickfyson
d827cf3d65
remove use of query-string package
2022-12-12 14:50:10 +00:00
Henry Mercer
9438015b82
Add changelog note
2022-12-12 13:11:03 +00:00
Henry Mercer
5aced81848
Update bundle version to codeql-bundle-20221211
2022-12-12 13:10:58 +00:00
Henry Mercer
118e294bb9
Record the stack trace if applicable
2022-12-09 10:35:28 +00:00
Henry Mercer
dc9c1c1a51
Add regression test for upload: false
2022-12-09 10:35:28 +00:00
Henry Mercer
a409f43c7a
Handle non-string with inputs
2022-12-09 10:35:28 +00:00
Henry Mercer
e67ad6aaed
Add telemetry for uploading failed runs
2022-12-09 10:35:19 +00:00
Chuan-kai Lin
6856c22f5f
Merge pull request #1430 from github/update-v1.1.36-a669cc59
...
Merge releases/v2 into releases/v1
2022-12-08 13:18:56 -08:00
Chuan-kai Lin
896079047b
Merge pull request #1429 from github/mergeback/v2.1.36-to-main-a669cc59
...
Mergeback v2.1.36 refs/heads/releases/v2 into main
2022-12-08 12:35:17 -08:00
github-actions[bot]
18b0d6e135
Update checked-in dependencies
2022-12-08 20:12:39 +00:00
github-actions[bot]
e58b8d6a61
Update checked-in dependencies
2022-12-08 20:03:08 +00:00
github-actions[bot]
d0b64028fe
Update version and changelog for v1.1.36
2022-12-08 20:01:00 +00:00
github-actions[bot]
01330498de
Update changelog and version after v2.1.36
2022-12-08 20:00:59 +00:00
github-actions[bot]
64815a1382
Merge remote-tracking branch 'origin/releases/v2' into update-v1.1.36-a669cc59
2022-12-08 20:00:59 +00:00
github-actions[bot]
dc0a4f451f
Revert "Update checked-in dependencies"
...
This reverts commit 5e70e07df1 .
2022-12-08 20:00:58 +00:00
github-actions[bot]
d5c50b68cb
Revert "Update version and changelog for v1.1.35"
...
This reverts commit 04dc6825d1 .
2022-12-08 20:00:58 +00:00
Chuan-kai Lin
a669cc5936
Merge pull request #1428 from github/update-v2.1.36-2b971a70
...
Merge main into releases/v2
2022-12-08 11:58:43 -08:00
Andrew Eisenberg
6fec2ab57a
Merge pull request #1427 from github/dependabot/pip/python-setup/tests/poetry/python-3.8/certifi-2022.12.7
...
Bump certifi from 2021.10.8 to 2022.12.7 in /python-setup/tests/poetry/python-3.8
2022-12-08 11:24:01 -08:00
github-actions[bot]
aab7a26877
Update changelog for v2.1.36
2022-12-08 19:22:44 +00:00
Henry Mercer
2b971a70bb
Merge pull request #1426 from github/dependabot/pip/python-setup/tests/poetry/requests-3/certifi-2022.12.7
...
Bump certifi from 2021.10.8 to 2022.12.7 in /python-setup/tests/poetry/requests-3
2022-12-08 18:16:20 +00:00
dependabot[bot]
4e81e2933a
Bump certifi in /python-setup/tests/poetry/python-3.8
...
Bumps [certifi](https://github.com/certifi/python-certifi ) from 2021.10.8 to 2022.12.7.
- [Release notes](https://github.com/certifi/python-certifi/releases )
- [Commits](https://github.com/certifi/python-certifi/compare/2021.10.08...2022.12.07 )
---
updated-dependencies:
- dependency-name: certifi
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-12-08 17:36:48 +00:00
dependabot[bot]
bf944d782b
Bump certifi in /python-setup/tests/poetry/requests-3
...
Bumps [certifi](https://github.com/certifi/python-certifi ) from 2021.10.8 to 2022.12.7.
- [Release notes](https://github.com/certifi/python-certifi/releases )
- [Commits](https://github.com/certifi/python-certifi/compare/2021.10.08...2022.12.07 )
---
updated-dependencies:
- dependency-name: certifi
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-12-08 17:36:47 +00:00
Andrew Eisenberg
566a5e6727
Merge pull request #1424 from github/dependabot/pip/python-setup/tests/pipenv/python-3.8/certifi-2022.12.7
...
Bump certifi from 2021.10.8 to 2022.12.7 in /python-setup/tests/pipenv/python-3.8
2022-12-08 09:35:45 -08:00
Chuan-kai Lin
10c89976dc
Merge pull request #1421 from github/cklin/fix-update-required-checks-sha
...
update-required-checks.sh: fix argument handling
2022-12-08 09:05:57 -08:00
dependabot[bot]
8121f62c54
Bump certifi in /python-setup/tests/pipenv/python-3.8
...
Bumps [certifi](https://github.com/certifi/python-certifi ) from 2021.10.8 to 2022.12.7.
- [Release notes](https://github.com/certifi/python-certifi/releases )
- [Commits](https://github.com/certifi/python-certifi/compare/2021.10.08...2022.12.07 )
---
updated-dependencies:
- dependency-name: certifi
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-12-08 16:26:53 +00:00
Andrew Eisenberg
104319fe98
Merge pull request #1423 from github/dependabot/pip/python-setup/tests/pipenv/requests-3/certifi-2022.12.7
...
Bump certifi from 2021.10.8 to 2022.12.7 in /python-setup/tests/pipenv/requests-3
2022-12-08 08:25:36 -08:00
dependabot[bot]
aba18b82f7
Bump certifi in /python-setup/tests/pipenv/requests-3
...
Bumps [certifi](https://github.com/certifi/python-certifi ) from 2021.10.8 to 2022.12.7.
- [Release notes](https://github.com/certifi/python-certifi/releases )
- [Commits](https://github.com/certifi/python-certifi/compare/2021.10.08...2022.12.07 )
---
updated-dependencies:
- dependency-name: certifi
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-12-08 12:47:50 +00:00
Chuan-kai Lin
4a5ad5af18
update-required-checks.sh: ignore check-expected-release-files
2022-12-07 14:27:32 -08:00
Chuan-kai Lin
19f867a052
Merge branch 'main' into cklin/fix-update-required-checks-sha
2022-12-07 10:37:25 -08:00
Chuan-kai Lin
5e452f0d9d
Merge pull request #1412 from github/cklin/codeql-cli-2.11.5
...
Bump default CodeQL version to 2.11.5
2022-12-07 10:36:40 -08:00
Chuan-kai Lin
8bebf77dbd
update-required-checks.sh: fix argument handling
2022-12-07 10:12:01 -08:00
Chuan-kai Lin
fb74504ab5
Disable nightly-latest checks for Swift
2022-12-07 17:59:30 +00:00
Chuan-kai Lin
c51babb6c6
Merge branch 'main' into cklin/codeql-cli-2.11.5
2022-12-07 08:33:58 -08:00
Henry Mercer
79166d0788
Merge pull request #1420 from github/henrymercer/failed-runs-fix-action-not-found
...
Fix failed SARIF upload behavior when the workflow doesn't call the CodeQL Action
2022-12-07 08:48:11 +00:00
Rasmus Wriedt Larsen
44ef9d902a
Merge pull request #1419 from github/rasmuswl/poetry-no-local-venv
...
python-setup: Don't allow Poetry to make venv in project
2022-12-06 20:29:23 +01:00
Henry Mercer
384a214d60
Allow testing workflow parsing functionality from PR checks
2022-12-06 18:37:25 +00:00
Henry Mercer
697ed97fa5
Factor out some code in post-init tests
2022-12-06 18:23:55 +00:00
Henry Mercer
2207a72006
Downgrade log severity when we can't upload a failed SARIF file
...
This isn't severe enough to appear on the Actions summary.
2022-12-06 18:18:07 +00:00
Henry Mercer
4623c8edb6
Make getInputOrThrow throw when it can't find any calls to the Action
...
This created unexpected behavior with a workflow calling
`codeql-action/analyze` locally.
Therefore, be more conservative with parsing inputs from workflows and
refuse to parse jobs that don't call the specified Action exactly once.
2022-12-06 18:13:47 +00:00
Henry Mercer
9085295c40
Add regression test
2022-12-06 17:59:14 +00:00
Rasmus Wriedt Larsen
3b0a2f607d
python-setup: Update comment with fully qualified configuration name
2022-12-06 11:37:57 +01:00
Rasmus Wriedt Larsen
5566638d56
Update CHANGELOG.md
2022-12-06 11:37:31 +01:00
Rasmus Wriedt Larsen
27c1438455
python-setup: Apply suggestions from code review
2022-12-06 11:32:21 +01:00
Henry Mercer
1e8d3b8fca
Merge pull request #1418 from github/henrymercer/remove-file-baseline-info-feature-flag
...
Enable file baseline export by default
2022-12-06 09:42:34 +00:00
Rasmus Wriedt Larsen
7fc528c3c6
python-setup: Don't allow Poetry to make venv in project
...
I mostly verified this works on my local machine, but did add a sample `poetry.toml` to the tests, so it can be verified from looking at the logs 🤷
2022-12-06 10:41:46 +01:00
Henry Mercer
2cbc140ac5
Enable file baseline export by default
...
This is now fully rolled out.
2022-12-05 14:10:06 +00:00
Henry Mercer
1653364141
Merge pull request #1414 from github/dependabot/github_actions/peter-evans/create-pull-request-4.2.3
...
Bump peter-evans/create-pull-request from 3.4.1 to 4.2.3
2022-12-05 11:02:42 +00:00
dependabot[bot]
61cc378b7f
Bump swift-actions/setup-swift from 1.19.0 to 1.20.0 ( #1415 )
...
* Bump swift-actions/setup-swift from 1.19.0 to 1.20.0
Bumps [swift-actions/setup-swift](https://github.com/swift-actions/setup-swift ) from 1.19.0 to 1.20.0.
- [Release notes](https://github.com/swift-actions/setup-swift/releases )
- [Commits](5cdaa9161a...194625b58a )
---
updated-dependencies:
- dependency-name: swift-actions/setup-swift
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* Update setup-swift SHA in non-autogenerated files
* Specify v5.7.0 instead of 5.7
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Angela P Wen <angelapwen@github.com >
2022-12-05 10:54:03 +01:00
dependabot[bot]
7aa5026a55
Bump actions/setup-python from 3 to 4 ( #1416 )
...
Bumps [actions/setup-python](https://github.com/actions/setup-python ) from 3 to 4.
- [Release notes](https://github.com/actions/setup-python/releases )
- [Commits](https://github.com/actions/setup-python/compare/v3...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-05 08:20:36 +01:00
dependabot[bot]
c80f00a5c9
Bump peter-evans/create-pull-request from 3.4.1 to 4.2.3
...
Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request ) from 3.4.1 to 4.2.3.
- [Release notes](https://github.com/peter-evans/create-pull-request/releases )
- [Commits](c7f493a800...2b011faafd )
---
updated-dependencies:
- dependency-name: peter-evans/create-pull-request
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-12-02 19:29:01 +00:00
Henry Mercer
62b14cbbad
Merge pull request #1413 from github/update-dependabot-e0f8a3c2
...
Add Dependabot config file
2022-12-02 19:28:32 +00:00
Henry Mercer
794a4b543a
Switch to weekly interval for both ecosystems
2022-12-02 18:42:33 +00:00
Henry Mercer
ee6ba9c213
Reformat
2022-12-02 17:53:16 +00:00
Henry Mercer
81f99a8582
Remove outdated section for runner and perform all updates daily
2022-12-02 17:52:46 +00:00
Sentinel Reviewer
4b18b7bc24
Update Dependabot config file
2022-12-02 11:45:26 -06:00
Henry Mercer
4acf201e5b
Merge pull request #1393 from github/henrymercer/report-failed-runs
...
Submit SARIF for failed runs too
2022-12-02 17:08:04 +00:00
Chuan-kai Lin
1e5919b22d
Bump default CodeQL version to 2.11.5
2022-12-02 07:38:17 -08:00
Henry Mercer
375dacad24
Only print the full error message in debug mode
2022-12-02 14:38:40 +00:00
Henry Mercer
e0ff272230
Merge branch 'main' into henrymercer/report-failed-runs
2022-12-02 14:31:22 +00:00
Angela P Wen
aa0e650c6a
Surface fatal CLI errors in interpret-results and run-queries ( #1407 )
...
Co-authored-by: Henry Mercer <henry.mercer@me.com >
2022-12-02 14:05:21 +01:00
Henry Mercer
98b2ddc7f9
Merge branch 'main' into henrymercer/report-failed-runs
2022-12-01 18:27:32 +00:00
Henry Mercer
0d9b15ca93
Merge pull request #1392 from github/henrymercer/parse-category
...
Add functionality for parsing Action inputs from a workflow file
2022-12-01 18:26:03 +00:00
Henry Mercer
54d8b0da6b
Merge pull request #1408 from github/update-v1.1.35-b2a92eb5
...
Merge releases/v2 into releases/v1
2022-12-01 14:41:43 +00:00
Henry Mercer
b1c26c4c53
Merge pull request #1409 from github/mergeback/v2.1.35-to-main-b2a92eb5
...
Mergeback v2.1.35 refs/heads/releases/v2 into main
2022-12-01 14:25:02 +00:00
github-actions[bot]
21044b004d
Update checked-in dependencies
2022-12-01 13:51:17 +00:00
github-actions[bot]
5e70e07df1
Update checked-in dependencies
2022-12-01 13:47:25 +00:00
github-actions[bot]
0828b04e3a
Update changelog and version after v2.1.35
2022-12-01 13:04:46 +00:00
github-actions[bot]
04dc6825d1
Update version and changelog for v1.1.35
2022-12-01 13:04:37 +00:00
github-actions[bot]
0dc6f25b82
Merge remote-tracking branch 'origin/releases/v2' into update-v1.1.35-b2a92eb5
2022-12-01 13:04:30 +00:00
github-actions[bot]
e455e6c8e5
Revert "Update checked-in dependencies"
...
This reverts commit 85b8c47da6 .
2022-12-01 13:04:30 +00:00
github-actions[bot]
bea0fc1967
Revert "Update version and changelog for v1.1.34"
...
This reverts commit 1b829d6cdc .
2022-12-01 13:04:30 +00:00
Henry Mercer
b2a92eb56d
Merge pull request #1406 from github/update-v2.1.35-9af9a11d
...
Merge main into releases/v2
2022-12-01 13:02:24 +00:00
github-actions[bot]
075b74d36e
Update changelog for v2.1.35
2022-12-01 12:16:44 +00:00
Angela P Wen
9af9a11da8
Stop running fallback Go autobuild if database is finalized ( #1405 )
2022-12-01 11:29:03 +01:00
Andrew Eisenberg
a631f4b016
Merge pull request #1400 from github/aeisenberg/fix-test-error
...
Fixes spurious error messages in tests
2022-11-30 08:04:59 -08:00
Henry Mercer
77cda4d75d
Add testing environment to submit SARIF after failure PR check
2022-11-30 11:32:36 +00:00
Henry Mercer
3d90c4f911
Improve error message when failed SARIF file doesn't process as expected
2022-11-30 11:27:03 +00:00
Andrew Eisenberg
1384ce4ab3
Fixes spurious error messages in tests
...
Previously, `isAnalyzingDefaultBranch` was failing because there are
some missing env vars: `GITHUB_SHA`, `GITHUB_REF`, and
`GITHUB_EVENT_PATH`. Also, `checkout_path` is missing as an input.
Rather than trying to set them to mock values, which would require
setting the paths to existing paths in the file system, I chose to stub
the entire function. I think this is fine since the point of the test
is to check the ram and threads values, not testing the
`isAnalyzingDefaultBranch` function.
2022-11-29 10:53:11 -08:00
Henry Mercer
6c5cad784c
Merge branch 'henrymercer/parse-category' into henrymercer/report-failed-runs
2022-11-29 17:04:56 +00:00
Henry Mercer
58b2ab08a8
Add unit test for typical workflow
2022-11-29 17:03:01 +00:00
Henry Mercer
e0dec83cfc
Explicitly mention surrounding by try/catch in JSDoc
2022-11-29 16:29:27 +00:00
Henry Mercer
00a3c456fb
Always wait for processing when uploading a failed SARIF file
2022-11-29 16:27:04 +00:00
Henry Mercer
e628ee0ae1
Push unsuccessful execution API error detection into upload library
2022-11-29 16:25:29 +00:00
Henry Mercer
605b23d10b
Explicitly suggest wrapping in a try/catch block
2022-11-29 15:48:54 +00:00
Rasmus Wriedt Larsen
160613c380
Merge pull request #1402 from github/rasmuswl/new-virtualenv
...
python-setup: rely on new `virtualenv` for venv creation in Ubuntu 22.04
2022-11-29 13:56:31 +01:00
Rasmus Wriedt Larsen
caf1c5057b
python-setup: Remove outdated comment
2022-11-29 13:24:10 +01:00
Rasmus Wriedt Larsen
c62445de22
python-setup: rely on new virtualenv for venv creation in Ubuntu 22.04
...
Removes the hotfix from https://github.com/github/codeql-action/pull/1257
2022-11-29 11:43:01 +01:00
Henry Mercer
7fc3c603aa
Add changelog note
2022-11-25 18:18:39 +00:00
Henry Mercer
24fd4c0f4e
Generate the "Submit SARIF after failure" workflow
2022-11-25 18:18:13 +00:00
Henry Mercer
d0517be03a
Ensure we finish the log group when waiting for processing
2022-11-25 17:55:01 +00:00
Henry Mercer
37b4358e44
Handle API versions that reject unsuccessful executions
2022-11-25 17:55:00 +00:00
Henry Mercer
122b180b66
Add an integration test for uploading SARIF when the run fails
2022-11-25 17:54:22 +00:00
Henry Mercer
8337c2be0f
Only upload failed SARIF if the run failed
2022-11-25 17:53:32 +00:00
Henry Mercer
5296a763b1
Upload failed SARIF files to Code Scanning
2022-11-25 17:52:50 +00:00
Henry Mercer
3afc2b194c
Add feature flag for uploading failed SARIF
2022-11-25 17:49:03 +00:00
Henry Mercer
3cf2a1ba2e
Add function for retrieving the "upload" input
2022-11-25 17:49:01 +00:00
Henry Mercer
4d4e25083a
Use a matrix in testing workflow
2022-11-25 17:47:21 +00:00
Henry Mercer
9de6c31571
Log matrix input
2022-11-25 17:47:21 +00:00
Henry Mercer
44ae944a29
Add a workflow to test reporting a failed run
2022-11-25 17:47:21 +00:00
Henry Mercer
e2338066a1
Add diagnostics export command
2022-11-25 17:47:21 +00:00
Henry Mercer
8f05fcd048
Filter set of possible Action inputs to those from a particular job
...
This better handles cases where customers have a monorepo and have
separate jobs for different components.
2022-11-25 17:40:27 +00:00
Alexander Eyers-Taylor
ea25ff07d1
Merge pull request #1397 from github/update-v1.1.34-312e093a
...
Merge releases/v2 into releases/v1
2022-11-25 16:27:44 +00:00
Alexander Eyers-Taylor
9dac9f748a
Merge pull request #1396 from github/mergeback/v2.1.34-to-main-312e093a
...
Mergeback v2.1.34 refs/heads/releases/v2 into main
2022-11-25 16:14:10 +00:00
github-actions[bot]
c6e756bb39
Update checked-in dependencies
2022-11-25 15:38:27 +00:00
github-actions[bot]
85b8c47da6
Update checked-in dependencies
2022-11-25 15:27:44 +00:00
github-actions[bot]
8d8b898c0f
Update changelog and version after v2.1.34
2022-11-25 15:20:20 +00:00
github-actions[bot]
1b829d6cdc
Update version and changelog for v1.1.34
2022-11-25 15:20:19 +00:00
github-actions[bot]
491881a5bf
Merge remote-tracking branch 'origin/releases/v2' into update-v1.1.34-312e093a
2022-11-25 15:20:14 +00:00
github-actions[bot]
31970424d5
Revert "Update checked-in dependencies"
...
This reverts commit d5e672584c .
2022-11-25 15:20:14 +00:00
github-actions[bot]
014e2f305e
Revert "Update version and changelog for v1.1.33"
...
This reverts commit 9600345327 .
2022-11-25 15:20:14 +00:00
Alexander Eyers-Taylor
312e093a18
Merge pull request #1395 from github/update-v2.1.34-7e73deda
...
Merge main into releases/v2
2022-11-25 15:17:56 +00:00
github-actions[bot]
aef0440821
Update changelog for v2.1.34
2022-11-25 13:44:40 +00:00
Henry Mercer
9f2aa7ec75
Merge branch 'main' into henrymercer/parse-category
2022-11-25 09:58:27 +00:00
Henry Mercer
7e73dedacc
Merge pull request #1394 from github/aeisenberg/bypass-toolcache-kotlin-swift
...
Add a way to bypass the toolcache for kotlin and swift
2022-11-25 09:30:35 +00:00
Andrew Eisenberg
102e01da36
Small refactoring of shouldBypassToolcache
2022-11-24 12:33:42 -08:00
Andrew Eisenberg
eb19ecbad1
Add API call for languages if java in input
...
If a user explicitly includes java in their language inputs, always
make an api call to check for kotlin in the repo.
Also, add some suggestions from code reviews.
2022-11-24 11:06:29 -08:00
Henry Mercer
f0a052e8b4
Merge pull request #1388 from github/henrymercer/bump-swift-version-to-5.7.1
...
Run Swift tests with Swift 5.7.1 on macOS
2022-11-24 15:37:32 +00:00
Henry Mercer
ead8da6199
Merge branch 'main' into henrymercer/bump-swift-version-to-5.7.1
2022-11-24 14:32:08 +00:00
Alexander Eyers-Taylor
c61f4c61f8
Merge pull request #1391 from github/alexet/update-2.11.4-v2
...
Update default CodeQL bundle version to 2.11.4
2022-11-24 14:23:06 +00:00
Andrew Eisenberg
ad7ca9bf21
Add some new tests and fix some comments
2022-11-23 22:18:12 -08:00
Andrew Eisenberg
f79028af27
Add the feature to bypass the toolcache for kotlin and swift
...
This works by moving the logic to check for toolcache bypass out of
creating the codeql instance. The logic now _may_ perform an API request
in order to check what languages are in the repository. This check is
redundant because the same call is being made later in the action when
the actual list of languages is calculated.
2022-11-23 15:11:20 -08:00
Henry Mercer
909c8687d5
Test Linux against Swift 5.7
...
Currently only macOS supports 5.7.1
2022-11-23 21:21:50 +00:00
Andrew Eisenberg
5b7c9daecd
Add the bypass_toolcache_kotlin_switft_enabled flag
2022-11-23 12:20:22 -08:00
Henry Mercer
ce90479412
Test latest and nightly-latest against Swift 5.7.1
2022-11-23 20:17:20 +00:00
Henry Mercer
bff0be7364
Generalize getCategoryInputOrThrow to arbitrary inputs
2022-11-23 19:27:03 +00:00
Henry Mercer
daf4614f68
Substitute matrix variables into category input
...
This is a common case, so we should handle it.
2022-11-23 19:27:03 +00:00
Henry Mercer
e2d523ca5e
Add function to read the analysis category from a workflow
2022-11-23 19:27:03 +00:00
Henry Mercer
996d04b1e5
Fix a type error affecting later versions of TypeScript
2022-11-23 19:27:03 +00:00
Henry Mercer
79f8286c68
Refactoring: Separate out workflow related functionality
...
No semantic changes.
2022-11-23 19:27:01 +00:00
Alexander Eyers-Taylor
d52e657b2e
Update default CodeQL bundle version to 2.11.4
2022-11-23 18:56:23 +00:00
Henry Mercer
187515b328
Merge pull request #1390 from github/henrymercer/remove-dead-code
...
Remove some dead code
2022-11-23 18:55:09 +00:00
Henry Mercer
bc341c5dd1
Remove fallback logic for GHES 2.22 when determining Action repository
2022-11-23 18:19:25 +00:00
Henry Mercer
39fe7aa8a1
Remove dead guard for GHES 3.0
2022-11-23 13:57:07 +00:00
Henry Mercer
c719ec0b33
Merge pull request #1389 from github/update-supported-enterprise-server-versions
...
Update supported GitHub Enterprise Server versions.
2022-11-23 10:31:21 +00:00
Henry Mercer
09bfd560f6
Merge pull request #1385 from github/henrymercer/update-v1-deprecation-date
...
Update v1 deprecation date
2022-11-23 10:24:17 +00:00
Henry Mercer
33b2045510
Merge branch 'main' into henrymercer/update-v1-deprecation-date
2022-11-23 09:53:16 +00:00
GitHub
93c6b70dc3
Update supported GitHub Enterprise Server versions.
2022-11-23 00:13:03 +00:00
Henry Mercer
def4f60c6c
Merge pull request #1387 from github/henrymercer/fix-swift-version
...
Use Swift version 5.7 in PR checks
2022-11-22 22:39:17 +00:00
Henry Mercer
34d91a9ce7
Use runner.os in ML-powered queries tests too
2022-11-22 20:45:26 +00:00
Henry Mercer
c49c05b5df
Perform the check using runner.os
2022-11-22 20:41:32 +00:00
Henry Mercer
2ccaddd459
Define swift-version as a string
2022-11-22 20:33:22 +00:00
Henry Mercer
5dcca8a6e4
Pin the version of swift-actions/setup-swift@v1
2022-11-22 20:13:49 +00:00
Henry Mercer
b6e17a6616
Drop unneeded CODEQL_ENABLE_EXPERIMENTAL_FEATURES env var
2022-11-22 11:31:22 +00:00
Henry Mercer
e9e73b0cb9
Use Swift version 5.7 in PR checks
...
The version installed in the latest runner image, 5.7.1, is not yet
supported.
2022-11-22 11:30:27 +00:00
Angela P Wen
bab5a146ac
Add Ruby and Swift language autodetect tests ( #1369 )
...
Co-authored-by: Henry Mercer <henry.mercer@me.com >
2022-11-22 11:03:25 +00:00
Henry Mercer
6013661451
Update v1 deprecation date
...
The expected deprecation date of GHES 3.3 has been postponed, so v1 will
now be deprecated in January.
2022-11-22 09:43:07 +00:00
Andrew Eisenberg
26df9a9a4f
Merge pull request #1384 from github/aeisenberg/feature-flags-disk
...
Cache feature flags on disk
2022-11-21 15:25:34 -08:00
Andrew Eisenberg
4ee97e5e55
Add extra test ensuring env var overrides cached feature flag
2022-11-21 14:30:36 -08:00
Andrew Eisenberg
cfce1c4e19
Rename
2022-11-21 13:42:32 -08:00
Andrew Eisenberg
da75623c67
Update changelog
2022-11-21 11:19:34 -08:00
Andrew Eisenberg
c29fca48a1
Cache feature flags on disk
...
This will allow feature flags to be shared across steps in the same job,
avoiding an error we saw earlier where the init action had the flag
enabled, but the analyze step had it disabled.
This uses the runner's temp folder to cache the flags file, which will
stick around until the job completes.
2022-11-21 11:14:38 -08:00
Angela P Wen
4fddc51e4f
Support Kotlin for public beta ( #1370 )
2022-11-17 18:38:48 +00:00
Henry Mercer
7694d6752a
Merge pull request #1378 from github/henrymercer/add-ruby-to-readme
...
Add Ruby to README
2022-11-17 12:39:38 +00:00
Marco Gario
73113785b9
Merge pull request #1377 from github/update-v1.1.33-678fc3af
...
Merge releases/v2 into releases/v1
2022-11-16 21:12:04 +01:00
Marco Gario
3b8914b2cc
Merge pull request #1376 from github/mergeback/v2.1.33-to-main-678fc3af
...
Mergeback v2.1.33 refs/heads/releases/v2 into main
2022-11-16 20:57:51 +01:00
github-actions[bot]
d5e672584c
Update checked-in dependencies
2022-11-16 19:28:00 +00:00
github-actions[bot]
377b692bf3
Update checked-in dependencies
2022-11-16 18:49:58 +00:00
Henry Mercer
55a437c003
Add Ruby to README
2022-11-16 18:31:04 +00:00
github-actions[bot]
9600345327
Update version and changelog for v1.1.33
2022-11-16 18:19:03 +00:00
github-actions[bot]
49a3e72242
Merge remote-tracking branch 'origin/releases/v2' into update-v1.1.33-678fc3af
...
# Conflicts:
# package-lock.json
2022-11-16 18:19:02 +00:00
github-actions[bot]
2ceabc2eb1
Revert "Update checked-in dependencies"
...
This reverts commit f71b2a3989 .
2022-11-16 18:19:02 +00:00
github-actions[bot]
77ca6a3dbb
Revert "Update version and changelog for v1.1.32"
...
This reverts commit b3d9a91c97 .
2022-11-16 18:19:01 +00:00
github-actions[bot]
e353814da4
Update changelog and version after v2.1.33
2022-11-16 18:17:50 +00:00
Marco Gario
678fc3afe2
Merge pull request #1375 from github/update-v2.1.33-c939e661
...
Merge main into releases/v2
2022-11-16 19:15:58 +01:00
Henry Mercer
0f07790b74
Merge pull request #1374 from github/henrymercer/pass-testing-environment
...
Set testing environment for CodeQL workflow
2022-11-16 18:05:00 +00:00
Edoardo Pirovano
53060aa0c8
Merge pull request #1373 from github/edoardo/workaround-download
...
TRAP Caching: Re-introduce workaround for download timeout
2022-11-16 17:28:21 +00:00
Marco Gario
d13b9b8244
Fix changelog entry
2022-11-16 17:45:42 +01:00
Henry Mercer
a836d9571f
Set testing environment for CodeQL workflow
2022-11-16 16:40:35 +00:00
Henry Mercer
ffc2dd6d6d
Enable test mode for check-codescanning-config Action
2022-11-16 16:40:35 +00:00
Henry Mercer
7cdf75141e
Remove redundant INTERNAL_CODEQL_ACTION_DEBUG_LOC variable
2022-11-16 16:40:35 +00:00
Henry Mercer
a190d3876a
Rename TEST_MODE to specific variable for CodeQL Action
...
This allows us to set it automatically in the workflow generator,
simplifying things and reducing the scope for error.
2022-11-16 16:40:30 +00:00
github-actions[bot]
f2c3e7ca4e
Update changelog for v2.1.33
2022-11-16 16:34:17 +00:00
Edoardo Pirovano
bfc56625b0
TRAP Caching: Re-introduce workaround for download timeout
2022-11-16 15:49:52 +00:00
Marco Gario
c939e6615d
Merge pull request #1372 from github/marcogario/prioritize_github_ref
...
Prefer GITHUB_REF to CODE_SCANNING_REF
2022-11-16 12:03:29 +01:00
Henry Mercer
1935d19d61
Merge pull request #1358 from github/henrymercer/require-cli-2.6.3
...
Bump minimum CodeQL bundle version to 2.6.3
2022-11-16 10:37:57 +00:00
Angela P Wen
7484436e5d
Remove Go extraction feature flags ( #1371 )
2022-11-16 10:32:40 +00:00
Marco Gario
0a76b97b28
Prefer GITHUB_REF to CODE_SCANNING_REF
...
Given that the GITHUB_REF is a protected variable, we want to prefer it to
CODE_SCANNING_REF. This should prevent accidentally overwriting these values.
The logic is a bit more involved, as I think it makes sense to raise the error
about GITHUB_REF not being set, rather than mentioning CODE_SCANNING_REF if
both are not set.
2022-11-16 10:49:49 +01:00
Henry Mercer
f8b607edaa
Merge pull request #1364 from github/henrymercer/delete-runner-part-2
...
Delete the runner, part 2
2022-11-15 21:19:38 +00:00
Henry Mercer
d48707ce53
Merge branch 'henrymercer/delete-runner-part-2' into henrymercer/require-cli-2.6.3
2022-11-15 20:58:01 +00:00
Henry Mercer
07b9db6a46
Explicitly set up Go 1.13.1 in checks running on old runner images
2022-11-15 20:53:57 +00:00
Henry Mercer
0dea34e91c
Merge branch 'main' into henrymercer/delete-runner-part-2
2022-11-15 19:35:30 +00:00
Henry Mercer
f47c93c5fd
Merge pull request #1363 from github/henrymercer/delete-runner-part-1
...
Delete the runner, part 1
2022-11-15 19:31:28 +00:00
Andrew Eisenberg
6a0f768e01
Merge pull request #1368 from marcogario/marcogario/code_scanning_ref
...
Read CODE_SCANNING_REF env variable
2022-11-15 09:14:09 -08:00
Marco Gario
2bca6af0e5
Read CODE_SCANNING_REF
2022-11-15 15:26:47 +01:00
Henry Mercer
43f9bd3e4f
Merge pull request #1365 from github/henrymercer/update-query-id-prefixes
...
Add Swift file baseline info to expected list
2022-11-15 14:20:42 +00:00
Henry Mercer
88b5c1e51f
Set environment variable to enable Swift
2022-11-15 13:53:00 +00:00
Henry Mercer
3ef8b89353
Merge branch 'main' into henrymercer/update-query-id-prefixes
2022-11-15 13:46:12 +00:00
Henry Mercer
35086e72ed
Merge pull request #1366 from github/henrymercer/update-lockfile
...
Update lockfiles to v3
2022-11-15 12:43:58 +00:00
Henry Mercer
1e2f8f035d
Merge branch 'main' into henrymercer/require-cli-2.6.3
2022-11-14 22:25:31 +00:00
Henry Mercer
31c87302e7
Add Swift file baseline info to expected list
...
Also update query ID prefixes for C# and Ruby
2022-11-14 22:23:16 +00:00
Henry Mercer
0990a34ac8
Merge branch 'main' into henrymercer/delete-runner-part-1
2022-11-14 22:20:41 +00:00
Henry Mercer
47ce159207
Add config file to support npm v8 and v9 simultaneously
2022-11-14 22:15:08 +00:00
Angela P Wen
5883c13406
Deprecate Go extraction reconciliation feature flag and CODEQL_EXTRACTOR_GO_BUILD_TRACING for custom builds ( #1322 )
...
Co-authored-by: Henry Mercer <henry.mercer@me.com >
2022-11-14 13:54:35 -08:00
Henry Mercer
375506c896
Update lockfiles to v3
2022-11-14 21:43:03 +00:00
Henry Mercer
9df773d1a3
Remove unneeded apiDetails input to getApiClient
2022-11-14 19:55:30 +00:00
Henry Mercer
dac8912e9f
Remove deriveApiUrl function only used by runner
2022-11-14 18:59:39 +00:00
Henry Mercer
8ecbaea022
Remove support for empty analysis keys from runner
2022-11-14 18:55:31 +00:00
Henry Mercer
3d46406f3b
Remove runner-only input to databaseInitCluster
2022-11-14 18:49:17 +00:00
Henry Mercer
03bb58c07d
Remove note about separation in actions-util
...
We could move everything into `util`, but in some ways it is nice having
a file dedicated to Actions related utilities.
2022-11-14 18:46:43 +00:00
Angela P Wen
0eacdb53ad
Support Swift for private beta ( #1350 )
...
Co-authored-by: Henry Mercer <henry.mercer@me.com >
2022-11-14 10:29:05 -08:00
Henry Mercer
8c8a9b1231
Remove auth method only used in runner
2022-11-14 16:39:43 +00:00
Henry Mercer
b498c79130
Remove concept of Actions / runner mode
2022-11-14 16:37:48 +00:00
Henry Mercer
51abddb49b
Delete the runner
2022-11-14 16:23:14 +00:00
Henry Mercer
73c5c0607d
Remove runner threads and RAM test
...
We don't need to test runner functionality now since the runner is only
used in PR checks, and `extractor-ram-threads.yml` covers the Action
case.
2022-11-14 16:18:38 +00:00
Henry Mercer
adb125ae03
Remove runner upload SARIF test
...
Testing SARIF compatibility is covered by `codeql.yml`.
2022-11-14 16:16:58 +00:00
Henry Mercer
219d9a0182
Remove runner C# autobuild tests
...
These are covered by `autobuild-action.yml`.
2022-11-14 16:14:41 +00:00
Henry Mercer
83ead4549c
Remove manual build steps tests
...
These are tested by `multi-language-autodetect.yml`
2022-11-14 16:13:14 +00:00
Henry Mercer
63d8cbe20e
Remove Windows and macOS JS analysis runner tests
...
These are covered by `codeql.yml`, which runs across all latest runner
images.
2022-11-14 16:09:36 +00:00
Henry Mercer
be84b68e4c
Delete runner CLI config parsing check
...
This is now covered by `codescanning-config-cli.yml`.
2022-11-14 16:07:49 +00:00
Henry Mercer
8d0f2452ee
Merge pull request #1362 from github/update-v1.1.32-42384213
...
Merge releases/v2 into releases/v1
2022-11-14 15:16:01 +00:00
Henry Mercer
f71b2a3989
Update checked-in dependencies
2022-11-14 14:42:29 +00:00
Henry Mercer
af487b12e7
Merge pull request #1361 from github/mergeback/v2.1.32-to-main-42384213
...
Mergeback v2.1.32 refs/heads/releases/v2 into main
2022-11-14 13:42:07 +00:00
github-actions[bot]
f3e11b9174
Update checked-in dependencies
2022-11-14 12:58:46 +00:00
github-actions[bot]
b3d9a91c97
Update version and changelog for v1.1.32
2022-11-14 12:37:36 +00:00
github-actions[bot]
f405ab82d5
Merge remote-tracking branch 'origin/releases/v2' into update-v1.1.32-42384213
2022-11-14 12:37:34 +00:00
github-actions[bot]
27e1772911
Revert "Update checked-in dependencies"
...
This reverts commit 1cebd8aaa9 .
2022-11-14 12:37:34 +00:00
github-actions[bot]
1f97bcf176
Revert "Update version and changelog for v1.1.31"
...
This reverts commit 6132391b38 .
2022-11-14 12:37:34 +00:00
github-actions[bot]
ac90bc016d
Update changelog and version after v2.1.32
2022-11-14 12:37:28 +00:00
Henry Mercer
4238421316
Merge pull request #1360 from github/update-v2.1.32-33b10be6
...
Merge main into releases/v2
2022-11-14 12:35:15 +00:00
github-actions[bot]
97be6233c4
Update changelog for v2.1.32
2022-11-14 12:03:19 +00:00
Henry Mercer
0c3e493df0
Update first version of CLI compatible with Windows 2022
...
It is 2.8.2, not 2.7.3.
2022-11-11 19:08:55 +00:00
Henry Mercer
e131232b86
Add changelog note
2022-11-11 19:08:33 +00:00
Henry Mercer
1fd76310fd
Update CLI versions in non-generated checks
2022-11-11 19:08:33 +00:00
Henry Mercer
9e44100c47
Update autogenerated checks to run on earliest three minor CLI versions
2022-11-11 19:00:48 +00:00
Henry Mercer
acbc6ca6e5
Fix a couple of naming nits
2022-11-11 19:00:48 +00:00
Henry Mercer
84e5134df9
Remove lines of code counting in the Action
...
We now only need to support doing this in the CLI.
2022-11-11 19:00:45 +00:00
Henry Mercer
ea990a3118
Remove flags for CLI v2.6.2 and earlier
2022-11-11 18:22:45 +00:00
Henry Mercer
b45e925fe2
Bump minimum version to 2.6.3
2022-11-11 18:00:58 +00:00
Henry Mercer
33b10be6bf
Merge pull request #1348 from github/henrymercer/use-codeql-2.11.3
...
Bump default CodeQL version to 2.11.3
2022-11-11 11:36:11 +00:00
Henry Mercer
718930badf
Pin npm to latest v8 release to address failing PR check
...
npm v9 is not compatible with Node 12, so we can't update to it yet.
2022-11-11 11:06:50 +00:00
Henry Mercer
76a77405c1
Fix Python query identifier in file baseline information PR check
2022-11-11 10:12:39 +00:00
Henry Mercer
9452b6b864
Merge branch 'main' into henrymercer/use-codeql-2.11.3
2022-11-11 09:56:50 +00:00
Edoardo Pirovano
006bb00765
Merge pull request #1354 from github/edoardo/force-exit-on-timeout
...
Force exit of process if a timeout has occurred
2022-11-10 16:56:41 +00:00
Edoardo Pirovano
d6f6ef4b0b
Force exit of process if a timeout has occurred
2022-11-09 17:28:15 +00:00
Stephan Brandauer
7c9e85e249
Merge pull request #1353 from kaeluka/add-ATM-0.4.0-to-changelog
...
Add ATM 0.4.0 to changelog
2022-11-09 11:31:28 +01:00
Stephan Brandauer
fb3fdd7e15
add ATM 0.4.0 to changelog
2022-11-09 10:30:59 +01:00
Stephan Brandauer
73ff862014
Merge pull request #1351 from kaeluka/release-atm-v0.4.0
...
use ATM pack v0.4.0 for CLI v2.11.3 and above
2022-11-08 15:08:24 +01:00
Stephan Brandauer
01c4458f0c
use ATM pack v0.4.0 for CLI v2.11.3 and above
2022-11-08 13:53:18 +01:00
Henry Mercer
0e5b04a79a
Merge pull request #1349 from github/henrymercer/improve-focus-when-init-fails
...
Improve experience when init fails before generating a config file
2022-11-08 11:31:43 +00:00
Henry Mercer
f9948ffd0e
Improve experience when init fails before generating a config file
...
Suppose a customer has a run where the init Action failed before saving
a config file.
When the customer opens their Actions logs, the UI currently focuses on
the post init step, since this is the last step that failed.
Demoting the error in the post init Action to a warning means that the
UI will instead focus on the `init` step, which is more useful for
debugging what went wrong.
2022-11-07 18:50:59 +00:00
Henry Mercer
c606252ada
Merge pull request #1329 from github/henrymercer/file-baseline-info-enablement
...
Enable file baseline information behind a feature gate
2022-11-07 18:10:39 +00:00
Henry Mercer
029ecc09e7
Check expected SARIF notification objects
2022-11-07 16:37:57 +00:00
Henry Mercer
b9b7d9f2a6
Add PR check for file baseline information
2022-11-07 16:37:46 +00:00
Henry Mercer
dba70acdb3
Bump default CodeQL version to 2.11.3
2022-11-07 10:40:09 +00:00
Andrew Eisenberg
8aff97f12c
Merge pull request #1346 from github/mergeback/v2.1.31-to-main-c3b6fce4
...
Mergeback v2.1.31 refs/heads/releases/v2 into main
2022-11-07 02:18:21 -08:00
github-actions[bot]
31a2afec21
Update checked-in dependencies
2022-11-04 23:01:51 +00:00
Andrew Eisenberg
9e288b0363
Merge pull request #1347 from github/update-v1.1.31-c3b6fce4
...
Merge releases/v2 into releases/v1
2022-11-04 15:48:01 -07:00
github-actions[bot]
1cebd8aaa9
Update checked-in dependencies
2022-11-04 20:59:43 +00:00
github-actions[bot]
6132391b38
Update version and changelog for v1.1.31
2022-11-04 20:40:37 +00:00
github-actions[bot]
b1b2d85934
Merge remote-tracking branch 'origin/releases/v2' into update-v1.1.31-c3b6fce4
2022-11-04 20:40:36 +00:00
github-actions[bot]
9acbd2aaa4
Revert "Update checked-in dependencies"
...
This reverts commit bdbba7ace9 .
2022-11-04 20:40:36 +00:00
github-actions[bot]
69423c9e6a
Revert "Update version and changelog for v1.1.30"
...
This reverts commit 8428fd9deb .
2022-11-04 20:40:36 +00:00
github-actions[bot]
6a5e69e74f
Update changelog and version after v2.1.31
2022-11-04 20:36:31 +00:00
Andrew Eisenberg
c3b6fce4ee
Merge pull request #1345 from github/update-v2.1.31-a8cabafa
...
Merge main into releases/v2
2022-11-04 13:33:47 -07:00
Andrew Eisenberg
8aa42f1f11
Update CHANGELOG.md
...
Add link to codeql PR.
2022-11-04 10:19:29 -07:00
Andrew Eisenberg
29a5553722
Update CHANGELOG.md
...
Add message about `rb/weak-cryptographic-algorithm`.
2022-11-04 10:14:36 -07:00
github-actions[bot]
e260194d76
Update changelog for v2.1.31
2022-11-04 17:05:58 +00:00
Edoardo Pirovano
a8cabafa56
Merge pull request #1344 from github/edoardo/prune-ruby
...
Prune results of Ruby query from SARIF
2022-11-04 17:01:42 +00:00
Edoardo Pirovano
862a512899
Prune results of Ruby query from SARIF
2022-11-04 14:57:13 +00:00
Henry Mercer
71510779c2
Merge pull request #1342 from github/mergeback/v2.1.30-to-main-18fe527f
...
Mergeback v2.1.30 refs/heads/releases/v2 into main
2022-11-02 13:38:45 +00:00
Henry Mercer
1da1705b09
Merge pull request #1343 from github/update-v1.1.30-18fe527f
...
Merge releases/v2 into releases/v1
2022-11-02 13:32:48 +00:00
github-actions[bot]
bdbba7ace9
Update checked-in dependencies
2022-11-02 12:31:49 +00:00
github-actions[bot]
81a1ec0fb3
Update checked-in dependencies
2022-11-02 12:31:48 +00:00
github-actions[bot]
8428fd9deb
Update version and changelog for v1.1.30
2022-11-02 12:13:38 +00:00
github-actions[bot]
60c8cda203
Update changelog and version after v2.1.30
2022-11-02 12:13:36 +00:00
github-actions[bot]
f5dc403ecd
Merge remote-tracking branch 'origin/releases/v2' into update-v1.1.30-18fe527f
2022-11-02 12:13:35 +00:00
github-actions[bot]
0152042f03
Revert "Update checked-in dependencies"
...
This reverts commit 99df42d8d6 .
2022-11-02 12:13:35 +00:00
github-actions[bot]
d1c78e5b0a
Revert "Update version and changelog for v1.1.29"
...
This reverts commit b0be33f71a .
2022-11-02 12:13:35 +00:00
Henry Mercer
18fe527fa8
Merge pull request #1341 from github/update-v2.1.30-cd983e71
...
Merge main into releases/v2
2022-11-02 12:09:34 +00:00
github-actions[bot]
f04ca7c11c
Update changelog for v2.1.30
2022-11-02 11:23:49 +00:00
Henry Mercer
89e18934d3
Forward file baseline information enablement to CLI
2022-11-01 17:10:53 +00:00
Henry Mercer
5da50dc362
Add file baseline information feature
2022-11-01 16:59:38 +00:00
Henry Mercer
cd983e71c6
Merge pull request #1334 from github/henrymercer/better-error-for-glibc
...
Add a better error message for users of CodeQL CLI 2.7.2 and earlier running on `ubuntu-22.04`
2022-11-01 16:51:05 +00:00
Angela P Wen
2ec046b5ac
Merge pull request #1328 from github/angelapwen/add-go-autobuild-comment
...
Add Go to list of supported languages
2022-11-01 09:50:32 -07:00
Cornelius Riemenschneider
72bd9cbe62
Merge pull request #1321 from github/criemen/datadog-tag
...
Actions status report: Send testing_environment.
2022-11-01 16:51:25 +01:00
Angela P Wen
ac0112f7f1
Add Go to list of supported languages
2022-11-01 08:28:56 -07:00
Cornelius Riemenschneider
77b1f7e44c
Merge remote-tracking branch 'origin/main' into criemen/datadog-tag
2022-11-01 16:15:42 +01:00
Henry Mercer
aa07b3894b
Merge pull request #1340 from github/henrymercer/fix-proxy-check
...
Fix missing Docker image in proxy test
2022-11-01 15:07:13 +00:00
Henry Mercer
c44e6c6096
Fix missing Docker image in proxy test
2022-11-01 14:32:18 +00:00
Cornelius Riemenschneider
ae0a2603c1
Update src/actions-util.ts
...
Co-authored-by: Henry Mercer <henry.mercer@me.com >
2022-11-01 14:46:41 +01:00
Cornelius Riemenschneider
bfcbb093ac
Re-export codeql testing environment variable to subsequent steps, if set.
2022-11-01 13:18:57 +01:00
Cornelius Riemenschneider
4b73c4f99e
Actions status report: Send testing_environment.
...
The testing environment is taken from the environment variable
CODEQL_ACTION_TESTING_ENVIRONMENT.
2022-11-01 13:18:57 +01:00
Henry Mercer
6c6b550a41
Add changelog note
2022-10-31 14:22:26 +00:00
Henry Mercer
a3141c7a07
Improve error message
2022-10-31 14:19:04 +00:00
Henry Mercer
13cb2ca824
Merge branch 'main' into henrymercer/better-error-for-glibc
2022-10-31 13:44:00 +00:00
Henry Mercer
7e2585030f
Merge pull request #1330 from github/henrymercer/ubuntu-image-upgrade
...
Make PR checks compatible with the latest version of the `ubuntu-latest` runner image
2022-10-31 10:07:19 +00:00
Henry Mercer
4b37e17ec1
Check stdout rather than stderr
2022-10-28 18:59:02 +01:00
Henry Mercer
a12a861b82
Add a better error message for users of CodeQL CLI 2.7.2 and earlier
...
Improves the error message for users running (a) CLI 2.7.2 and earlier
and (b) `ubuntu-22.04`, to which `ubuntu-latest` is now being migrated.
Previously this was "undefined symbol: __libc_dlopen_mode, version
GLIBC_PRIVATE".
Now we give some guidance around glibc versions and using the
`ubuntu-20.04` runner image.
2022-10-28 18:38:00 +01:00
Henry Mercer
993ca05cd7
Fix artifact lookup for ubuntu-20.04
2022-10-27 17:56:45 +01:00
Henry Mercer
a31200481f
Be more specific about where the 2.7.3 constraint comes from
2022-10-27 16:28:36 +01:00
Henry Mercer
4ed5abeff3
Remove redundant Rubocop checks
2022-10-27 16:23:29 +01:00
Henry Mercer
734292689d
Update non-generated checks for ubuntu-latest image update
2022-10-27 16:23:29 +01:00
Henry Mercer
5767f918ef
Remove redundant fail-fast configurations
2022-10-27 15:19:07 +01:00
Henry Mercer
f248a57d3b
Run PR checks for CLIs < 2.7.3 on ubuntu-20.04
...
Build tracing using CLIs before 2.7.3 no longer works with the most
recent update to the `ubuntu-22.04` runner image.
With this new logic, we can remove the workarounds around testing
`windows-2019` and `windows-2022`.
2022-10-27 15:19:07 +01:00
Edoardo Pirovano
40542d38bc
Merge pull request #1326 from github/henrymercer/fix-mergeback-pr-description
...
Fix mergeback PR description
2022-10-26 14:14:58 +01:00
Henry Mercer
55ffe2dcbb
Fix mergeback PR description
...
Previously the quoted values weren't visible in the PR description.
2022-10-26 12:22:05 +01:00
Edoardo Pirovano
3c7f7914e6
Merge pull request #1324 from github/mergeback/v2.1.29-to-main-ec3cf9c6
...
Mergeback v2.1.29 refs/heads/releases/v2 into main
2022-10-26 11:08:36 +01:00
Edoardo Pirovano
aacfdb2143
Merge pull request #1325 from github/update-v1.1.29-ec3cf9c6
...
Merge releases/v2 into releases/v1
2022-10-26 10:37:03 +01:00
github-actions[bot]
e76b89fe31
Update checked-in dependencies
2022-10-26 08:59:39 +00:00
github-actions[bot]
99df42d8d6
Update checked-in dependencies
2022-10-26 08:57:17 +00:00
github-actions[bot]
b0be33f71a
Update version and changelog for v1.1.29
2022-10-26 08:46:06 +00:00
github-actions[bot]
2c3401bcd0
Merge remote-tracking branch 'origin/releases/v2' into update-v1.1.29-ec3cf9c6
2022-10-26 08:45:25 +00:00
github-actions[bot]
f4b9f1eec4
Revert "Update checked-in dependencies"
...
This reverts commit 872f837f14 .
2022-10-26 08:45:25 +00:00
github-actions[bot]
367920c964
Revert "Update version and changelog for v1.1.28"
...
This reverts commit 6e9376a1d6 .
2022-10-26 08:45:25 +00:00
github-actions[bot]
98f6408f34
Update changelog and version after v2.1.29
2022-10-26 08:45:16 +00:00
Edoardo Pirovano
ec3cf9c605
Merge pull request #1323 from github/update-v2.1.29-4b53723d
...
Merge main into releases/v2
2022-10-26 09:42:45 +01:00
github-actions[bot]
f246f20ec4
Update changelog for v2.1.29
2022-10-26 08:19:54 +00:00
Edoardo Pirovano
4b53723d6b
Merge pull request #1320 from github/edoardo/2.11.2-bump
...
Bump default CodeQL version to 2.11.2
2022-10-25 09:41:40 +01:00
Andrew Eisenberg
de9f112cd1
Merge pull request #1318 from github/aeisenberg/bump-min-version
...
Bumps the min version for code scanning config in the cli
2022-10-24 09:47:34 -07:00
Andrew Eisenberg
f1a4ff53b4
Bumps the min version for code scanning config in the cli
...
2.11.1 has a fix in it for parsing query filters.
2022-10-24 09:20:10 -07:00
Edoardo Pirovano
624418cb40
Bump default CodeQL version to 2.11.2
2022-10-24 13:08:52 +01:00
Edoardo Pirovano
f0a1281661
Merge pull request #1315 from github/mergeback/v2.1.28-to-main-cc7986c0
...
Mergeback v2.1.28 refs/heads/releases/v2 into main
2022-10-18 16:48:30 +01:00
Edoardo Pirovano
2956c09622
Merge pull request #1314 from github/update-v1.1.28-cc7986c0
...
Merge releases/v2 into releases/v1
2022-10-18 16:42:37 +01:00
github-actions[bot]
f0b3ef9e9c
Update checked-in dependencies
2022-10-18 13:18:55 +00:00
Cornelius Riemenschneider
3920e2d8ae
Merge pull request #1313 from github/criemen/ghes-31-deprecation
...
GHES 3.1 has been deprecated end of June 2022.
2022-10-18 15:17:40 +02:00
github-actions[bot]
872f837f14
Update checked-in dependencies
2022-10-18 13:16:45 +00:00
github-actions[bot]
be55631a21
Update changelog and version after v2.1.28
2022-10-18 12:54:45 +00:00
github-actions[bot]
6e9376a1d6
Update version and changelog for v1.1.28
2022-10-18 12:54:15 +00:00
github-actions[bot]
4a7a948a21
Merge remote-tracking branch 'origin/releases/v2' into update-v1.1.28-cc7986c0
2022-10-18 12:54:14 +00:00
github-actions[bot]
b31ec01a12
Revert "Update checked-in dependencies"
...
This reverts commit 6bb11c6ed9 .
2022-10-18 12:54:14 +00:00
github-actions[bot]
80d1f26cfa
Revert "Update version and changelog for v1.1.27"
...
This reverts commit a0e10fe4b5 .
2022-10-18 12:54:14 +00:00
Edoardo Pirovano
cc7986c02b
Merge pull request #1311 from github/update-v2.1.28-96c8872f
...
Merge main into releases/v2
2022-10-18 13:52:03 +01:00
Cornelius Riemenschneider
f3a27d6945
GHES 3.1 has been deprecated end of June 2022.
...
Therefore, we do not need to support the workaround for
action telemetry anymore.
2022-10-18 14:20:52 +02:00
github-actions[bot]
aecd03235b
Update changelog for v2.1.28
2022-10-18 09:48:42 +00:00
Henry Mercer
96c8872f06
Merge pull request #1310 from github/henrymercer/v2-mergeback
...
Mergeback `releases/v2` into `main`
2022-10-18 10:34:45 +01:00
Henry Mercer
b709139433
Merge branch 'releases/v2' into henrymercer/v2-mergeback
2022-10-17 20:29:45 +01:00
Andrew Eisenberg
642d5ce7b9
Merge pull request #1309 from github/update-v1.1.27-5dd73678
...
Merge releases/v2 into releases/v1
2022-10-17 12:18:33 -07:00
github-actions[bot]
6bb11c6ed9
Update checked-in dependencies
2022-10-17 18:05:17 +00:00
github-actions[bot]
a0e10fe4b5
Update version and changelog for v1.1.27
2022-10-17 16:24:35 +00:00
github-actions[bot]
27694b3887
Merge remote-tracking branch 'origin/releases/v2' into update-v1.1.27-5dd73678
2022-10-17 16:24:35 +00:00
github-actions[bot]
c9864f3a64
Revert "Update checked-in dependencies"
...
This reverts commit 54257f7fd0 .
2022-10-17 16:24:35 +00:00
github-actions[bot]
09aebd0dab
Revert "Update version and changelog for v1.1.27"
...
This reverts commit fe49f6c72a .
2022-10-17 16:24:35 +00:00
Andrew Eisenberg
5dd73678a4
Merge pull request #1308 from github/aeisenberg/fix-merge
...
Fix the merge into releases/v2
2022-10-17 09:22:33 -07:00
Andrew Eisenberg
4c1ccc4a5e
Fix CHANGELOG
2022-10-17 08:38:17 -07:00
Andrew Eisenberg
c2f5185572
Merge commit 'e4cc4a2f' into releases/v2
2022-10-17 08:35:27 -07:00
Andrew Eisenberg
297ec80a46
Merge pull request #1301 from github/aeisenberg/remove-set-output
...
Removes deprecated set-output usage
2022-10-14 10:16:13 -07:00
Andrew Eisenberg
b0f8861cea
Update CHANGELOG.md
...
Co-authored-by: Aditya Sharad <6874315+adityasharad@users.noreply.github.com >
2022-10-13 13:51:27 -07:00
Andrew Eisenberg
2ee8edc7f0
Update changelog
2022-10-13 13:36:52 -07:00
Andrew Eisenberg
eba983fb9b
Removes deprecated set-output usage
...
For more information see
https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
This change bumps a bunch of the internal actions packages. Note that
the only required version change is `actions/core` to 1.10.0. The others
are not required, but seem like a reasonable idea.
It also changes all of the workflows that use `set-output`.
2022-10-13 13:25:43 -07:00
Andrew Eisenberg
e2481f79eb
Merge pull request #1299 from github/dependabot/npm_and_yarn/octokit/types-8.0.0
...
Bump @octokit/types from 7.1.1 to 8.0.0
2022-10-13 11:22:02 -07:00
github-actions[bot]
17ae47e4b4
Update checked-in dependencies
2022-10-13 17:13:54 +00:00
dependabot[bot]
2c4b2a1b38
Bump @octokit/types from 7.1.1 to 8.0.0
...
Bumps [@octokit/types](https://github.com/octokit/types.ts ) from 7.1.1 to 8.0.0.
- [Release notes](https://github.com/octokit/types.ts/releases )
- [Commits](https://github.com/octokit/types.ts/compare/v7.1.1...v8.0.0 )
---
updated-dependencies:
- dependency-name: "@octokit/types"
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-10-13 17:01:33 +00:00
Edoardo Pirovano
0c7f674831
Merge pull request #1298 from github/edoardo/caching-hosted
...
TRAP Caching: Disable on self-hosted runners
2022-10-13 15:19:42 +01:00
Edoardo Pirovano
2fafb297de
TRAP Caching: Disable on self-hosted runners
2022-10-13 14:31:54 +01:00
Andrew Eisenberg
160e3fe79a
Merge pull request #1284 from github/aeisenberg/ff-refactoring
2022-10-12 10:41:10 -07:00
Andrew Eisenberg
34d48f825c
Merge remote-tracking branch 'upstream/main' into aeisenberg/ff-refactoring
2022-10-12 08:36:16 -07:00
Edoardo Pirovano
e862e8fc76
Merge pull request #1296 from github/edoardo/improve-docs
...
Improve documentation comment
2022-10-12 08:35:01 +01:00
Edoardo Pirovano
099de40ecf
Merge pull request #1297 from github/update-supported-enterprise-server-versions
...
Update supported GitHub Enterprise Server versions.
2022-10-12 08:07:46 +01:00
GitHub
cc00a9d478
Update supported GitHub Enterprise Server versions.
2022-10-12 00:20:41 +00:00
Edoardo Pirovano
082bdf06b5
Improve documentation comment
2022-10-11 22:38:30 +01:00
Edoardo Pirovano
44edb7c4b5
Merge pull request #1293 from github/edoardo/fix-with-timeout
...
Fix `withTimeout` helper function
2022-10-11 21:29:20 +01:00
Henry Mercer
43c3ed9c28
More feature flag renaming
2022-10-11 11:52:55 -07:00
Andrew Eisenberg
701cea34ba
More renaming
2022-10-11 10:39:40 -07:00
Alexander Eyers-Taylor
c27c6c7642
Merge pull request #1294 from github/alexet/release-codeql-2.11.1-v2
...
Update bundle for 2.11.1
2022-10-11 18:24:36 +01:00
Edoardo Pirovano
adb28963c0
Further update to reflect a conversation with @henrymercer
2022-10-11 16:59:48 +01:00
alexet
362f9a2522
Update bundle for 2.11.1
...
This version has the fix applied
2022-10-11 12:05:46 +01:00
Edoardo Pirovano
6e1dab28b6
Fix withTimeout helper function
2022-10-11 10:04:21 +01:00
Andrew Eisenberg
6c869f8b03
Fix typos
2022-10-07 16:27:25 -07:00
Andrew Eisenberg
919e4caca1
Merge remote-tracking branch 'upstream/main' into aeisenberg/ff-refactoring
2022-10-07 14:14:09 -07:00
Angela P Wen
c6c7d293ca
Clarify merging with merge commit ( #1291 )
...
* Clarify merging with merge commit
* Add merge commit message to mergeback PRs
2022-10-07 19:05:42 +00:00
Andrew Eisenberg
1a17c59fb0
More renaming
...
Avoid usage of "Feature Flag" unless we are talking specifically about
the response from github features api. Otherwise, use terms like
"Toggleable features".
Note both "toggleable" and "togglable" appear to be valid spellings of
the word. I chose the first for no good reason.
2022-10-07 11:33:32 -07:00
Angela P Wen
2eeff7bf99
Merge pull request #1288 from github/update-v1.1.27-80757836
...
Merge releases/v2 into releases/v1
2022-10-07 09:31:17 -07:00
github-actions[bot]
54257f7fd0
Update checked-in dependencies
2022-10-07 09:15:47 +00:00
github-actions[bot]
3d39294047
Mergeback v2.1.27 refs/heads/releases/v2 into main ( #1289 )
...
* Merge main into releases/v2 (#1287 )
* Update changelog and version after v2.1.26
* Update checked-in dependencies
* Don't check for Go logs on failure (#1279 )
* Update supported GitHub Enterprise Server versions. (#1275 )
Co-authored-by: GitHub <noreply@github.com >
* TRAP Caching: Add timeouts to upload/download operations
* Add logging statements declaring state of the cli_config_file_enabled
It's possible to determine this otherwise, but this makes it easier to
spot.
* Avoid using single value as array
The user config parser in the CLI doesn't yet support it.
* Extract logging statements to separate function
* Correctly report CodeQL version when using cache (#1259 )
* Correctly report CodeQL version when using cache
* Add JS generated files
* Add test for return value of `setupCodeQL`
* Fill in missing return value comment
* Convert "Invalid source root" errors to UserErrors
* Add changelog note for Go extraction reconciliation (#1286 )
* Add changelog note for Go extraction reconciliation
* Update CHANGELOG.md
Co-authored-by: Henry Mercer <henrymercer@github.com >
* Update CHANGELOG.md
Co-authored-by: Andrew Eisenberg <aeisenberg@github.com >
* Tweaks from PR review
Co-authored-by: Henry Mercer <henrymercer@github.com >
Co-authored-by: Andrew Eisenberg <aeisenberg@github.com >
* Update changelog for v2.1.27
Co-authored-by: github-actions[bot] <github-actions@github.com >
Co-authored-by: Chuan-kai Lin <cklin@github.com >
Co-authored-by: Angela P Wen <angelapwen@github.com >
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: GitHub <noreply@github.com >
Co-authored-by: Edoardo Pirovano <edoardo.pirovano@gmail.com >
Co-authored-by: Edoardo Pirovano <6748066+edoardopirovano@users.noreply.github.com >
Co-authored-by: Andrew Eisenberg <aeisenberg@github.com >
Co-authored-by: Henry Mercer <henrymercer@github.com >
* Update changelog and version after v2.1.27
* Update checked-in dependencies
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions@github.com >
Co-authored-by: Chuan-kai Lin <cklin@github.com >
Co-authored-by: Angela P Wen <angelapwen@github.com >
Co-authored-by: GitHub <noreply@github.com >
Co-authored-by: Edoardo Pirovano <edoardo.pirovano@gmail.com >
Co-authored-by: Edoardo Pirovano <6748066+edoardopirovano@users.noreply.github.com >
Co-authored-by: Andrew Eisenberg <aeisenberg@github.com >
Co-authored-by: Henry Mercer <henrymercer@github.com >
2022-10-07 02:22:33 +00:00
Andrew Eisenberg
b27aed78f5
Extract GitHubFeatureFlags to a separate class
...
Internal refactoring so that `GitHubFeatureFlags` is
private only. The public facing class is `Features`.
2022-10-06 18:00:40 -07:00
github-actions[bot]
fe49f6c72a
Update version and changelog for v1.1.27
2022-10-06 23:20:08 +00:00
github-actions[bot]
d5b0890392
Merge remote-tracking branch 'origin/releases/v2' into update-v1.1.27-80757836
2022-10-06 23:20:08 +00:00
github-actions[bot]
75e286a66c
Revert "Update checked-in dependencies"
...
This reverts commit 6548772167 .
2022-10-06 23:20:08 +00:00
github-actions[bot]
0bb9f8e32b
Revert "Update version and changelog for v1.1.26"
...
This reverts commit 7e79eb61f7 .
2022-10-06 23:20:08 +00:00
github-actions[bot]
807578363a
Merge main into releases/v2 ( #1287 )
...
* Update changelog and version after v2.1.26
* Update checked-in dependencies
* Don't check for Go logs on failure (#1279 )
* Update supported GitHub Enterprise Server versions. (#1275 )
Co-authored-by: GitHub <noreply@github.com >
* TRAP Caching: Add timeouts to upload/download operations
* Add logging statements declaring state of the cli_config_file_enabled
It's possible to determine this otherwise, but this makes it easier to
spot.
* Avoid using single value as array
The user config parser in the CLI doesn't yet support it.
* Extract logging statements to separate function
* Correctly report CodeQL version when using cache (#1259 )
* Correctly report CodeQL version when using cache
* Add JS generated files
* Add test for return value of `setupCodeQL`
* Fill in missing return value comment
* Convert "Invalid source root" errors to UserErrors
* Add changelog note for Go extraction reconciliation (#1286 )
* Add changelog note for Go extraction reconciliation
* Update CHANGELOG.md
Co-authored-by: Henry Mercer <henrymercer@github.com >
* Update CHANGELOG.md
Co-authored-by: Andrew Eisenberg <aeisenberg@github.com >
* Tweaks from PR review
Co-authored-by: Henry Mercer <henrymercer@github.com >
Co-authored-by: Andrew Eisenberg <aeisenberg@github.com >
* Update changelog for v2.1.27
Co-authored-by: github-actions[bot] <github-actions@github.com >
Co-authored-by: Chuan-kai Lin <cklin@github.com >
Co-authored-by: Angela P Wen <angelapwen@github.com >
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: GitHub <noreply@github.com >
Co-authored-by: Edoardo Pirovano <edoardo.pirovano@gmail.com >
Co-authored-by: Edoardo Pirovano <6748066+edoardopirovano@users.noreply.github.com >
Co-authored-by: Andrew Eisenberg <aeisenberg@github.com >
Co-authored-by: Henry Mercer <henrymercer@github.com >
2022-10-06 23:17:09 +00:00
Angela P Wen
e4cc4a2fef
Add changelog note for Go extraction reconciliation ( #1286 )
...
* Add changelog note for Go extraction reconciliation
* Update CHANGELOG.md
Co-authored-by: Henry Mercer <henrymercer@github.com >
* Update CHANGELOG.md
Co-authored-by: Andrew Eisenberg <aeisenberg@github.com >
* Tweaks from PR review
Co-authored-by: Henry Mercer <henrymercer@github.com >
Co-authored-by: Andrew Eisenberg <aeisenberg@github.com >
2022-10-06 22:18:52 +00:00
Andrew Eisenberg
5915e70486
Address comments from review
2022-10-06 13:14:06 -07:00
Andrew Eisenberg
6de05e4b24
Rename FeatureFlag -> Feature
2022-10-06 13:06:10 -07:00
Andrew Eisenberg
b16314e16c
Address comments from review
...
- Change env var name for `MlPoweredQueriesEnabled`
- Throw error if minimumVersion is specified, but CodeQL argument is not
supplied.
- Fix failing tests. Note that I removed a config-utils test because it
is no longer relevant since we handle codeql minimum versions in the
`getValue` function.
2022-10-06 12:29:58 -07:00
Andrew Eisenberg
84dffe700c
Merge pull request #1282 from github/aeisenberg/user-error-source-root
...
Convert "Invalid source root" errors to UserErrors
2022-10-06 10:48:35 -07:00
Andrew Eisenberg
9e044c5432
Convert "Invalid source root" errors to UserErrors
2022-10-06 09:28:29 -07:00
Andrew Eisenberg
e5c3375225
Refactor handling of feature flags
...
This commit centralizes how feature flags are handled. All feature flags
must now add an entry in the `featureFlagConfig` dictionary. This
dictionary associates the flag with an environment variable name and
optionally a minimum version for CodeQL.
The new logic is:
- if the environment variable is set to false: disabled
- if the minimum version requirement specified and met: disabled
- if the environment variable is set to true: enable
- Otherwise check feature flag enablement from the server
2022-10-05 16:40:56 -07:00
Angela P Wen
24c8de16fa
Correctly report CodeQL version when using cache ( #1259 )
...
* Correctly report CodeQL version when using cache
* Add JS generated files
* Add test for return value of `setupCodeQL`
* Fill in missing return value comment
2022-10-05 09:16:42 -07:00
Andrew Eisenberg
f359ba7af1
Merge pull request #1281 from github/aeisenberg/cli-config-processing
...
Add logging statements declaring state of the cli_config_file_enabled
2022-10-04 12:30:23 -07:00
Andrew Eisenberg
5960ce1190
Extract logging statements to separate function
2022-10-03 09:35:40 -07:00
Andrew Eisenberg
59fbe34861
Avoid using single value as array
...
The user config parser in the CLI doesn't yet support it.
2022-10-02 17:13:04 -07:00
Andrew Eisenberg
6ace05baa3
Add logging statements declaring state of the cli_config_file_enabled
...
It's possible to determine this otherwise, but this makes it easier to
spot.
2022-10-01 12:03:01 -07:00
Edoardo Pirovano
4cf80047d0
Merge pull request #1280 from github/edoardo/add-timeout
...
TRAP Caching: Add timeouts to upload/download operations
2022-09-30 14:13:18 +01:00
Edoardo Pirovano
c0641ea1d3
TRAP Caching: Add timeouts to upload/download operations
2022-09-30 13:18:46 +01:00
github-actions[bot]
61b87c69a6
Update supported GitHub Enterprise Server versions. ( #1275 )
...
Co-authored-by: GitHub <noreply@github.com >
2022-09-29 22:37:10 +00:00
Angela P Wen
57719e015c
Don't check for Go logs on failure ( #1279 )
2022-09-29 14:23:35 -07:00
Chuan-kai Lin
64b7bbc7e0
Merge pull request #1278 from github/update-v1.1.26-e0e5ded3
...
Merge releases/v2 into releases/v1
2022-09-29 12:38:37 -07:00
Chuan-kai Lin
0831a67a20
Merge pull request #1277 from github/mergeback/v2.1.26-to-main-e0e5ded3
...
Mergeback v2.1.26 refs/heads/releases/v2 into main
2022-09-29 12:37:55 -07:00
github-actions[bot]
6548772167
Update checked-in dependencies
2022-09-29 18:19:21 +00:00
github-actions[bot]
ffa74c5cb3
Update checked-in dependencies
2022-09-29 17:59:28 +00:00
github-actions[bot]
7e79eb61f7
Update version and changelog for v1.1.26
2022-09-29 17:52:21 +00:00
github-actions[bot]
d6b82d8325
Merge remote-tracking branch 'origin/releases/v2' into update-v1.1.26-e0e5ded3
2022-09-29 17:52:20 +00:00
github-actions[bot]
af3f7823e7
Revert "Update checked-in dependencies"
...
This reverts commit b27be7b4a3 .
2022-09-29 17:52:20 +00:00
github-actions[bot]
c9559f9ab2
Revert "Update version and changelog for v1.1.25"
...
This reverts commit e4a1505d87 .
2022-09-29 17:52:20 +00:00
github-actions[bot]
885b397f2e
Update changelog and version after v2.1.26
2022-09-29 17:46:49 +00:00
Chuan-kai Lin
e0e5ded33c
Merge pull request #1276 from github/update-v2.1.26-97054749
...
Merge main into releases/v2
2022-09-29 10:44:20 -07:00
github-actions[bot]
c60b8543e6
Update changelog for v2.1.26
2022-09-29 16:06:08 +00:00
Andrew Eisenberg
97054749c9
Merge pull request #1274 from github/aeisenberg/update-checks-script
...
Update the checks script
2022-09-29 08:34:28 -07:00
Andrew Eisenberg
fb0f74784f
Update the checks script
...
Avoid requiring test-setup-python-scripts checks.
2022-09-28 16:04:46 -07:00
Angela P Wen
3400e51bc8
Add dotnet env variable to workflow ( #1273 )
2022-09-28 12:45:19 -07:00
Andrew Eisenberg
74740eef3d
Merge pull request #1270 from github/aeisenberg/cli-config-feature-flag
...
Add the `CliConfigFileEnabled` feature flag
2022-09-28 12:43:09 -07:00
Andrew Eisenberg
1ec8ea99ee
Merge branch 'main' into aeisenberg/cli-config-feature-flag
2022-09-28 10:39:05 -07:00
Chuan-kai Lin
2466f0ce2c
Merge pull request #1267 from github/cklin/codeql-cli-2.11.0
...
Update default CodeQL version to 2.11.0
2022-09-28 09:41:38 -07:00
Chuan-kai Lin
a711c7623d
Update default CodeQL version to 2.11.0
2022-09-28 09:04:11 -07:00
Henry Mercer
39064e0f9b
Merge pull request #1272 from github/update-supported-enterprise-server-versions
...
Update supported GitHub Enterprise Server versions.
2022-09-28 10:52:55 +01:00
Edoardo Pirovano
28c63d131f
Merge pull request #1268 from jsoref/rev-parse
...
Correct program name
2022-09-28 09:59:29 +01:00
Josh Soref
a4e4529299
Correct program name
2022-09-27 22:08:31 -04:00
GitHub
cc4ee05a07
Update supported GitHub Enterprise Server versions.
2022-09-28 00:21:45 +00:00
Angela P Wen
1f0700d1c0
Update unset environment variables PR check ( #1269 )
...
* Only test Java for CLI v2.5+
* Improve bash code style
* Set Actions error messages
Co-authored-by: Andrew Eisenberg <aeisenberg@github.com >
2022-09-27 15:55:05 -07:00
Andrew Eisenberg
cab46c529f
Update src/util.test.ts
2022-09-27 15:49:25 -07:00
Andrew Eisenberg
e37b0d6470
Add the CliConfigFileEnabled feature flag
...
Also, wire it up to the `useCodeScanningConfigInCli` function.
2022-09-27 07:58:31 -07:00
Edoardo Pirovano
314ede696b
Merge pull request #1266 from github/edoardo/fix-unit-test
...
Fix broken unit test
2022-09-26 15:56:10 +01:00
Edoardo Pirovano
b96c7546c1
Fix broken unit test
2022-09-26 15:17:36 +01:00
Edoardo Pirovano
4c8f13758e
Merge pull request #1265 from github/edoardo/minimum-cache-size
...
TRAP Caching: Skip uploading of small caches
2022-09-23 15:49:56 +01:00
Edoardo Pirovano
b98b2def63
TRAP Caching: Skip uploading of small caches
2022-09-23 15:22:31 +01:00
Henry Mercer
f630e9a589
Merge pull request #1264 from github/update-v1.1.25-86f3159a
...
Merge releases/v2 into releases/v1
2022-09-22 10:25:14 +01:00
Henry Mercer
a643eb3621
Merge pull request #1263 from github/mergeback/v2.1.25-to-main-86f3159a
...
Mergeback v2.1.25 refs/heads/releases/v2 into main
2022-09-21 21:03:20 +01:00
github-actions[bot]
b27be7b4a3
Update checked-in dependencies
2022-09-21 19:05:53 +00:00
github-actions[bot]
6188cbdeb9
Update checked-in dependencies
2022-09-21 19:05:30 +00:00
github-actions[bot]
4706007119
Update changelog and version after v2.1.25
2022-09-21 18:42:24 +00:00
github-actions[bot]
e4a1505d87
Update version and changelog for v1.1.25
2022-09-21 18:42:21 +00:00
github-actions[bot]
7b13a3f12f
Merge remote-tracking branch 'origin/releases/v2' into update-v1.1.25-86f3159a
2022-09-21 18:42:20 +00:00
github-actions[bot]
63e162a1c3
Revert "Update checked-in dependencies"
...
This reverts commit fea81695f7 .
2022-09-21 18:42:20 +00:00
github-actions[bot]
d4e61451be
Revert "Update version and changelog for v1.1.24"
...
This reverts commit f216d967f8 .
2022-09-21 18:42:20 +00:00
Henry Mercer
86f3159a69
Merge pull request #1261 from github/update-v2.1.25-ff5ca122
...
Merge main into releases/v2
2022-09-21 19:31:24 +01:00
github-actions[bot]
d1e2e02bee
Update changelog for v2.1.25
2022-09-21 15:40:11 +00:00
Henry Mercer
ff5ca122ed
Merge pull request #1257 from github/rasmuswl/fix-ubuntu22.04-venv-creation
...
python-setup: Fix venv creation in Ubuntu 22.04
2022-09-21 16:27:55 +01:00
Rasmus Wriedt Larsen
32ca2cf500
Apply suggestions from code review
...
Co-authored-by: Henry Mercer <henrymercer@github.com >
2022-09-21 16:06:07 +02:00
Rasmus Wriedt Larsen
b2fc1e178e
python-setup: Disable python2 tests on ubuntu-22.04
2022-09-21 15:36:13 +02:00
Rasmus Wriedt Larsen
8a893ddf18
python-setup: Flush even more
2022-09-21 15:36:13 +02:00
Rasmus Wriedt Larsen
93ba53f2de
add missing spaces
2022-09-21 15:36:13 +02:00
Rasmus Wriedt Larsen
1fa5d72846
python-setup: Fail early if installing for Python 2, and python2 not available
2022-09-21 14:50:13 +02:00
Rasmus Wriedt Larsen
417059fdb2
Merge pull request #1258 from github/rasmuswl/poetry-v1.2
...
python-setup: Add support for Poetry 1.2
2022-09-21 14:03:27 +02:00
Rasmus Wriedt Larsen
ca8a78d5f3
python-setup: flush at the end of _check_call
2022-09-21 10:02:51 +02:00
Rasmus Wriedt Larsen
2264307214
python-setup: change env passing
2022-09-21 10:01:57 +02:00
Rasmus Wriedt Larsen
3f97671248
python-setup: run tests on Ubuntu 22.04
2022-09-21 09:08:04 +02:00
Rasmus Wriedt Larsen
c2c7bba5f7
Merge pull request #1256 from github/rasmuswl/newer-virtualenv
...
python-setup: Allow newest `virtualenv`
2022-09-21 09:05:06 +02:00
Rasmus Wriedt Larsen
1309aafb7d
Update CHANGELOG.md
...
Co-authored-by: Henry Mercer <henrymercer@github.com >
2022-09-20 15:43:10 +02:00
Henry Mercer
038242a7f0
Merge pull request #1254 from github/henrymercer/improve-release-pr-description
...
Improve the descriptions of PRs created by the release process
2022-09-20 12:12:17 +01:00
Rasmus Wriedt Larsen
70509c3884
python-setup: Add support for Poetry 1.2
2022-09-19 12:21:43 +02:00
Rasmus Wriedt Larsen
e1ce6e3115
python-setup: Fix venv creation in Ubuntu 22.04
...
Fixes https://github.com/github/codeql-action/issues/1249
2022-09-19 09:49:53 +02:00
Rasmus Wriedt Larsen
5ffcfe95cc
python-setup: Allow newest virtualenv
...
Context for previous version is
https://github.com/github/codeql-action/pull/862
Locally, I was able to install `20.15.1` with Python2.
I don't see any reason why python3 version should be restricted.
2022-09-16 20:49:42 +02:00
Henry Mercer
83007bbc17
Merge pull request #1253 from github/update-v1.1.24-904260d7
...
Merge releases/v2 into releases/v1
2022-09-16 17:23:11 +01:00
Henry Mercer
aaca8193b1
Merge pull request #1252 from github/mergeback/v2.1.24-to-main-904260d7
...
Mergeback v2.1.24 refs/heads/releases/v2 into main
2022-09-16 16:48:24 +01:00
Henry Mercer
2e9fbe39e1
Add advice to the mergeback PR on how to run the checks quicker
2022-09-16 15:00:57 +01:00
Henry Mercer
fb28913d5c
Add advice to the backport PR on how to run the checks quicker
2022-09-16 14:54:21 +01:00
github-actions[bot]
e0ef82e596
Update checked-in dependencies
2022-09-16 13:51:53 +00:00
github-actions[bot]
fea81695f7
Update checked-in dependencies
2022-09-16 13:51:46 +00:00
github-actions[bot]
f216d967f8
Update version and changelog for v1.1.24
2022-09-16 13:30:09 +00:00
github-actions[bot]
6fd44ee42c
Merge remote-tracking branch 'origin/releases/v2' into update-v1.1.24-904260d7
2022-09-16 13:30:04 +00:00
github-actions[bot]
bda85d0562
Revert "Update checked-in dependencies"
...
This reverts commit 302c380a82 .
2022-09-16 13:30:04 +00:00
github-actions[bot]
cf48312ad0
Revert "Update version and changelog for v1.1.23"
...
This reverts commit 3acd1b8e34 .
2022-09-16 13:30:04 +00:00
github-actions[bot]
9f79e5fbcf
Update changelog and version after v2.1.24
2022-09-16 13:29:57 +00:00
Henry Mercer
904260d7d9
Merge pull request #1250 from github/update-v2.1.24-34aa5a55
...
Merge main into releases/v2
2022-09-16 14:26:13 +01:00
Edoardo Pirovano
b15cc0075a
Merge pull request #1251 from github/edoardo/trap-caching-changenote
...
Add CHANGELOG note for TRAP caching
2022-09-16 13:54:33 +01:00
Edoardo Pirovano
82495d8d86
Add CHANGELOG note for TRAP caching
2022-09-16 11:46:50 +01:00
github-actions[bot]
21c716dd69
Update changelog for v2.1.24
2022-09-16 10:19:13 +00:00
Henry Mercer
34aa5a554b
Merge pull request #1242 from github/henrymercer/go-more-backwards-compat
...
Go extraction reconciliation: Ensure backwards compatibility for multi-language builds
2022-09-16 11:05:41 +01:00
Henry Mercer
9207340122
Merge pull request #1239 from github/dependabot/npm_and_yarn/uuid-9.0.0
...
Bump uuid from 8.3.2 to 9.0.0
2022-09-16 11:04:59 +01:00
Henry Mercer
fefa6f57a4
Merge pull request #1247 from github/mergeback/v2.1.23-to-main-6a38b7d4
...
Mergeback v2.1.23 refs/heads/releases/v2 into main
2022-09-16 11:03:24 +01:00
Henry Mercer
fe2e30bafc
Merge pull request #1248 from github/update-v1.1.23-6a38b7d4
...
Merge releases/v2 into releases/v1
2022-09-16 10:57:15 +01:00
Henry Mercer
4f104676ac
Remove now-duplicated PR titles from release PR descriptions
2022-09-15 16:20:05 +01:00
github-actions[bot]
e6ad3e0b35
Update checked-in dependencies
2022-09-15 09:19:25 +00:00
github-actions[bot]
302c380a82
Update checked-in dependencies
2022-09-15 09:18:20 +00:00
github-actions[bot]
f84e389feb
Update changelog and version after v2.1.23
2022-09-15 09:07:27 +00:00
github-actions[bot]
3acd1b8e34
Update version and changelog for v1.1.23
2022-09-15 09:07:19 +00:00
github-actions[bot]
58a800540c
Merge remote-tracking branch 'origin/releases/v2' into update-v1.1.23-6a38b7d4
2022-09-15 09:07:13 +00:00
github-actions[bot]
6044413cc0
Revert "Update checked-in dependencies"
...
This reverts commit 4c7650d354 .
2022-09-15 09:07:13 +00:00
github-actions[bot]
a07f0436f5
Revert "Update version and changelog for v1.1.22"
...
This reverts commit b6c8b301ad .
2022-09-15 09:07:13 +00:00
Henry Mercer
6a38b7d4a1
Merge pull request #1246 from github/update-v2.1.23-fd4dc5bf
...
Merge main into releases/v2
2022-09-15 10:04:26 +01:00
github-actions[bot]
99d0a6bc15
Update changelog for v2.1.23
2022-09-14 18:34:02 +00:00
Henry Mercer
f32e161cdd
Improve warning when using autobuild with multi-language builds
2022-09-13 16:53:02 +01:00
Henry Mercer
4cc95769d4
Improve variable name
2022-09-13 16:50:41 +01:00
Cornelius Riemenschneider
fd4dc5bf31
Merge pull request #1244 from github/criemen/remove-lua-tracer-ff
...
Remove the lua tracer feature flag check from the codeql-action.
2022-09-13 17:49:47 +02:00
Cornelius Riemenschneider
c2560331fc
Fix runner integration test.
...
This test is broken, as it first sets environment variables, and then
immediately unsets it again.
This only worked by chance with the legacy tracer, and breaks the Lua
tracer.
2022-09-13 13:48:03 +00:00
Henry Mercer
0a38743d1a
Merge pull request #1240 from github/henrymercer/2.10.5-bump
...
Bump CodeQL version to 2.10.5
2022-09-13 14:11:32 +01:00
Cornelius Riemenschneider
3038e979a8
Remove the lua tracer feature flag check from the codeql-action.
...
Always defer to the CLI on the Lua tracer state from now on.
2022-09-13 11:23:32 +00:00
Henry Mercer
bde5694fb7
Comment why we don't run multiple autobuilders for other languages
2022-09-12 18:25:20 +01:00
Henry Mercer
40e0374c6f
Ensure backwards compat for multi-language builds with Go reconciliation
2022-09-12 18:24:46 +01:00
Henry Mercer
0d2fa3c636
Support autobuilding multiple languages in autobuild Action
2022-09-12 17:35:32 +01:00
Henry Mercer
ff575f231d
Add changelog note
2022-09-08 18:31:08 +01:00
Henry Mercer
4a8d26e2bd
Bump CodeQL version to 2.10.5
2022-09-08 18:29:45 +01:00
github-actions[bot]
f87e7a6293
Update checked-in dependencies
2022-09-08 17:28:17 +00:00
Andrew Eisenberg
9ba4d500aa
Merge pull request #1221 from github/aeisenberg/ghes-pack-download
...
Add support for downloading packs from GHES
2022-09-08 10:02:41 -07:00
dependabot[bot]
ace5545513
Bump uuid from 8.3.2 to 9.0.0
...
Bumps [uuid](https://github.com/uuidjs/uuid ) from 8.3.2 to 9.0.0.
- [Release notes](https://github.com/uuidjs/uuid/releases )
- [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md )
- [Commits](https://github.com/uuidjs/uuid/compare/v8.3.2...v9.0.0 )
---
updated-dependencies:
- dependency-name: uuid
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-09-08 17:02:40 +00:00
Andrew Eisenberg
6085805a3a
Append / to end of registries url
...
Avoids a bug in 2.10.4. Also, add some better handling for invalid
registries blocks.
2022-09-08 08:00:24 -07:00
David Verdeguer
21ae865bef
Merge pull request #1238 from github/daverlo/workflow-event-name
...
Add workflowEventName util function
2022-09-08 10:02:03 +02:00
Andrew Eisenberg
59744464eb
Fix unit tests
2022-09-07 16:10:34 -07:00
Andrew Eisenberg
aa434aaed6
Only run the init-with-registries check on nightly
2022-09-07 15:15:55 -07:00
Andrew Eisenberg
5dcb9dec2d
Update changelog and input descriptions
2022-09-07 14:38:58 -07:00
Andrew Eisenberg
4fa3e8b483
Gate the new registries input behind version constraints
2022-09-07 14:38:44 -07:00
David Verdeguer
063e083705
Fix linting
2022-09-07 22:45:34 +02:00
David Verdeguer
a03f3bd585
Build js
2022-09-07 09:45:19 +02:00
David Verdeguer
335aa5e39f
Add test for workflowEventName
2022-09-07 09:45:08 +02:00
David Verdeguer
add14375d5
Add workflowEventName
2022-09-07 00:05:40 +02:00
Andrew Eisenberg
376fea671d
Clarify description of registries input
2022-09-06 14:06:30 -07:00
Andrew Eisenberg
bf97a6da5b
Apply suggestions from code review
2022-09-06 10:41:32 -07:00
Andrew Eisenberg
7e086b240c
Merge remote-tracking branch 'upstream/main' into aeisenberg/ghes-pack-download
2022-09-06 10:22:00 -07:00
Edoardo Pirovano
8cdb7d8545
Merge pull request #1234 from github/edoardo/more-tolerant
...
TRAP Caching: Be tolerant to not finding the extractor
2022-09-05 11:04:57 +01:00
Edoardo Pirovano
299b77421b
TRAP Caching: Be tolerant to not finding the extractor
2022-09-05 10:38:21 +01:00
Andrew Eisenberg
abdf26c28f
Convert from json to yaml for registries input
2022-09-02 15:03:51 -07:00
Henry Mercer
03e3453102
Merge pull request #1228 from github/henrymercer/start-go-tracing-in-init
...
Make Go a traced language when Go extraction reconciliation is enabled
2022-09-02 22:29:08 +01:00
Henry Mercer
ab4197c609
Merge remote-tracking branch 'origin/main' into henrymercer/start-go-tracing-in-init
2022-09-02 19:59:29 +01:00
Henry Mercer
fc2f344141
Reuse getApiDetails code
2022-09-02 19:59:18 +01:00
Henry Mercer
85ba42aa69
Merge pull request #1231 from github/henrymercer/fix-running-tests-on-node18.8
...
Fix running tests on Node 18.8
2022-09-02 19:42:58 +01:00
Andrew Eisenberg
b0443622cd
Merge branch 'main' into aeisenberg/ghes-pack-download
2022-09-02 11:32:07 -07:00
Henry Mercer
bea5e4b220
Update ava to 4.3.3
...
The [release notes](https://github.com/avajs/ava/releases/tag/v4.3.3 )
mention compatibility with Node 18.8.
2022-09-02 18:02:07 +01:00
Henry Mercer
4b5dea8eed
Address review comments
2022-09-02 17:54:53 +01:00
Henry Mercer
62b4f237aa
Merge remote-tracking branch 'origin/main' into henrymercer/start-go-tracing-in-init
2022-09-02 17:39:17 +01:00
Henry Mercer
21530f507f
Merge pull request #1219 from github/angelapwen/autobuild-in-analyze
...
Autobuild Go in `analyze` if not already built
2022-09-02 17:36:54 +01:00
Andrew Eisenberg
e9b47b1898
Change to using a single input
2022-09-01 16:07:26 -07:00
Henry Mercer
70426bb879
Merge pull request #1229 from github/henrymercer/reenable-lua-tracing-go-windows
...
Run Lua tracing for Go on Windows in CLI 2.10.4+
2022-09-01 18:24:46 +01:00
Henry Mercer
ab396da825
Run Lua tracing for Go on Windows in CLI 2.10.4+
...
A bug preventing us from using Lua tracing for Go on Windows is fixed
in CLI 2.10.4+, so we
can now resume using Lua tracing for Go on Windows when using these
CLI versions.
2022-09-01 16:58:23 +01:00
Henry Mercer
6699d47420
Work around test -v not being available in Mac Bash
2022-09-01 16:49:39 +01:00
Henry Mercer
1d311fe8e5
Add PR checks for reconciled tracing with autobuilder and build steps
2022-09-01 15:43:49 +01:00
Henry Mercer
e303e2c65b
Update legacy workflow PR check
...
We now trace in init when using reconciled tracing, so we no longer need
to set the `CODEQL_EXTRACTOR_GO_BUILD_TRACING` environment variable.
2022-09-01 15:43:17 +01:00
Henry Mercer
e460fa2e94
Tidy up createdDBForScannedLanguages
...
Now the test is fixed, we can simplify by introducing an async call.
2022-09-01 15:02:47 +01:00
Henry Mercer
6d34731d93
Make createdDBForScannedLanguages test robust to new async calls
...
Previously the test depended on `createdDBForScannedLanguages` making no
async calls prior to `codeql resolve extractor`.
2022-09-01 14:59:39 +01:00
Henry Mercer
cf5d465980
Trace Go when Go extraction reconciliation is enabled
2022-09-01 14:42:59 +01:00
Edoardo Pirovano
d05538fa74
Merge pull request #1227 from github/mergeback/v2.1.22-to-main-b398f525
...
Mergeback v2.1.22 refs/heads/releases/v2 into main
2022-09-01 13:24:01 +01:00
Edoardo Pirovano
7cce9bbfb5
Merge pull request #1226 from github/update-v1.1.22-b398f525
...
Merge releases/v2 into releases/v1
2022-09-01 13:09:55 +01:00
Henry Mercer
fe1bd9ac76
Improve clarity of logging
2022-09-01 12:56:03 +01:00
github-actions[bot]
62fab91947
Update checked-in dependencies
2022-09-01 11:27:52 +00:00
github-actions[bot]
4c7650d354
Update checked-in dependencies
2022-09-01 11:13:46 +00:00
github-actions[bot]
a3607ca1f7
Update changelog and version after v2.1.22
2022-09-01 10:50:36 +00:00
github-actions[bot]
b6c8b301ad
Update version and changelog for v1.1.22
2022-09-01 10:50:27 +00:00
github-actions[bot]
5e6975f60f
Merge remote-tracking branch 'origin/releases/v2' into update-v1.1.22-b398f525
2022-09-01 10:50:26 +00:00
github-actions[bot]
fb784f3905
Revert "Update checked-in dependencies"
...
This reverts commit 66a519c156 .
2022-09-01 10:50:26 +00:00
github-actions[bot]
e308a15a08
Revert "Update version and changelog for v1.1.21"
...
This reverts commit d605b83c93 .
2022-09-01 10:50:26 +00:00
Edoardo Pirovano
b398f525a5
Merge pull request #1225 from github/update-v2.1.22-a5966ad4
...
Merge main into releases/v2
2022-09-01 11:48:24 +01:00
github-actions[bot]
b0f41e06da
Update changelog for v2.1.22
2022-09-01 09:08:14 +00:00
Edoardo Pirovano
a5966ad4f1
Merge pull request #1224 from github/edoardo/2.10.4-bump
...
Bump CodeQL version to 2.10.4
2022-08-31 14:58:19 +01:00
Edoardo Pirovano
8c692b37a0
Pin poetry to 1.1
2022-08-31 13:35:12 +01:00
Henry Mercer
8e0846caf0
Check TRAP directory exists first
2022-08-31 13:22:39 +01:00
Henry Mercer
955290300a
Fix language inclusion test
...
`in` checks the indices of an array, not the values.
2022-08-31 13:20:41 +01:00
Henry Mercer
14d7039828
Add logging for determining whether to run the Go autobuilder
2022-08-31 13:20:02 +01:00
Henry Mercer
b42a495e8a
Fix TRAP directory location
2022-08-31 13:19:16 +01:00
Henry Mercer
5b4b44c9d6
Add PR check for reconciled tracing with legacy workflow
2022-08-31 13:19:16 +01:00
Henry Mercer
e466e75875
Simplify doesGoExtractionOutputExist implementation
...
Co-authored-by: Andrew Eisenberg <aeisenberg@github.com >
2022-08-31 13:19:16 +01:00
Henry Mercer
fff56ee004
Add environment variable for enabling Go extraction reconcilation
...
This will enable us to test this behavior in PR checks.
Also simplify and add some more detailed documentation.
2022-08-31 13:19:16 +01:00
Henry Mercer
8dc468564f
Use a more explicit name for checking Go extraction output
2022-08-31 13:19:16 +01:00
Angela P Wen
215c3cb4bb
Autobuild Go in analyze step
2022-08-31 13:19:16 +01:00
Edoardo Pirovano
693b97bf50
Bump CodeQL version to 2.10.4
2022-08-31 11:49:32 +01:00
Andrew Eisenberg
1d92118146
Add integration test for using registries-auth-tokens
2022-08-30 15:56:08 -07:00
Andrew Eisenberg
0e98efa2bb
Add support for downloading packs from GHES
...
This change adds:
- new `registries` block allowed in code scanning config file
- new `registries-auth-tokens` input in init action
- Change the downloadPacks function so that it accepts new parameters:
- registries block
- api auth
- Generate a qlconfig.yml file with the registries block if one is
supplied. Use this file when downloading packs.
- temporarily set the `GITHUB_TOKEN` and `CODEQL_REGISTRIES_AUTH` based
on api auth
TODO:
1. integration test
2. handle pack downloads when the config is generated by the CLI
2022-08-30 10:04:30 -07:00
Andrew Eisenberg
c7bb8946b2
Update changelog
2022-08-30 10:00:21 -07:00
Andrew Eisenberg
d92a91c5c4
Merge pull request #1218 from github/aeisenberg/move-pack-download-to-init
...
Move calls to pack download to the init action
2022-08-30 09:58:46 -07:00
Andrew Eisenberg
7294b404d8
Fix call to endGroup
...
Also, rename variable and change a comment.
2022-08-30 09:16:05 -07:00
Andrew Eisenberg
354bc9f629
Add Changelog entry
2022-08-26 16:05:06 -07:00
Andrew Eisenberg
0a2b0d236c
Moves calls to pack download to the init action
...
This ensures all steps to gather queries happens in the init action.
This is where checking out queries in other repos happens as well.
2022-08-26 16:04:57 -07:00
Henry Mercer
a59fbe2208
Merge pull request #1215 from github/dependabot/npm_and_yarn/octokit/types-7.1.1
...
Bump @octokit/types from 6.21.1 to 7.1.1
2022-08-25 19:10:46 +01:00
github-actions[bot]
abafa5bdc1
Update checked-in dependencies
2022-08-25 17:19:40 +00:00
dependabot[bot]
34de8fdd99
Bump @octokit/types from 6.21.1 to 7.1.1
...
Bumps [@octokit/types](https://github.com/octokit/types.ts ) from 6.21.1 to 7.1.1.
- [Release notes](https://github.com/octokit/types.ts/releases )
- [Commits](https://github.com/octokit/types.ts/compare/v6.21.1...v7.1.1 )
---
updated-dependencies:
- dependency-name: "@octokit/types"
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-08-25 17:00:59 +00:00
Edoardo Pirovano
d5cec099b5
Merge pull request #1214 from github/update-v1.1.21-c7f292ea4
...
Merge releases/v2 into releases/v1
2022-08-25 16:51:37 +01:00
Edoardo Pirovano
9128f1cb71
Merge pull request #1213 from github/mergeback/v2.1.21-to-main-c7f292ea
...
Mergeback v2.1.21 refs/heads/releases/v2 into main
2022-08-25 16:23:17 +01:00
github-actions[bot]
66a519c156
Update checked-in dependencies
2022-08-25 14:27:05 +00:00
Henry Mercer
d605b83c93
Update version and changelog for v1.1.21
2022-08-25 14:56:04 +01:00
Henry Mercer
271f8f5854
Merge branch 'releases/v2' into update-v1.1.20-c7f292ea4
2022-08-25 14:54:12 +01:00
Henry Mercer
b0d070a0d4
Revert "Explicitly import performance for Node 12 compatibility"
...
This reverts commit b7435e9897 .
2022-08-25 14:52:33 +01:00
Henry Mercer
bd951deeeb
Set version number to 2.1.20
...
This prevents merge conflicts
2022-08-25 14:50:35 +01:00
Henry Mercer
328499d4e2
Revert "Update version and changelog for v1.1.20"
...
This reverts commit b9710bd89e .
2022-08-25 14:43:28 +01:00
Henry Mercer
d9311e1501
Revert "Update checked-in dependencies"
...
This reverts commit 54b9c1e086 .
2022-08-25 14:43:27 +01:00
github-actions[bot]
54d57993da
Update checked-in dependencies
2022-08-25 13:11:11 +00:00
github-actions[bot]
0ee5049d92
Update changelog and version after v2.1.21
2022-08-25 12:52:15 +00:00
Edoardo Pirovano
c7f292ea4f
Merge pull request #1212 from github/update-v2.1.21-21bf3087
...
Merge main into releases/v2
2022-08-25 13:49:33 +01:00
github-actions[bot]
00ef1ee757
Update changelog for v2.1.21
2022-08-25 12:16:17 +00:00
Chris Gavin
21bf3087a5
Merge pull request #1211 from github/get-default-branch-correctly-schedule
...
When running on a schedule, make a better guess about whether we're analyzing the default branch.
2022-08-25 13:06:31 +01:00
Chris Gavin
5960bffd3f
When running on a schedule, make a better guess about whether we're analyzing the default branch.
2022-08-25 10:58:16 +01:00
Edoardo Pirovano
92c650bfbd
Merge pull request #1210 from github/edoardo/record-db-creation-time
...
Telemetry: Record DB creation time
2022-08-24 15:14:54 +01:00
Edoardo Pirovano
8b45ef3845
Telemetry: Record DB creation time
2022-08-24 14:31:37 +01:00
Henry Mercer
e7d4da3fa2
Merge pull request #1209 from github/henrymercer/fix-go-tracing-tests
...
Fix Go tracing on Windows, and fix tests
2022-08-24 13:34:51 +01:00
Henry Mercer
182342cdd7
Remove unguarded Actions library query
...
It is enough to pass the checks now that we only use the runner for PR
checks.
2022-08-24 11:50:07 +01:00
Henry Mercer
e195431677
Override CODEQL_EXTRACTOR_GO_BUILD_TRACING with on when it's true
2022-08-24 11:48:32 +01:00
Henry Mercer
3069613ebd
Prevent hangs in Go autobuild tests due to .NET keychain prompts
2022-08-24 10:35:13 +01:00
Henry Mercer
569f78c82d
Add changelog note
2022-08-23 20:03:54 +01:00
Henry Mercer
ab6508ab87
Disable Lua tracing for Go on Windows
...
This is currently broken in CLI versions 2.10.3 and earlier.
2022-08-23 20:03:33 +01:00
Henry Mercer
c18ed56977
Warn about invalid value for CODEQL_EXTRACTOR_GO_BUILD_TRACING
2022-08-23 20:03:33 +01:00
Henry Mercer
d5ad81bcd4
Fix Go custom tracing tests
...
These were supplying CODEQL_EXTRACTOR_GO_BUILD_TRACING=true rather than
CODEQL_EXTRACTOR_GO_BUILD_TRACING=on,
therefore tracing wasn't being tested.
2022-08-23 20:03:32 +01:00
Andrew Eisenberg
1cd5043ced
Merge pull request #1208 from github/aeisenberg/better-error-message
...
More readable error message for invalid `queries` block and invalid `query-filters` blocl
2022-08-23 11:29:15 -07:00
Andrew Eisenberg
e379edd1ee
Update CHANGELOG.md
...
Co-authored-by: Henry Mercer <henrymercer@github.com >
2022-08-23 10:05:59 -07:00
Andrew Eisenberg
9af066e7d5
Update changelog
2022-08-23 09:30:40 -07:00
Andrew Eisenberg
ac92a02de7
Merge remote-tracking branch 'upstream/main' into aeisenberg/better-error-message
2022-08-23 09:29:19 -07:00
Andrew Eisenberg
5861352d57
Better error messages for invalid queries and query filters blocks
...
Handle other cases where the config is invalid.
2022-08-23 09:25:59 -07:00
Edoardo Pirovano
3e49948054
Merge pull request #1207 from github/edoardo/fix-warning
...
TRAP Caching: Unset missing cache rather than setting to `undefined`
2022-08-23 16:58:16 +01:00
Edoardo Pirovano
1e5376ae5f
TRAP Caching: Unset missing cache rather than setting to undefined
2022-08-23 15:39:05 +01:00
Henry Mercer
d438a4b810
Merge pull request #1202 from github/update-v1.1.20-7fee4ca03
...
Merge releases/v2 into releases/v1
2022-08-23 12:41:18 +01:00
Henry Mercer
c2c0a2908e
Merge pull request #1200 from github/mergeback/v2.1.20-to-main-7fee4ca0
...
Mergeback v2.1.20 refs/heads/releases/v2 into main
2022-08-22 14:29:04 +01:00
github-actions[bot]
54b9c1e086
Update checked-in dependencies
2022-08-22 13:11:36 +00:00
Edoardo Pirovano
ec8883580f
Merge pull request #1201 from github/henrymercer/mergeback-v1-fixes
...
Mergeback fixes from v1 release
2022-08-22 14:10:44 +01:00
Henry Mercer
b9710bd89e
Update version and changelog for v1.1.20
2022-08-22 13:41:47 +01:00
Henry Mercer
9a73fddebf
Merge remote-tracking branch 'origin/releases/v2' into update-v1.1.20-7fee4ca03
...
# Conflicts:
# node_modules/.package-lock.json
# package-lock.json
# package.json
2022-08-22 13:40:37 +01:00
Henry Mercer
aeb2ecb170
Revert "Update checked-in dependencies"
...
This reverts commit de684051c8 .
2022-08-22 13:39:18 +01:00
Henry Mercer
256c503a4b
Revert "Update version and changelog for v1.1.19"
...
This reverts commit 3af72a73e6 .
2022-08-22 13:39:18 +01:00
Henry Mercer
bae51503cf
Remove @types/long
...
This is no longer needed since `long` now includes its own types.
2022-08-22 13:01:32 +01:00
Henry Mercer
c72f566aae
Explicitly import performance for Node 12 compatibility
2022-08-22 12:59:22 +01:00
github-actions[bot]
e590686972
Update checked-in dependencies
2022-08-22 11:58:44 +00:00
github-actions[bot]
d7319f2ff4
Update changelog and version after v2.1.20
2022-08-22 10:37:53 +00:00
Henry Mercer
7fee4ca032
Merge pull request #1199 from github/update-v2.1.20-f0a1a35a
...
Merge main into releases/v2
2022-08-22 11:35:54 +01:00
github-actions[bot]
5259c5e5d8
Update changelog for v2.1.20
2022-08-22 09:41:53 +00:00
Henry Mercer
f0a1a35a9f
Merge pull request #1197 from github/henrymercer/fix-release-when-package-conflicts
...
Make "Update release branch" workflow fail if `npm version` fails
2022-08-22 10:39:42 +01:00
Henry Mercer
d1ad3b4957
Merge pull request #1198 from github/henrymercer/fix-v1-version
...
Update version number to 1.1.19
2022-08-22 09:53:05 +01:00
Henry Mercer
a07454207a
Tweak whitespace in checklist for consistency
...
Co-authored-by: Andrew Eisenberg <aeisenberg@github.com >
2022-08-22 09:52:06 +01:00
Henry Mercer
53a7a27166
Merge pull request #1193 from github/dependabot/npm_and_yarn/actions/core-1.9.1
...
Bump @actions/core from 1.4.0 to 1.9.1
2022-08-19 20:03:47 +01:00
Henry Mercer
2927215a2b
Apply suggestions from code review
...
Co-authored-by: Edoardo Pirovano <6748066+edoardopirovano@users.noreply.github.com >
2022-08-19 18:37:55 +01:00
Henry Mercer
c145823103
Make "Update release branch" workflow fail if npm version fails
2022-08-19 18:22:44 +01:00
Henry Mercer
77c55ea1fc
Update version to 1.1.19
2022-08-19 18:21:54 +01:00
Edoardo Pirovano
01668839ea
Merge pull request #1195 from github/update-v1.1.19-f5d217be
...
Merge releases/v2 into releases/v1
2022-08-19 14:15:12 +01:00
Henry Mercer
66bb63a202
Merge pull request #1194 from github/mergeback/v2.1.19-to-main-f5d217be
...
Mergeback v2.1.19 refs/heads/releases/v2 into main
2022-08-19 12:34:03 +01:00
github-actions[bot]
de684051c8
Update checked-in dependencies
2022-08-19 10:26:18 +00:00
github-actions[bot]
0ce8ba5772
Update checked-in dependencies
2022-08-19 10:17:01 +00:00
Henry Mercer
b7435e9897
Explicitly import performance for Node 12 compatibility
2022-08-19 11:12:10 +01:00
Henry Mercer
fbab93d8c8
Resolve merge conflicts
2022-08-19 11:04:36 +01:00
github-actions[bot]
3af72a73e6
Update version and changelog for v1.1.19
2022-08-19 09:42:44 +00:00
github-actions[bot]
d5aef51dbf
Merge remote-tracking branch 'origin/releases/v2' into update-v1.1.19-f5d217be
...
# Conflicts:
# package-lock.json
# package.json
2022-08-19 09:42:44 +00:00
github-actions[bot]
5354facf4b
Update changelog and version after v2.1.19
2022-08-19 09:42:43 +00:00
github-actions[bot]
25052126c2
Revert "Update checked-in dependencies"
...
This reverts commit 944b1f8c5c .
2022-08-19 09:42:43 +00:00
github-actions[bot]
2d1b5ebd90
Revert "Update version and changelog for v1.1.18"
...
This reverts commit 0c10062e5e .
2022-08-19 09:42:43 +00:00
Henry Mercer
f5d217be74
Merge pull request #1192 from github/update-v2.1.19-5502fefd
...
Merge main into releases/v2
2022-08-19 10:40:40 +01:00
github-actions[bot]
a37ee26906
Update checked-in dependencies
2022-08-18 19:57:13 +00:00
dependabot[bot]
341b59f315
Bump @actions/core from 1.4.0 to 1.9.1
...
Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core ) from 1.4.0 to 1.9.1.
- [Release notes](https://github.com/actions/toolkit/releases )
- [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md )
- [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core )
---
updated-dependencies:
- dependency-name: "@actions/core"
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-08-18 19:26:12 +00:00
Henry Mercer
7c3d74c9d7
Move changelog note to right release
2022-08-17 16:59:59 +01:00
github-actions[bot]
04ea3b12c8
Update changelog for v2.1.19
2022-08-17 15:54:54 +00:00
Edoardo Pirovano
5502fefdae
Merge pull request #1191 from github/edoardo/fix-upload-times
...
Fix TRAP cache upload timing
2022-08-17 16:43:09 +01:00
Edoardo Pirovano
0349bb05b7
Fix TRAP cache upload timing
2022-08-17 15:49:57 +01:00
Henry Mercer
3154c4f6f0
Merge pull request #1190 from github/henrymercer/fix-debug-artifact-tests-on-push
...
Modify `expect-error` input checking to fix errors on main
2022-08-17 15:49:17 +01:00
Henry Mercer
b21cab99b3
Mock expect-error input to avoid errors in Action integration tests
2022-08-17 15:02:46 +01:00
Henry Mercer
219a937551
Require test mode to be set to use expect-error input
...
This should be more robust than determining whether the repo is the
CodeQL Action or a fork of it.
2022-08-17 14:49:24 +01:00
Henry Mercer
ff9d53b61a
Dump GitHub event in debug artifacts failure workflow
...
This should help us debug failures on `main` like this
https://github.com/github/codeql-action/actions/runs/2875586196 .
2022-08-17 14:49:23 +01:00
Edoardo Pirovano
5f4cfb016e
Merge pull request #1188 from github/edoardo/round-fields
...
Round fields in TRAP caching telemetry to integers
2022-08-17 14:14:56 +01:00
Edoardo Pirovano
eb6f272155
Round fields in TRAP caching telemetry to integers
2022-08-17 13:30:17 +01:00
Henry Mercer
7d94bb850d
Merge pull request #1185 from github/henrymercer/bypass-toolcache-feature-flag
...
Enable bypassing the cached CodeQL bundle via a feature flag
2022-08-17 13:21:02 +01:00
Henry Mercer
b469d5358f
Tweak debug logging message
2022-08-17 12:44:53 +01:00
Henry Mercer
f47f573e6e
Add a debug log message when forcing the latest tools
2022-08-17 12:33:58 +01:00
Henry Mercer
416ad3d847
Merge branch 'main' into henrymercer/bypass-toolcache-feature-flag
2022-08-17 11:39:33 +01:00
Edoardo Pirovano
8bc36d5f46
Merge pull request #1187 from github/update-supported-enterprise-server-versions
...
Update supported GitHub Enterprise Server versions.
2022-08-17 10:09:46 +01:00
GitHub
8beb190634
Update supported GitHub Enterprise Server versions.
2022-08-17 00:13:14 +00:00
Angela P Wen
9b7fa3dd99
Add expect-error input to force PR check green on expected failure ( #1177 )
2022-08-16 16:27:14 -07:00
Henry Mercer
e1cd41a365
Add tests for toolcache bypassing
2022-08-16 16:19:08 +01:00
Henry Mercer
d45b0eba23
Improve readability of CodeQL bundle tests
2022-08-16 16:18:41 +01:00
Henry Mercer
96a8424f0c
Don't bypass the toolcache in test mode
2022-08-16 16:18:12 +01:00
Henry Mercer
5862bae77e
Bypass toolcache when feature flag enabled
2022-08-16 16:18:11 +01:00
Henry Mercer
df0c0dafc0
Add bypass toolcache feature flag
2022-08-16 16:17:41 +01:00
Edoardo Pirovano
b0d61cff1a
Merge pull request #1184 from github/edoardo/trap-telemetry-followup
...
Use `util.promisify` instead of manually constructing promise
2022-08-16 15:48:36 +01:00
Edoardo Pirovano
016a5e3bae
Use util.promisify instead of manually constructing promise
2022-08-16 14:42:13 +01:00
Edoardo Pirovano
8a4437ae33
Merge pull request #1182 from github/edoardo/trap-cache-telemetry
...
Add telemetry for TRAP caching
2022-08-16 14:16:35 +01:00
Edoardo Pirovano
b29194f0ac
Address review comments from @henrymercer
2022-08-16 13:30:49 +01:00
Edoardo Pirovano
4139682b64
Add telemetry for TRAP caching
2022-08-16 11:54:31 +01:00
Edoardo Pirovano
ca10a6d552
Merge pull request #1183 from github/edoardo/fix-cache-key
...
Fix cache key for TRAP caching
2022-08-16 10:52:35 +01:00
Edoardo Pirovano
d8adbe91f2
Fix cache key for TRAP caching
2022-08-16 10:20:17 +01:00
Rasmus Wriedt Larsen
b3adcb7261
Merge pull request #1181 from github/RasmusWL/disable-python2-pipenv
...
Disable python2 + pipenv tests
2022-08-15 17:52:28 +02:00
Rasmus Wriedt Larsen
c8cb2b45eb
Update CHANGELOG.md
2022-08-15 16:56:44 +02:00
Andrew Eisenberg
fba13b0092
More readable error message for invalid queries block
...
When someone creates an invalid `queries` entry in the codeql config
file, like this:
```
queries:
- foo.ql
```
THe error message is confusing, looking like this:
```
Error: Cannot use 'in' operator to search for 'uses' in ql/ql/src
TypeError: Cannot use 'in' operator to search for 'uses' in ql/ql/src
at loadConfig (/home/runner/work/_actions/github/codeql-action/71a8b35ff4c80fcfcd05bc1cd932fe3c08f943ca/lib/config-utils.js:577:41)
```
With this change, the error message is more comprehensible:
`queries must be an array, with each entry having a 'uses' property`
2022-08-15 07:56:00 -07:00
Rasmus Wriedt Larsen
909e2fd56a
Disable python2 + pipenv tests
...
Just like we did for poetry and Python 2 in https://github.com/github/codeql-action/pull/1124
From looking at changelogs, Python2 has not been supported in Pipenv since [v2021.11.5](https://pipenv.pypa.io/en/latest/changelog/#id149 )
2022-08-15 16:52:11 +02:00
Henry Mercer
f9bce029b4
Merge pull request #1178 from github/henrymercer/codeql-cli-2.10.3
...
Update default CodeQL version to 2.10.3
2022-08-15 15:29:28 +01:00
Henry Mercer
af9d911fb5
Merge remote-tracking branch 'origin/main' into henrymercer/codeql-cli-2.10.3
2022-08-15 14:40:51 +01:00
Andrew Eisenberg
680d08e97d
Merge pull request #1105 from github/aeisenberg/fix-config-files
...
Re-enable passing the codescanning config file to the CLI
2022-08-12 11:15:43 -07:00
Henry Mercer
5836ad9c2a
Merge pull request #1176 from github/dependabot/npm_and_yarn/types/long-5.0.0
...
Bump @types/long from 4.0.1 to 5.0.0
2022-08-12 11:00:39 +01:00
Henry Mercer
1e8043f69c
Update default CodeQL version to 2.10.3
2022-08-12 10:43:51 +01:00
Henry Mercer
68f1d68743
Merge remote-tracking branch 'origin/main' into dependabot/npm_and_yarn/types/long-5.0.0
2022-08-12 10:28:49 +01:00
Andrew Eisenberg
fa2bc211fd
Merge branch 'aeisenberg/unrevert-query-filters' into aeisenberg/fix-config-files
2022-08-11 14:57:16 -07:00
Andrew Eisenberg
c12cfbc92f
Merge pull request #1127 from github/aeisenberg/unrevert-query-filters
...
Revert "Revert "Add capability to filter queries #1098 ""
2022-08-11 12:28:11 -07:00
Andrew Eisenberg
bcf47202b5
Merge remote-tracking branch 'upstream/main' into aeisenberg/unrevert-query-filters
2022-08-11 11:37:55 -07:00
Chris Gavin
d101dd6f9e
Merge pull request #1175 from github/local
...
Use the API URL from the environment if it is present.
2022-08-11 19:10:36 +01:00
github-actions[bot]
ccfb4e296c
Update checked-in dependencies
2022-08-11 17:47:11 +00:00
dependabot[bot]
049537835b
Bump @types/long from 4.0.1 to 5.0.0
...
Bumps [@types/long](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/long ) from 4.0.1 to 5.0.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/long )
---
updated-dependencies:
- dependency-name: "@types/long"
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-08-11 17:01:30 +00:00
Andrew Eisenberg
072cd929a3
Merge remote-tracking branch 'upstream/main' into aeisenberg/unrevert-query-filters
2022-08-11 10:00:12 -07:00
Andrew Eisenberg
d74f663ed4
Merge remote-tracking branch 'upstream/main' into aeisenberg/fix-config-files
2022-08-11 09:57:45 -07:00
Andrew Eisenberg
a09a029937
Fix failing test and address PR comments
2022-08-11 09:56:08 -07:00
Chris Gavin
07e8996e91
Merge main into local.
2022-08-11 17:11:05 +01:00
Chris Gavin
7c6fa5ce8a
Remove an unneeded if.
...
Co-authored-by: Andrew Eisenberg <aeisenberg@github.com >
2022-08-11 17:10:50 +01:00
Angela P Wen
b659ce5d7d
Merge pull request #1159 from github/angelapwen/post-init-cleanup
...
Move logs, SARIF, database bundle actions uploads to post: hooks
2022-08-11 17:59:58 +02:00
Angela P Wen
79b933c459
Remove review comments
2022-08-11 16:47:31 +02:00
Angela P Wen
cf7f893f9c
Make file paths OS-agnostic
2022-08-11 16:46:56 +02:00
Angela P Wen
172eca420d
Improve doesDirectoryExist test
2022-08-11 16:08:06 +02:00
Angela P Wen
fd83e55188
Remove extraneous files
2022-08-11 16:03:48 +02:00
Angela P Wen
26cafd2f92
Add unit tests for post: hook run methods
2022-08-11 16:01:37 +02:00
Angela P Wen
15608ceae3
Merge remote-tracking branch 'origin/main' into angelapwen/post-init-cleanup
2022-08-11 15:24:10 +02:00
Angela P Wen
6fdaff6eb6
Improve file system unit tests
2022-08-11 15:09:44 +02:00
Angela P Wen
4e121c0ef5
Address additional review comments
2022-08-11 13:58:01 +02:00
Angela P Wen
d909f714fb
Update comment wording
...
Co-authored-by: Andrew Eisenberg <aeisenberg@github.com >
2022-08-11 13:46:55 +02:00
Angela P Wen
fa59c284a8
Update CHANGELOG.md wording
...
Co-authored-by: Aditya Sharad <6874315+adityasharad@users.noreply.github.com >
2022-08-11 13:46:09 +02:00
Angela P Wen
65d6ee0c51
Address review comments
2022-08-11 13:45:26 +02:00
Chris Gavin
bbdc9efa94
Use the API URL from the environment if it is present.
2022-08-11 08:38:11 +01:00
Andrew Eisenberg
2314063848
Add the defaultAugmentationProperties constant
...
This makes some syntax in tests somewhat simpler.
2022-08-10 15:42:45 -07:00
Andrew Eisenberg
0403fb7d8c
Merge branch 'main' into aeisenberg/fix-config-files
2022-08-10 15:39:35 -07:00
Andrew Eisenberg
44f42da9ca
Merge branch 'main' into aeisenberg/unrevert-query-filters
2022-08-10 15:22:40 -07:00
Andrew Eisenberg
a6d09016e7
Merge pull request #1171 from crenshaw-dev/clarify-category-error-message
...
fix: clarify upload-sarify category uniqueness error message
2022-08-10 13:24:16 -07:00
Angela P Wen
3c4f458a1a
Re-declare codeql var
2022-08-10 15:08:35 +02:00
Angela P Wen
90676d9cb9
Merge remote-tracking branch 'origin/main' into angelapwen/post-init-cleanup
2022-08-10 15:08:04 +02:00
Angela P Wen
484a72c924
Add utilities unit tests
2022-08-10 14:57:57 +02:00
Edoardo Pirovano
c7db5d9226
Merge pull request #1174 from github/edoardo/remove-workaround
...
Remove distrust of `GITHUB_ACTION_REF` for local actions
2022-08-10 11:50:11 +01:00
Edoardo Pirovano
3835e64c38
Remove distrust of GITHUB_ACTION_REF for local actions
2022-08-10 09:39:03 +01:00
Edoardo Pirovano
07720c700e
Merge pull request #1172 from github/edoardo/trap-caching
...
Introduce TRAP caching
2022-08-09 19:18:32 +01:00
Edoardo Pirovano
6df93613d7
Address review comments from @henrymercer
2022-08-09 18:37:22 +01:00
Angela P Wen
ff7a29dd72
Clarify expected failure for upload job
2022-08-09 15:24:14 +02:00
Angela P Wen
8903097982
Remove database init test for success case
2022-08-09 15:21:49 +02:00
Angela P Wen
4993f1e1fc
Remove downloaded files structure display
2022-08-08 15:52:49 +02:00
Angela P Wen
27df4c2a47
Fix directory name of artifacts
2022-08-08 15:16:15 +02:00
Angela P Wen
1c82b1bb73
Display downloaded files structure
2022-08-08 14:53:25 +02:00
Angela P Wen
05176bcd41
Add continue-on-error for expected failing job
2022-08-08 14:25:43 +02:00
Angela P Wen
6bc22912e0
Add description in CHANGELOG
2022-08-08 14:06:43 +02:00
Angela P Wen
b952980043
Add integration test for failed analyze step
2022-08-08 14:00:23 +02:00
Angela P Wen
010abe7de0
Merge remote-tracking branch 'origin/main' into angelapwen/post-init-cleanup
2022-08-08 13:41:15 +02:00
Edoardo Pirovano
8f867dcb21
Introduce TRAP caching
2022-08-05 17:48:05 +01:00
CI
0e3ae6e68a
fix: clarify upload-sarify category uniqueness error message
2022-08-05 10:59:35 -04:00
Edoardo Pirovano
cade2b5621
Merge pull request #1170 from github/edoardo/add-trap-cache-option
...
Add option to override TRAP caching feature flag
2022-08-05 12:40:04 +01:00
Edoardo Pirovano
2d5738c1ac
Add option to override TRAP caching feature flag
2022-08-05 12:04:02 +01:00
Edoardo Pirovano
693d3f22d8
Merge pull request #1164 from github/edoardo/add-cache-dep
...
Add dependency on `@actions/cache`
2022-08-05 10:03:45 +01:00
Edoardo Pirovano
38c2c091e8
Add dependency on @actions/cache
2022-08-04 15:12:29 +01:00
Angela P Wen
9990b406c2
Merge pull request #1160 from github/angelapwen/refactor-debug-artifacts-pr-check
...
Split debug artifacts PR check into two jobs
2022-08-04 10:35:07 +02:00
Angela P Wen
2a582eb53d
Merge branch 'main' into angelapwen/refactor-debug-artifacts-pr-check
2022-08-04 10:02:20 +02:00
Chuan-kai Lin
1a0331c4c6
Merge pull request #1167 from github/mergeback/v2.1.18-to-main-2ca79b6f
...
Mergeback v2.1.18 refs/heads/releases/v2 into main
2022-08-03 13:39:53 -07:00
github-actions[bot]
bb2956fd36
Update checked-in dependencies
2022-08-03 19:50:21 +00:00
Chuan-kai Lin
af35bd33fb
Merge pull request #1166 from github/update-v1.1.18-2ca79b6f
...
Merge releases/v2 into releases/v1
2022-08-03 12:25:21 -07:00
github-actions[bot]
944b1f8c5c
Update checked-in dependencies
2022-08-03 17:59:40 +00:00
github-actions[bot]
2d4d9d8cf7
Update changelog and version after v2.1.18
2022-08-03 17:48:40 +00:00
github-actions[bot]
0c10062e5e
Update version and changelog for v1.1.18
2022-08-03 17:48:10 +00:00
github-actions[bot]
c66efb35b1
Merge remote-tracking branch 'origin/releases/v2' into update-v1.1.18-2ca79b6f
2022-08-03 17:48:06 +00:00
github-actions[bot]
ac911e9964
Revert "Update checked-in dependencies"
...
This reverts commit 624285f8b2 .
2022-08-03 17:48:06 +00:00
github-actions[bot]
236b7c2b05
Revert "Update version and changelog for v1.1.17"
...
This reverts commit d8ed0a3afb .
2022-08-03 17:48:06 +00:00
Chuan-kai Lin
2ca79b6fa8
Merge pull request #1165 from github/update-v2.1.18-329cb8b6
...
Merge main into releases/v2
2022-08-03 10:46:13 -07:00
github-actions[bot]
9dc4e8a2c7
Update changelog for v2.1.18
2022-08-03 16:37:42 +00:00
Angela P Wen
4ec485d633
bash syntax fixup per review
2022-08-03 17:57:05 +02:00
Angela P Wen
e16d085a47
Remove ls check, log formatting
2022-08-03 11:24:18 +02:00
Angela P Wen
f51da8688a
Add script to check in appropriate directories
2022-08-03 10:55:10 +02:00
Angela P Wen
f7a7ac1799
bash syntax fixup
2022-08-03 10:23:41 +02:00
Angela P Wen
ef145d6884
Display downloaded file structure
2022-08-03 09:35:32 +02:00
Chuan-kai Lin
329cb8b61c
Merge pull request #1156 from github/cklin/codeql-cli-2.10.2
...
Update default CodeQL version to 2.10.2
2022-08-02 09:25:06 -07:00
Angela P Wen
7f86ddc26d
Move debug log printing back to actions util
2022-08-02 12:41:08 +02:00
Angela P Wen
a758ec55e8
Add more info messages to user, rename log printing function
2022-08-02 12:36:56 +02:00
Angela P Wen
eeee462f05
Move debug artifact methods into separate file
2022-08-02 12:27:52 +02:00
Angela P Wen
5895ab0c0b
Address more PR comments, refactoring
2022-08-02 12:18:44 +02:00
Angela P Wen
44a27e6a51
Add top level comments, rename cleanup to post
2022-08-02 12:08:18 +02:00
Angela P Wen
a557279135
Clean up syntax per PR review
2022-08-02 12:01:02 +02:00
Angela P Wen
64d83c75f0
Fix syntax error
2022-08-02 11:38:33 +02:00
Angela P Wen
13e7a528eb
Change download job to only run on linux
2022-08-02 11:37:27 +02:00
Angela P Wen
cc047a34ce
Condense matrix syntax
2022-08-02 11:37:18 +02:00
Angela P Wen
daaac4306e
Linting, node_modules update
2022-08-01 13:35:10 +02:00
Angela P Wen
5229df1eef
Add unit test descriptions
2022-08-01 13:17:40 +02:00
Angela P Wen
5da7870265
Refactoring per PR comments
2022-08-01 12:52:16 +02:00
Angela P Wen
8a4a573d59
Error handling for JSON parsing
2022-08-01 12:12:49 +02:00
Angela P Wen
6630cbeccb
Minor syntax update
...
Co-authored-by: Andrew Eisenberg <aeisenberg@github.com >
2022-08-01 11:52:34 +02:00
Angela P Wen
af87cc6ba5
Improve for matrix
...
Co-authored-by: Andrew Eisenberg <aeisenberg@github.com >
2022-08-01 11:52:03 +02:00
Angela P Wen
ebc59ec8da
More descriptive partial db bundle messages
2022-08-01 11:43:08 +02:00
Angela P Wen
52de49c899
Refactor helper function to util
2022-08-01 11:42:55 +02:00
Angela P Wen
2c25894c5f
Zip partial database directory
2022-08-01 11:24:34 +02:00
Angela P Wen
81c5b2d993
New debug artifacts workflow with separate jobs
2022-08-01 11:09:29 +02:00
Chuan-kai Lin
a5def17768
Update default CodeQL version to 2.10.2
2022-07-29 14:07:22 -07:00
Aditya Sharad
19d025e17f
Merge pull request #1161 from github/adityasharad/actions/combined-check-file-contents
...
CI: Combine verify-pr-checks and check-for-conflicts jobs
2022-07-29 13:41:50 -07:00
Aditya Sharad
2f739fcd04
CI: Combine verify-pr-checks and check-for-conflicts jobs
...
Reduce the number of concurrent jobs by 1.
Run these checks in succession instead, as the
`check-file-contents` job in the PR checks workflow.
2022-07-29 12:07:38 -07:00
Aditya Sharad
495c20006b
Merge pull request #1158 from github/adityasharad/actions/separate-runner-checks
...
CI: Move Runner checks into their own workflow
2022-07-29 09:09:22 -07:00
Angela P Wen
2746051310
Catch case where database isn't finalized
2022-07-29 12:00:07 +02:00
Angela P Wen
1016eba538
Move logs, SARIF actions uploads to post: hooks
2022-07-29 11:29:39 +02:00
Andrew Eisenberg
907f1deb5b
Merge branch 'main' into aeisenberg/fix-config-files
2022-07-28 16:43:03 -07:00
Aditya Sharad
ceea66834a
CI: Move Runner checks into their own workflow
...
Refactor the PR checks workflow into two workflows:
PR checks and Runner checks.
This does not change the actual check jobs that are run.
It also does not change the expected check names
(which rely only on the job name, not the workflow name).
This makes it easier to inspect workflow run summaries in the UI
and to separately retry subsets of failed jobs in case of flakiness.
In future we will clean up the Runner checks,
since this is a deprecated component.
2022-07-28 16:35:51 -07:00
Aditya Sharad
b100b75d58
Merge pull request #1157 from github/adityasharad/actions/combine-lint-check-js
...
CI: Combine JS lint and JS check jobs
2022-07-28 16:30:52 -07:00
Aditya Sharad
992d011666
CI: Combine JS lint and JS check jobs
...
Reduce the number of concurrent jobs.
This will require a branch protection rule update,
renaming `check-js` to Check JS` and removing `Lint`.
2022-07-28 15:37:55 -07:00
Aditya Sharad
6c23d76596
Merge pull request #1152 from github/adityasharad/actions/python-deps-path-filters
...
CI: Add path filters to python-deps workflow
2022-07-28 15:19:32 -07:00
Aditya Sharad
573de8b146
Merge branch 'main' into adityasharad/actions/python-deps-path-filters
2022-07-28 14:37:56 -07:00
Aditya Sharad
5207709e29
Merge pull request #1155 from github/update-v1.1.17-0c670bbf
...
Merge releases/v2 into releases/v1
2022-07-28 13:51:46 -07:00
Aditya Sharad
fbb0a4e179
Merge pull request #1154 from github/mergeback/v2.1.17-to-main-0c670bbf
...
Mergeback v2.1.17 refs/heads/releases/v2 into main
2022-07-28 13:02:47 -07:00
github-actions[bot]
351171d4e9
Update checked-in dependencies
2022-07-28 18:39:20 +00:00
github-actions[bot]
624285f8b2
Update checked-in dependencies
2022-07-28 18:07:54 +00:00
github-actions[bot]
d8ed0a3afb
Update version and changelog for v1.1.17
2022-07-28 17:47:43 +00:00
github-actions[bot]
9b044bf633
Merge remote-tracking branch 'origin/releases/v2' into update-v1.1.17-0c670bbf
2022-07-28 17:47:41 +00:00
github-actions[bot]
97441a8bc4
Revert "Update checked-in dependencies"
...
This reverts commit ea16f0f943 .
2022-07-28 17:47:41 +00:00
github-actions[bot]
0f7d2dd330
Revert "Update version and changelog for v1.1.16"
...
This reverts commit 0b90ea88eb .
2022-07-28 17:47:41 +00:00
github-actions[bot]
507d4b7b31
Update changelog and version after v2.1.17
2022-07-28 17:47:32 +00:00
Aditya Sharad
0c670bbf04
Merge pull request #1153 from github/update-v2.1.17-bbc2e701
...
Merge main into releases/v2
2022-07-28 10:45:57 -07:00
github-actions[bot]
0dd6a6f2b0
Update changelog for v2.1.17
2022-07-28 17:02:14 +00:00
Aditya Sharad
bf24993f0c
CI: Add scheduled and manual triggers to python-deps workflow
2022-07-27 13:22:10 -07:00
Aditya Sharad
0d16d70d87
CI: Add path filters to python-deps workflow
...
No need to run this workflow on all PRs, only those that
change the Python dependency installation mechanism.
2022-07-27 13:16:40 -07:00
Aditya Sharad
bbc2e7010f
Merge pull request #1149 from github/criemen/runner-autobuilders
...
autobuild: Update tests for C# on macOS
2022-07-27 13:16:12 -07:00
Aditya Sharad
caa2a0df0a
Runner tests: Attempt to source the tracer env, display the binary path
2022-07-27 12:05:31 -07:00
Aditya Sharad
a2f4d66a8b
Runner tests: Read CODEQL_RUNNER from the stored JSON
...
This test workflow does not source the environment from the init step,
so we need to manually read in the variable.
2022-07-25 15:33:52 -07:00
Aditya Sharad
b4ff463500
Autobuild: Remove CODEQL_RUNNER workaround
...
We do not need to prefix `$CODEQL_RUNNER` here on macOS to bypass SIP,
because we assume that the `init` step exported `DYLD_INSERT_LIBRARIES`
into the environment, which activates the Actions workaround for SIP.
See https://github.com/actions/runner/pull/416 .
2022-07-25 15:02:44 -07:00
Aditya Sharad
58faf9d60c
Actions: Disable the CLR tracer in C# autobuild test
...
Ensure that this succeeds even if the legacy CLR tracer is not enabled.
The combination of the regular tracer and the SIP workaround within Actions
should be sufficient for this to pass.
2022-07-25 15:02:42 -07:00
Aditya Sharad
dc1c51db28
Actions: Fix failing Runner autobuild test on macOS
...
Add the missing `$CODEQL_RUNNER` prefix to the autobuild command line.
This intermediate process works around System Integrity Protection,
allowing the tracer to start the C# extractor for the dotnet builds
within the autobuild process.
The test used to pass without this because the legacy CLR tracer bypassed SIP
while dotnet 5 was used on the Actions virtual environment.
Now that the virtual environment uses dotnet 6, the CLR tracer no longer works,
and we need to explicitly work around SIP.
This test will eventually be replaced by an internal integration test for the
equivalent functionality in the CLI. For now, this change makes the test
continue to pass.
2022-07-25 14:06:23 -07:00
Aditya Sharad
2d2dfa3424
Remove duplicate CI workflow
2022-07-25 14:01:12 -07:00
Andrew Eisenberg
4e46a69655
Merge branch 'main' into aeisenberg/fix-config-files
2022-07-25 11:20:15 -07:00
Cornelius Riemenschneider
ceec52c4bc
Address review.
2022-07-21 17:03:57 +00:00
Cornelius Riemenschneider
a32664975f
autobuild-action: Run autobuilders with $CODEQL_RUNNER set.
...
Without this, the tracer will not be injected on MacOS, as we need the
runner to circumvent SIP.
Also add a test that tests the autobuild-action to exercise this code path.
2022-07-21 15:51:54 +00:00
Henry Mercer
8171514c02
Merge pull request #1146 from github/dependabot/npm_and_yarn/runner/terser-5.14.2
...
Bump terser from 5.7.1 to 5.14.2 in /runner
2022-07-20 10:51:28 +01:00
dependabot[bot]
6fa0b7cb22
Bump terser from 5.7.1 to 5.14.2 in /runner
...
Bumps [terser](https://github.com/terser/terser ) from 5.7.1 to 5.14.2.
- [Release notes](https://github.com/terser/terser/releases )
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md )
- [Commits](https://github.com/terser/terser/commits )
---
updated-dependencies:
- dependency-name: terser
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-07-20 01:49:59 +00:00
Alexander Eyers-Taylor
b8bd06e075
Merge pull request #1143 from github/alexet/codeql-2.10.1-update
...
Update bundle to 2.10.1
2022-07-19 15:38:55 +01:00
Alexander Eyers-Taylor
aa231930c1
Merge branch 'main' into alexet/codeql-2.10.1-update
2022-07-19 14:41:49 +01:00
Cornelius Riemenschneider
ba95eeb60e
Merge pull request #1145 from github/criemen/fix-ff-crash
...
Don't crash if we are unable to get a response from the feature-flag endpoint.
2022-07-18 14:04:23 +02:00
Cornelius Riemenschneider
c059f95c05
Fix lint errors.
2022-07-18 11:26:03 +00:00
Cornelius Riemenschneider
75afbf4a30
Address review, add test.
2022-07-18 10:37:04 +00:00
Cornelius Riemenschneider
01fa64cb90
Don't crash if we are unable to get a response from the feature-flag endpoint.
2022-07-18 10:14:40 +00:00
Alexander Eyers-Taylor
28ccb035bb
Changelog: Pick the correct PR after opening
...
Co-authored-by: Henry Mercer <henrymercer@github.com >
2022-07-14 16:20:45 +01:00
alexet
11111290fc
Update bundle to 2.10.1
2022-07-14 15:37:28 +01:00
Andrew Eisenberg
01d16b1e01
Merge branch 'main' into aeisenberg/fix-config-files
2022-07-13 14:05:48 -07:00
Edoardo Pirovano
d8c9c723a5
Merge pull request #1141 from github/mergeback/v2.1.16-to-main-3e7e3b32
...
Mergeback v2.1.16 refs/heads/releases/v2 into main
2022-07-13 15:16:52 +01:00
github-actions[bot]
8d24c9e4c1
Update checked-in dependencies
2022-07-13 13:25:21 +00:00
Cornelius Riemenschneider
f7b6c0021b
Merge pull request #1142 from github/update-v1.1.16-3e7e3b32
...
Merge releases/v2 into releases/v1
2022-07-13 14:43:54 +02:00
github-actions[bot]
ea16f0f943
Update checked-in dependencies
2022-07-13 11:48:41 +00:00
github-actions[bot]
0b90ea88eb
Update version and changelog for v1.1.16
2022-07-13 11:27:42 +00:00
github-actions[bot]
f695c53a17
Merge remote-tracking branch 'origin/releases/v2' into update-v1.1.16-3e7e3b32
2022-07-13 11:27:41 +00:00
github-actions[bot]
2d5f20d706
Revert "Update checked-in dependencies"
...
This reverts commit eb9619301e .
2022-07-13 11:27:41 +00:00
github-actions[bot]
e617b8972d
Revert "Update version and changelog for v1.1.15"
...
This reverts commit 785cbf1898 .
2022-07-13 11:27:40 +00:00
github-actions[bot]
c8971b8e0a
Update changelog and version after v2.1.16
2022-07-13 11:26:38 +00:00
Cornelius Riemenschneider
3e7e3b32d0
Merge pull request #1140 from github/update-v2.1.16-548f07e3
...
Merge main into releases/v2
2022-07-13 12:55:19 +02:00
github-actions[bot]
330d552535
Update changelog for v2.1.16
2022-07-13 10:05:10 +00:00
Andrew Eisenberg
548f07e307
Merge pull request #1139 from github/aeisenberg/concat-not-push
...
Use concat instead of push around `listFolders`
2022-07-13 02:39:34 -07:00
Henry Mercer
a844fefc86
Merge branch 'main' into aeisenberg/concat-not-push
2022-07-13 10:09:16 +01:00
Andrew Eisenberg
7ce9ef9137
Use concat instead of push around listFolders
...
This avoids stack overflows when using the spread operator on
directories that have many, many children.
2022-07-12 13:23:01 -07:00
Henry Mercer
d750c6d79d
Merge pull request #1138 from github/henrymercer/drop-token-check
...
Update required checks: Allow authenticating via the GitHub CLI
2022-07-12 19:57:01 +01:00
Henry Mercer
4cb248b0ec
Merge branch 'main' into henrymercer/drop-token-check
2022-07-12 18:21:09 +01:00
Henry Mercer
1e7f770864
Merge pull request #1132 from github/henrymercer/one-click-debug
...
Enable one-click debugging via the "Enable debug logging" option when re-running Actions jobs
2022-07-12 18:10:16 +01:00
Henry Mercer
816b3e91bc
Update failure message
...
Co-authored-by: Andrew Eisenberg <aeisenberg@github.com >
2022-07-12 17:52:15 +01:00
Henry Mercer
fbbd1dcd52
Fix extra double quote
...
Co-authored-by: Andrew Eisenberg <aeisenberg@github.com >
2022-07-12 17:44:51 +01:00
Henry Mercer
0a5dad3c83
Allow authenticating via the GitHub CLI
...
We no longer run this script within Actions for security reasons, and
when running locally we can authenticate with the GitHub CLI instead
of a PAT.
2022-07-12 17:33:24 +01:00
Henry Mercer
d61e3fdf02
Fix shellcheck errors
...
Avoid trying to evaluate `github/codeql-action`.
2022-07-12 17:31:31 +01:00
Henry Mercer
dca60ba711
Merge remote-tracking branch 'origin/main' into henrymercer/one-click-debug
2022-07-12 16:54:30 +01:00
Cornelius Riemenschneider
e1ec69721f
Merge pull request #1137 from github/criemen/fix-end-tracing
...
Unset tracing variables after finalizing databases.
2022-07-12 17:49:59 +02:00
Henry Mercer
b45ac1f8f8
Cleanup: Use optional chaining in a couple of places
2022-07-12 16:30:21 +01:00
Henry Mercer
b316baae94
Merge remote-tracking branch 'origin/main' into henrymercer/one-click-debug
2022-07-12 16:22:05 +01:00
Henry Mercer
e655fb331c
Use core.isDebug() instead of accessing env var
2022-07-12 16:19:13 +01:00
Henry Mercer
b3801753d4
Merge pull request #1133 from github/henrymercer/log-diagnostics-when-debug-enabled
...
Print diagnostic messages when debugging mode is enabled
2022-07-12 15:49:16 +01:00
Cornelius Riemenschneider
3dcdbc9add
Unset tracing variables after finalizing databases.
...
The tracer is very good at preserving itself, so unsetting the tracing-specific
variables from within a process will not end tracing for children of
that process.
The way the actions process model works means that we're running inside
a process for the entire build step that was launched with the tracer
variables set, so we'll have the tracer injected into the entire build
step and its children.
If we unset the variables in end-tracing, we will get into an intermediate
state: Not all variables in there are preserved by the tracer,
but the tracer is still active.
Usually, that wouldn't be a problem, but the autobuilders called from
the finalize step will suddenly run under a half-configured tracer.
Particularly, this half-configured tracer is unable to execute the dotnet
CLI without hangs, as the environment variable that prevents hangs for
dotnet on MacOS has been unset, but the tracer is still active.
This is an issue for the the go autobuilder, that invokes
user-provided build scripts in the hope of installing dependencies.
If that build script then invokes dotnet, it will hang.
This is only of concern for the Lua tracer that now implements proper
multi-language tracing: Previously, when encountering the go autobuilder,
the tracer disabled itself entirely, thus side-stepping any hangs.
In the new, multi-language tracing world, the tracer will stay active
as long as there is at least one other language that's been set up
for tracing.
Thus, we also get hangs when invoking the dotnet CLI through the go
autobuilder.
2022-07-12 11:33:44 +00:00
Henry Mercer
688508d8cb
Merge pull request #1099 from github/henrymercer/run-unit-tests-on-windows
...
Run unit tests on Windows too
2022-07-12 11:06:41 +01:00
Henry Mercer
fc926423a5
Merge remote-tracking branch 'origin/main' into henrymercer/run-unit-tests-on-windows
2022-07-11 17:57:19 +01:00
Henry Mercer
ea8fb214de
Merge pull request #1104 from github/henrymercer/remove-toolcache-decorator
...
Remove toolcache decorator
2022-07-11 17:54:54 +01:00
Henry Mercer
3a5fa35535
Add changelog note
2022-07-01 19:14:38 +01:00
Henry Mercer
7e94a6cbca
Print diagnostic messages when debug logging enabled
...
This commit prints diagnostic messages to the Actions log when debug
logging is enabled by passing `debug: true` to `codeql-action/init` or
enabling Actions step debug logging.
2022-07-01 18:56:12 +01:00
Henry Mercer
b7da732b32
Add changelog note
2022-07-01 18:47:41 +01:00
Henry Mercer
0c729c81f2
Mention that debug mode is automatically enabled when step debugging on
2022-07-01 17:59:10 +01:00
Henry Mercer
53850d88bb
Enable one-click debugging via the "Enable debug logging" rerun option
2022-07-01 17:56:57 +01:00
Henry Mercer
b1742f8919
Add instructions to remove deleted JS / source map files in PR check
2022-06-30 09:16:11 +01:00
Henry Mercer
c736697abf
Remove toolcache decorator
...
This decorator enabled us to use the functionality of the Actions
toolcache within the runner too.
Now that we've deleted the runner we no longer need it.
2022-06-30 09:16:10 +01:00
Arthur Baars
ca8a203b51
Merge pull request #1126 from github/aibaars/python-setup-no-pycache
...
Python-Setup: run auto_install_packages.py with -B flag
2022-06-30 10:08:46 +02:00
Arthur Baars
53bc5e6c78
Merge remote-tracking branch 'origin/main' into aibaars/python-setup-no-pycache
2022-06-30 09:10:41 +02:00
Andrew Eisenberg
8688a09e14
When using codescanning config call run queries a single time
...
When the codescanning config is being used by the CLI, there is a
single query suite that is generated that contains all queries to be
run by the analysis. This is different from the traditional way, where
there are potentially three query suites: builtin, custom, and packs.
We need to ensure that when the codescanning config is being used,
only a single call to run queries is used, and this call uses the
single generated query suite.
Also, this commit changes the cutoff version for codescanning config to
2.10.1. Earlier versions work, but there were some bugs that are only
fixed in 2.10.1 and later.
2022-06-29 12:50:24 -07:00
Henry Mercer
130a51dbc6
Handle Windows absolute paths in resolveUriToFile
2022-06-29 18:59:33 +01:00
Henry Mercer
c2fd5d10f6
Don't make temporary directories symlinks
...
`toolcache.extractTar` currently falls over when `ACTIONS_TEMP` contains
a symlink, and the runner no longer exists, so it's unlikely our
customers would be running with temporary directories that contain
symlinks.
2022-06-29 18:59:33 +01:00
Henry Mercer
30681e79db
Separate paths with / in resolveUriToFile
2022-06-29 18:59:32 +01:00
Henry Mercer
c15604920a
Workaround PATH casing issues on Windows
2022-06-29 18:59:32 +01:00
Henry Mercer
4792297702
Fix test failures on Windows related to path separators
2022-06-29 18:59:32 +01:00
Henry Mercer
79ec03f3e5
Run npm scripts on using bash so Windows can find commands
2022-06-29 18:58:38 +01:00
Henry Mercer
7ebbfcbbdd
Run unit tests on Windows too
2022-06-29 10:07:31 +01:00
Chuan-kai Lin
e41f8baf4a
Merge pull request #1131 from github/update-v1.1.15-3f62b754
...
Merge releases/v2 into releases/v1
2022-06-28 14:13:46 -07:00
Chuan-kai Lin
3ea10cc7b5
Merge pull request #1130 from github/mergeback/v2.1.15-to-main-3f62b754
...
Mergeback v2.1.15 refs/heads/releases/v2 into main
2022-06-28 14:11:56 -07:00
Andrew Eisenberg
6fabde2be8
Add packs and queries from input
...
This commit adds the packs and queries from the actions input to the
config file used by the CodeQL CLI.
When the `+` is used, the actions input value is combined with the
config value and when it is not used, the input value overrides the
config value.
This commit also adds a bunch of integration tests for this feature.
In order to avoid adding too many new jobs, all of the tests are
run sequentially in a single job (matrixed across relevant operating
systems and OSes).
2022-06-28 14:07:51 -07:00
Andrew Eisenberg
237260b693
Revert "Revert usage of --codescanning-config flag"
...
This reverts commit 43d066495c .
2022-06-28 13:03:04 -07:00
github-actions[bot]
eb9619301e
Update checked-in dependencies
2022-06-28 19:39:17 +00:00
github-actions[bot]
4a887ca920
Update checked-in dependencies
2022-06-28 19:26:38 +00:00
github-actions[bot]
785cbf1898
Update version and changelog for v1.1.15
2022-06-28 19:04:23 +00:00
github-actions[bot]
b7cbc0f8be
Merge remote-tracking branch 'origin/releases/v2' into update-v1.1.15-3f62b754
2022-06-28 19:04:22 +00:00
github-actions[bot]
1fd3a8d1c7
Revert "Update checked-in dependencies"
...
This reverts commit 98b2df478b .
2022-06-28 19:04:22 +00:00
github-actions[bot]
269aa1746e
Revert "Update version and changelog for v1.1.14"
...
This reverts commit f4fb1cfb88 .
2022-06-28 19:04:22 +00:00
github-actions[bot]
7c1b9e6b1a
Update changelog and version after v2.1.15
2022-06-28 19:04:16 +00:00
Chuan-kai Lin
3f62b754e2
Merge pull request #1129 from github/update-v2.1.15-e8c48cc8
...
Merge main into releases/v2
2022-06-28 12:02:35 -07:00
github-actions[bot]
26a69806cf
Update changelog for v2.1.15
2022-06-28 18:00:58 +00:00
Henry Mercer
9953936347
Add instructions to remove deleted JS / source map files in PR check
2022-06-28 18:24:18 +01:00
Henry Mercer
41d6ac4d2a
Remove toolcache decorator
...
This decorator enabled us to use the functionality of the Actions
toolcache within the runner too.
Now that we've deleted the runner we no longer need it.
2022-06-28 18:22:09 +01:00
Cornelius Riemenschneider
e8c48cc8cf
Merge pull request #1128 from github/criemen/lua-tracer-ff-2
...
Simplify tests for the Lua tracer FF in analyze-action.
2022-06-28 12:52:24 +02:00
Cornelius Riemenschneider
1616e0ef98
Simplify tests for the Lua tracer FF in analyze-action.
2022-06-28 10:29:00 +00:00
Cornelius Riemenschneider
b40cd0390c
Merge pull request #1120 from github/criemen/lua-tracer-ff-2
...
Honor the Lua tracer FF for `database trace-command` invocations for scanned languages.
2022-06-28 11:19:44 +02:00
Cornelius Riemenschneider
821fe9b476
Merge branch 'main' into criemen/lua-tracer-ff-2
2022-06-28 10:43:04 +02:00
Andrew Eisenberg
2a70419420
Revert "Revert "Add capability to filter queries #1098 ""
...
This reverts commit 99d4397d88 .
2022-06-27 13:13:55 -07:00
Chuan-kai Lin
37d8b5142f
Merge pull request #1123 from github/cklin/codeql-cli-2.10.0
...
Update default CodeQL version to 2.10.0
2022-06-27 10:20:30 -07:00
Cornelius Riemenschneider
ab7316e0c5
Implement unit tests for reading the Lua tracer FF in analyze-action.
2022-06-27 16:04:29 +00:00
Cornelius Riemenschneider
f422a50448
Honor the Lua tracer FF for database trace-command invocations for scanned languages.
...
In theory, a scanned language will not setup the build tracer, and so
shouldn't care about lua versus legacy tracing. However, `go` is a
special case where the autobuilder runs under the build tracer, that
then gets disabled immediately again, unless a special environment
variable is used.
Therefore, we need to thread through the feature flag to this
`database trace-command` invocation. For other scanned languages,
this should be a no-op, as no tracing is ever set up.
2022-06-27 16:04:29 +00:00
Chuan-kai Lin
ed40e306f5
Update default CodeQL version to 2.10.0
2022-06-27 09:01:12 -07:00
Arthur Baars
cae9a1f462
Run npm build
2022-06-27 16:40:40 +02:00
Arthur Baars
11a46b8856
Python-Setup: run auto_install_packages.py with -B flag
...
This avoids creating a __pycache__ folder in the _actions folder, which
may cause file ownership problems on self-hosted runners
when run in a docker container.
2022-06-27 16:39:19 +02:00
Arthur Baars
95673cf9a2
Revert "Python-Setup: set PYTHONDONTWRITEBYTECODE=1"
...
This reverts commit 3ff1fd9192 .
2022-06-27 16:34:35 +02:00
Arthur Baars
3ff1fd9192
Python-Setup: set PYTHONDONTWRITEBYTECODE=1
2022-06-27 16:34:25 +02:00
Andrew Eisenberg
47bcabd3e8
Merge pull request #1116 from github/aeisenberg/multi-lang-packs
...
Allow scans with packs for languages not being scanned
2022-06-24 16:47:56 -07:00
Andrew Eisenberg
b9deefbe0a
Merge branch 'main' into aeisenberg/multi-lang-packs
2022-06-24 15:12:24 -07:00
Andrew Eisenberg
7c4d0e0f6e
Merge pull request #1124 from github/aeisenberg/poetry-python2
...
Disable python2 + poetry
2022-06-24 13:50:46 -07:00
Andrew Eisenberg
b38dc80666
Merge branch 'main' into aeisenberg/multi-lang-packs
2022-06-24 11:20:12 -07:00
Andrew Eisenberg
e0411511a5
Update CHANGELOG.md
...
Co-authored-by: Aditya Sharad <6874315+adityasharad@users.noreply.github.com >
2022-06-24 11:20:06 -07:00
Andrew Eisenberg
c08ab55e3d
Merge branch 'main' into aeisenberg/poetry-python2
2022-06-24 10:44:08 -07:00
Andrew Eisenberg
934c0340a7
Update CHANGELOG.md
2022-06-24 10:21:24 -07:00
Andrew Eisenberg
c18b1d6732
Update changelog
2022-06-24 10:16:08 -07:00
Andrew Eisenberg
8bfe3c6be5
Disable python2 + poetry
2022-06-24 10:09:46 -07:00
Andrew Eisenberg
4efa7d6115
Merge pull request #1119 from github/aeisenberg/runner-dependabot-fix
...
Fix dependabot warnings in runner
2022-06-24 09:09:13 -07:00
Andrew Eisenberg
c699821722
Update runner dependencies
2022-06-23 11:46:42 -07:00
Andrew Eisenberg
7fa4dc3512
Fix dependabot warnings in runner
...
Note that this changes the lock file format
from 1 to 2, so there are many changes here.
2022-06-23 10:33:54 -07:00
Andrew Eisenberg
a965b69658
Merge pull request #1118 from github/mergeback/v2.1.14-to-main-41a4ada3
...
Mergeback v2.1.14 refs/heads/releases/v2 into main
2022-06-22 21:28:54 -07:00
Andrew Eisenberg
714ec5a57d
Merge pull request #1117 from github/update-v1.1.14-41a4ada3
...
Merge releases/v2 into releases/v1
2022-06-22 19:15:29 -07:00
github-actions[bot]
98b2df478b
Update checked-in dependencies
2022-06-23 00:26:15 +00:00
github-actions[bot]
3b151b1bde
Update checked-in dependencies
2022-06-23 00:11:35 +00:00
github-actions[bot]
f9fd90ed60
Update changelog and version after v2.1.14
2022-06-22 23:54:13 +00:00
github-actions[bot]
f4fb1cfb88
Update version and changelog for v1.1.14
2022-06-22 23:53:49 +00:00
github-actions[bot]
876c187c13
Merge remote-tracking branch 'origin/releases/v2' into update-v1.1.14-41a4ada3
2022-06-22 23:53:49 +00:00
github-actions[bot]
fef25133ac
Revert "Update checked-in dependencies"
...
This reverts commit c053e94e7d .
2022-06-22 23:53:49 +00:00
github-actions[bot]
a8d485f901
Revert "Update version and changelog for v1.1.13"
...
This reverts commit e47f040350 .
2022-06-22 23:53:48 +00:00
Andrew Eisenberg
41a4ada31b
Merge pull request #1114 from github/update-v2.1.14-2e0c6caf
...
Merge main into releases/v2
2022-06-22 16:52:17 -07:00
Andrew Eisenberg
e524cd64db
Update branch names for check-for-conflicts.yml job
2022-06-22 16:07:46 -07:00
Andrew Eisenberg
1653a84fbc
Allow scans with packs for languages not being scanned
...
Previously, we were being too strict about checking that a pack's
language was being scanned. It was a failure if a pack language
was specified for a language not being scanned.
2022-06-22 14:37:31 -07:00
github-actions[bot]
08f9ac4674
Update changelog for v2.1.14
2022-06-22 14:37:09 +00:00
Andrew Eisenberg
2e0c6caf16
Merge pull request #1111 from github/aeisenberg/revert-1098
...
Revert "Add capability to filter queries #1098 "
2022-06-21 14:25:59 -07:00
Andrew Eisenberg
99d4397d88
Revert "Add capability to filter queries #1098 "
...
https://github.com/github/codeql-action/pull/1098
This reverts commit 777b778409 .
This reverts commit 59ca9b59cb .
This reverts commit eec34d5f05 .
This reverts commit 40b280032c .
2022-06-21 13:49:33 -07:00
Edoardo Pirovano
47dc295f08
Merge pull request #1110 from github/edoardo/case-insensitive-update
...
Fix issue with required checks sync script
2022-06-21 15:10:59 +01:00
Edoardo Pirovano
5a6f006e4d
Fix issue with required checks sync script
2022-06-21 13:20:45 +01:00
Edoardo Pirovano
614d63af76
Merge pull request #1109 from github/update-v1.1.13-d00e8c09
...
Merge releases/v2 into releases/v1
2022-06-21 12:58:19 +01:00
Edoardo Pirovano
ceacebd3ff
Merge pull request #1108 from github/mergeback/v2.1.13-to-main-d00e8c09
...
Mergeback v2.1.13 refs/heads/releases/v2 into main
2022-06-21 12:56:32 +01:00
github-actions[bot]
c053e94e7d
Update checked-in dependencies
2022-06-21 10:38:03 +00:00
Edoardo Pirovano
d069ed5c71
Merge branch 'main' into mergeback/v2.1.13-to-main-d00e8c09
2022-06-21 11:26:28 +01:00
github-actions[bot]
0e17d37ac3
Update checked-in dependencies
2022-06-21 10:23:20 +00:00
Cornelius Riemenschneider
2318cf79e9
Merge pull request #1106 from github/criemen/bump-lua-tracer-version
...
Bump lua tracer version requirement.
2022-06-21 11:44:40 +02:00
github-actions[bot]
e47f040350
Update version and changelog for v1.1.13
2022-06-21 09:43:36 +00:00
github-actions[bot]
4d013d7594
Merge remote-tracking branch 'origin/releases/v2' into update-v1.1.13-d00e8c09
2022-06-21 09:43:35 +00:00
github-actions[bot]
3b2cf8914c
Revert "Update checked-in dependencies"
...
This reverts commit 6efabfeaef .
2022-06-21 09:43:35 +00:00
github-actions[bot]
9d650fdc1f
Revert "Update version and changelog for v1.1.12"
...
This reverts commit 24d91cb4e9 .
2022-06-21 09:43:35 +00:00
github-actions[bot]
b2786f5323
Update changelog and version after v2.1.13
2022-06-21 09:43:31 +00:00
Edoardo Pirovano
d00e8c09a3
Merge pull request #1107 from github/update-v2.1.13-31367d4e
...
Merge main into releases/v2
2022-06-21 10:41:43 +01:00
github-actions[bot]
8bd4419d1e
Update changelog for v2.1.13
2022-06-21 08:59:28 +00:00
Cornelius Riemenschneider
99acb8dda6
Bump lua tracer version requirement.
...
The old version had a bug related to go autobuilding, so we only want to
respect the feature flag for the version that has the fix.
2022-06-20 14:05:26 +00:00
Edoardo Pirovano
31367d4e57
Merge pull request #1100 from github/edoardo/2.9.4-bump
...
Update default CodeQL version to 2.9.4
2022-06-20 14:46:48 +01:00
Edoardo Pirovano
ccf5d70ab3
Update default CodeQL version to 2.9.4
2022-06-20 09:39:11 +01:00
Andrew Eisenberg
30fe0a56d2
Merge pull request #1103 from github/aeisenberg/fix-required-checks-script
...
Ensure there are no duplicates when sending up required checks
2022-06-17 15:48:46 +02:00
Andrew Eisenberg
7adb33da1d
Ensure there are no duplicates when sending up required checks
...
This breaks the API. Also, fix the checks that had duplicate names.
2022-06-16 20:31:29 -07:00
Andrew Eisenberg
2e111b27f7
Merge pull request #1102 from github/aeisenberg/fix-query-filters-test
...
Fix input to action
2022-06-17 03:56:40 +02:00
Andrew Eisenberg
c7785f6b91
Fix input to action
2022-06-16 18:34:04 -07:00
Andrew Eisenberg
2e80c74b1b
Merge pull request #1096 from github/aeisenberg/check-sarif-action
...
Add the check-sarif action
2022-06-16 03:39:00 +02:00
Andrew Eisenberg
80ecdcdf69
Merge pull request #1098 from github/aeisenberg/remove-queries
...
Add capability to filter queries
2022-06-15 17:52:46 -07:00
Andrew Eisenberg
7c412c67ba
Merge branch 'aeisenberg/check-sarif-action' into aeisenberg/remove-queries
2022-06-16 02:42:30 +02:00
Andrew Eisenberg
ee4575b213
Merge branch 'main' into aeisenberg/check-sarif-action
2022-06-16 02:39:30 +02:00
Henry Mercer
d2ab7a2abb
Merge pull request #1086 from github/update-supported-enterprise-server-versions
...
Update supported GitHub Enterprise Server versions.
2022-06-16 01:37:12 +01:00
Andrew Eisenberg
d7459f0368
Merge branch 'aeisenberg/check-sarif-action' into aeisenberg/remove-queries
2022-06-16 02:22:34 +02:00
Andrew Eisenberg
6db77eec0d
Merge remote-tracking branch 'upstream/main' into aeisenberg/remove-queries
2022-06-15 17:21:05 -07:00
Andrew Eisenberg
777b778409
Spelling, capitalization, and better descriptions
2022-06-15 17:18:35 -07:00
GitHub
97f9db4fb9
Update supported GitHub Enterprise Server versions.
2022-06-16 00:11:36 +00:00
Andrew Eisenberg
59ca9b59cb
Extract query-filters test into a composite action
...
Removes duplicated yaml.
Also add some better typings.
2022-06-15 16:32:33 -07:00
Andrew Eisenberg
6834383903
Apply suggestions from code review
...
Co-authored-by: Henry Mercer <henrymercer@github.com >
2022-06-15 16:27:01 -07:00
Andrew Eisenberg
4918636a75
Clarify variable names in new action
...
Also simplify some computations.
2022-06-15 16:06:16 -07:00
Andrew Eisenberg
428caf0cf5
Update changelog
2022-06-15 14:11:03 -07:00
Tom Bolton
df05122fc6
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
2022-06-15 15:55:43 +01:00
tombolton
a27dc4fee4
update security extended test for all platforms
2022-06-15 11:42:22 +01:00
tombolton
a568674c69
add tests for ML powered queries 0.3.0 and CLI 2.9.3
2022-06-15 11:42:22 +01:00
tombolton
f8f4c0b33e
compile the modified TypeScript to Javascript
2022-06-15 11:42:22 +01:00
tombolton
79d8e4a43d
fix lint errors
2022-06-15 11:42:22 +01:00
tombolton
0ece1d1000
add ml query pack 0.3.0
2022-06-15 11:42:22 +01:00
Andrew Eisenberg
81b419c908
Merge pull request #1097 from github/aeisenberg/js-yaml-typings
2022-06-15 05:56:07 +02:00
Andrew Eisenberg
eec34d5f05
Add integration tests for query filters
2022-06-14 14:10:08 -07:00
Andrew Eisenberg
06e27d3e3d
Merge branch 'aeisenberg/js-yaml-typings' into aeisenberg/remove-queries
2022-06-14 12:08:16 -07:00
Andrew Eisenberg
40b280032c
Add capability to filter queries
...
This change adds a `query-filters` property to the codeql-config file.
This property is an array of `exclude`/`include` entries for a query
suite. These filters are appended to the generated query suite files
and used to filter queries after they are selected.
A related change is that now, all pack references are run in a single
query suite, which has the query filters appended to them.
2022-06-14 12:07:49 -07:00
Andrew Eisenberg
bcb7fad5b3
Add the check-sarif action
...
Allows us to analyze and then check that certain queries were included
in the analysis and others were not.
2022-06-14 11:55:10 -07:00
Andrew Eisenberg
0efcf74ce0
Add typings for js-yaml
2022-06-14 07:50:47 -07:00
Andrew Eisenberg
29a2159db1
Merge pull request #1095 from github/aeisenberg/use-del
...
Avoid use of rmdir
2022-06-14 02:55:00 +02:00
Andrew Eisenberg
f7c46e5cbc
Avoid use of rmdir
...
This is a deprecated method on node v16.
2022-06-13 22:40:09 +00:00
Andrew Eisenberg
ccf479d336
Merge pull request #1085 from github/swift-support
...
Add Swift as a possible traced language
2022-06-02 17:43:40 -07:00
Mathias Vorreiter Pedersen
1b5ea4afdc
Merge branch 'main' into swift-support
2022-06-03 01:13:47 +01:00
Andrew Eisenberg
69e09909dc
Merge pull request #1089 from github/mergeback/v2.1.12-to-main-27ea8f8f
...
Mergeback v2.1.12 refs/heads/releases/v2 into main
2022-06-01 13:39:46 -07:00
Chuan-kai Lin
a6611b8691
Merge pull request #1090 from github/update-v1.1.12-27ea8f8f
...
Merge releases/v2 into releases/v1
2022-06-01 12:47:07 -07:00
github-actions[bot]
632cc8efb3
Update checked-in dependencies
2022-06-01 18:35:33 +00:00
github-actions[bot]
6efabfeaef
Update checked-in dependencies
2022-06-01 18:30:51 +00:00
github-actions[bot]
24d91cb4e9
Update version and changelog for v1.1.12
2022-06-01 17:58:43 +00:00
github-actions[bot]
b6b48ceae3
Merge remote-tracking branch 'origin/releases/v2' into update-v1.1.12-27ea8f8f
2022-06-01 17:58:28 +00:00
github-actions[bot]
af390c0075
Revert "Update checked-in dependencies"
...
This reverts commit 459cf02690 .
2022-06-01 17:58:28 +00:00
github-actions[bot]
4c3af19a40
Revert "Update version and changelog for v1.1.11"
...
This reverts commit acc7a4bc97 .
2022-06-01 17:58:28 +00:00
github-actions[bot]
57096f1d43
Update changelog and version after v2.1.12
2022-06-01 17:58:23 +00:00
Chuan-kai Lin
27ea8f8fe5
Merge pull request #1088 from github/update-v2.1.12-dbe6f211
...
Merge main into releases/v2
2022-06-01 10:56:48 -07:00
github-actions[bot]
3f00a1265f
Update changelog for v2.1.12
2022-06-01 16:43:15 +00:00
Chuan-kai Lin
dbe6f211e6
Merge pull request #1084 from github/cklin/codeql-bundle-2.9.3
...
Update default CodeQL to 2.9.3
2022-05-31 09:20:46 -07:00
Mathias Vorreiter Pedersen
16c620dea4
Make the linter happy.
2022-05-31 13:55:23 +01:00
Chuan-kai Lin
b36688d5b7
Update default CodeQL to 2.9.3
2022-05-27 09:16:45 -07:00
Mathias Vorreiter Pedersen
bfe9d7da56
Add Swift as a supported language.
2022-05-27 16:29:13 +01:00
Cornelius Riemenschneider
822fe5ef9a
Merge pull request #1057 from github/criemen/lua-tracing-ff
...
Introduce a feature-flag to enable/disable lua-based tracing.
2022-05-25 12:33:41 +02:00
Cornelius Riemenschneider
255ffd480f
Merge branch 'main' into criemen/lua-tracing-ff
2022-05-25 11:53:06 +02:00
Cornelius Riemenschneider
4b775686a0
Choose the correct version to enable the Lua tracer for.
2022-05-25 07:39:11 +00:00
Marco Gario
f0705a6d6f
Merge pull request #1081 from github/clarify_missing_base
...
Remove outdated guidance on missing analysis
2022-05-19 08:32:10 +02:00
Marco Gario
2faa3e16f3
Remove outdated guidance on missing analysis
...
As of December 2021, we do not return missing base analysis anymore.
2022-05-17 12:04:13 +02:00
Edoardo Pirovano
aaff818427
Merge pull request #1079 from github/mergeback/v2.1.11-to-main-a3a6c128
...
Mergeback v2.1.11 refs/heads/releases/v2 into main
2022-05-17 10:59:43 +01:00
Edoardo Pirovano
0e9acb6e5c
Merge pull request #1080 from github/update-v1.1.11-a3a6c128
...
Merge releases/v2 into releases/v1
2022-05-17 10:58:00 +01:00
github-actions[bot]
459cf02690
Update checked-in dependencies
2022-05-17 09:02:42 +00:00
github-actions[bot]
6f285ad15b
Update checked-in dependencies
2022-05-17 08:42:16 +00:00
github-actions[bot]
c88cf91b1f
Update changelog and version after v2.1.11
2022-05-17 08:23:51 +00:00
github-actions[bot]
acc7a4bc97
Update version and changelog for v1.1.11
2022-05-17 08:23:48 +00:00
github-actions[bot]
d25b8aca1b
Merge remote-tracking branch 'origin/releases/v2' into update-v1.1.11-a3a6c128
2022-05-17 08:23:47 +00:00
github-actions[bot]
c6fc792e04
Revert "Update checked-in dependencies"
...
This reverts commit ec7fba1280 .
2022-05-17 08:23:47 +00:00
github-actions[bot]
d28ac7880b
Revert "Update version and changelog for v1.1.10"
...
This reverts commit 46d6a93dcc .
2022-05-17 08:23:47 +00:00
Edoardo Pirovano
a3a6c128d7
Merge pull request #1078 from github/update-v2.1.11-657c2f3f
...
Merge main into releases/v2
2022-05-17 09:22:11 +01:00
github-actions[bot]
657581e7a8
Update changelog for v2.1.11
2022-05-17 07:54:00 +00:00
Edoardo Pirovano
657c2f3ff0
Merge pull request #1074 from github/edoardo/2.9.2-update
...
Update default CodeQL to 2.9.2
2022-05-16 14:22:11 +01:00
Cornelius Riemenschneider
970e0879d9
Fix linter errors.
2022-05-16 09:40:10 +00:00
Cornelius Riemenschneider
db50adab01
Add tests for the Lua feature flag.
2022-05-16 09:16:41 +00:00
Cornelius Riemenschneider
9e9a8428c3
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.
2022-05-16 09:16:38 +00:00
Edoardo Pirovano
1725087693
Update default CodeQL to 2.9.2
2022-05-16 09:40:19 +01:00
Henry Mercer
e655565390
Merge pull request #1076 from github/henrymercer/fix-changelog-typo
...
Fix a typo in the CHANGELOG
2022-05-13 17:30:42 +01:00
Henry Mercer
c38e41c45a
Fix a typo in the CHANGELOG
...
`2.9.5 -> 2.9.1` — I missed this during review.
2022-05-13 16:55:08 +01:00
Henry Mercer
0658e4b2d6
Merge pull request #1075 from github/henrymercer/update-actions-tool-cache
...
Bump @actions/tool-cache to 2.0.0
2022-05-13 14:45:57 +01:00
Henry Mercer
54b4854fda
Bump @actions/tool-cache to 2.0.0
...
This allows us to drop our direct dependency on `@actions/http-client`.
2022-05-13 11:54:40 +01:00
Henry Mercer
1fae5bf71b
Merge pull request #1051 from github/henrymercer/run-atm-on-windows
...
Run ML-powered queries on Windows with CodeQL CLI 2.9.0+
2022-05-11 20:03:26 +01:00
Henry Mercer
533ce91971
Merge remote-tracking branch 'origin/main' into henrymercer/run-atm-on-windows
2022-05-11 19:32:14 +01:00
Henry Mercer
ace076b980
Merge pull request #1070 from github/mergeback/v2.1.10-to-main-2f58583a
...
Mergeback v2.1.10 refs/heads/releases/v2 into main
2022-05-11 18:36:28 +01:00
Henry Mercer
5e59d8eec4
Merge pull request #1071 from github/update-v1.1.10-2f58583a
...
Merge releases/v2 into releases/v1
2022-05-11 18:34:38 +01:00
github-actions[bot]
ec7fba1280
Update checked-in dependencies
2022-05-11 16:07:10 +00:00
Henry Mercer
97847a4dde
Merge branch 'main' into mergeback/v2.1.10-to-main-2f58583a
2022-05-11 16:59:06 +01:00
github-actions[bot]
46d6a93dcc
Update version and changelog for v1.1.10
2022-05-11 15:52:27 +00:00
github-actions[bot]
ab69202a0b
Merge remote-tracking branch 'origin/releases/v2' into update-v1.1.10-2f58583a
2022-05-11 15:52:26 +00:00
github-actions[bot]
93c20939ac
Revert "Update checked-in dependencies"
...
This reverts commit e3983ef751 .
2022-05-11 15:52:26 +00:00
github-actions[bot]
c1672e532f
Revert "Update version and changelog for v1.1.9"
...
This reverts commit e34f3ea243 .
2022-05-11 15:52:26 +00:00
github-actions[bot]
f8c88ab2dc
Update changelog and version after v2.1.10
2022-05-11 15:51:54 +00:00
Henry Mercer
2f58583a1b
Merge pull request #1069 from github/henrymercer/fix-integration-tests-on-v1
...
Fix integration tests on v1
2022-05-11 16:48:31 +01:00
Henry Mercer
4e0668d05e
Fix integration tests on v1
...
The GitHub API client coerces `fake-server-url` to the Dotcom API URL,
which means commands like `util.getGitHubVersion` will call the Dotcom
API with the `fake-token`, resulting in 401s.
We therefore use the Dotcom URL instead and additionally stub
`util.getGitHubVersion` as a good practice (it's no longer necessary).
2022-05-11 15:53:57 +01:00
Henry Mercer
c4fdf5fe69
Merge pull request #1067 from github/mergeback/v2.1.10-to-main-03e2e3c4
...
Mergeback v2.1.10 refs/heads/releases/v2 into main
2022-05-11 13:14:15 +01:00
Henry Mercer
4f87830a1f
Merge branch 'main' into mergeback/v2.1.10-to-main-03e2e3c4
2022-05-11 12:00:48 +01:00
github-actions[bot]
daf6560612
Update changelog and version after v2.1.10
2022-05-11 10:57:56 +00:00
Henry Mercer
03e2e3c45f
Merge pull request #1065 from github/henrymercer/remove-extraneous-commit
...
Remove an extraneous commit during the release process
2022-05-11 11:39:31 +01:00
Henry Mercer
3bb6c41212
Remove an extraneous commit during the release process
...
We only need to run `git commit` after the `git merge` call if there were conflicts.
2022-05-11 10:50:13 +01:00
Alexander Eyers-Taylor
38fc5ebb37
Merge pull request #1064 from github/mergeback/v2.1.10-to-main-75b4f1c4
...
Mergeback v2.1.10 refs/heads/releases/v2 into main
2022-05-10 20:12:54 +01:00
Henry Mercer
a82d691646
Merge branch 'main' into mergeback/v2.1.10-to-main-75b4f1c4
2022-05-10 19:32:12 +01:00
github-actions[bot]
ca6773e404
Update checked-in dependencies
2022-05-10 17:39:06 +00:00
Andrew Eisenberg
8dbd96566a
Merge pull request #1063 from github/aeisenberg/contrib
...
Update contributing.md
2022-05-10 10:25:04 -07:00
github-actions[bot]
ef73e3bee8
Update changelog and version after v2.1.10
2022-05-10 17:05:35 +00:00
Alexander Eyers-Taylor
75b4f1c466
Merge pull request #1062 from github/update-v2.1.10-7cf0ed5e
...
Merge main into releases/v2
2022-05-10 18:03:52 +01:00
Andrew Eisenberg
d468c94a69
Update contributing.md
...
Change the text for keeping the checks up to date.
2022-05-10 09:55:27 -07:00
Rasmus Wriedt Larsen
7c55012151
Merge pull request #1039 from github/rasmuswl/pip-python2-fix
...
python-setup: Check if `pip` is already installed for Python2
2022-05-10 14:17:06 +02:00
github-actions[bot]
f8eea91a7b
Update changelog for v2.1.10
2022-05-10 11:33:39 +00:00
Henry Mercer
878b64e0ef
Merge branch 'main' into rasmuswl/pip-python2-fix
2022-05-10 10:52:20 +01:00
Andrew Eisenberg
7cf0ed5e3f
Merge pull request #1060 from github/aeisenberg/required-checks-script
...
Create update-required-checks script
2022-05-10 02:50:12 -07:00
Rasmus Wriedt Larsen
b651a677d2
Merge branch 'main' into rasmuswl/pip-python2-fix
2022-05-10 10:51:39 +02:00
Andrew Eisenberg
827fd55c21
Create update-required-checks script
...
This also removes the .github/workflows/update-required-checks.yml
workflow. This script needs to be run locally by someone who has
admin privileges on the repo.
2022-05-09 14:59:16 -07:00
Alexander Eyers-Taylor
dd56e95b46
Merge pull request #1056 from github/alexet/update-2.9.1
...
Update codeql to 2.9.1
2022-05-05 16:52:48 +01:00
alexet
3c6dd303a8
Update codeql to 2.9.1
2022-05-03 15:58:57 +01:00
Chris Gavin
96bc9c36c6
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.
2022-05-03 13:21:10 +01:00
Chris Gavin
366e88c2c1
Fix processing errors being caught and logged as a warning rather than failing the workflow run.
2022-05-03 10:06:19 +01:00
Andrew Eisenberg
7b66e72cb7
Merge pull request #1054 from github/aeisenberg/update-checks
...
Add permissions to workflow
2022-05-02 12:46:59 -07:00
Andrew Eisenberg
06d4e82bd2
Add permissions block to workflow
2022-05-02 12:01:19 -07:00
Andrew Eisenberg
0fb78380f8
Merge pull request #1053 from github/aeisenberg/update-checks
...
Add workflow to regenerate required checks
2022-05-02 10:44:05 -07:00
Andrew Eisenberg
b71f20d70f
Add workflow to regenerate required checks
...
Update contributing guide.
Ensure this workflow runs once a week.
2022-05-02 10:15:40 -07:00
Andrew Eisenberg
8f845425a2
Merge pull request #1052 from github/aeisenberg/required-checks
...
Update CONTRIBUTING.md
2022-05-02 09:25:35 -07:00
Andrew Eisenberg
c9882bef2d
Update CONTRIBUTING.md
2022-05-02 08:58:10 -07:00
Andrew Eisenberg
9a6bf18ec4
Update CONTRIBUTING.md
...
Clarify instructions for updating required checks
2022-05-02 08:29:30 -07:00
Andrew Eisenberg
0235de0279
Merge pull request #1049 from github/aeisenberg/packs-with-paths
...
Allow running packs with paths
2022-05-02 08:24:46 -07:00
Andrew Eisenberg
a73e506617
Fix syntax error in workflow
2022-04-29 17:33:21 -07:00
Andrew Eisenberg
b11fe85402
Merge branch 'main' into aeisenberg/packs-with-paths
2022-04-29 11:10:16 -07:00
Andrew Eisenberg
922dc2b976
Use the --resolve-query-specs parameter of pack download
...
This will allow the command to resolve packs with paths.
Also, use a more concise version of `tr`.
2022-04-29 10:54:01 -07:00
Henry Mercer
395afb1dd9
Fix unit test assertion on Windows
2022-04-29 18:18:19 +01:00
Henry Mercer
ceeddf2638
Merge pull request #1050 from github/henrymercer/dont-wait-for-processing-in-test-mode
...
Don't wait for processing in test mode
2022-04-29 10:26:03 +01:00
Andrew Eisenberg
06b15c22b1
Allow pack specifiers to include paths
...
Also, this cleans up our pack-related integration tests.
We are now testing with the most recent CLIs.
2022-04-28 17:14:30 -07:00
Henry Mercer
ed0abc6cac
Log the expected outcome of the tests for clarity
2022-04-28 19:21:56 +01:00
Henry Mercer
193cfa588d
Update PR checks for Windows and CodeQL CLI 2.9.0+
2022-04-28 19:18:15 +01:00
Henry Mercer
d9e30cb001
Run ML-powered queries on Windows with CodeQL CLI 2.9.0+
2022-04-28 19:18:15 +01:00
Henry Mercer
ea676e3184
Don't wait for processing in test mode
...
In test mode, we don't upload results, so there's no point waiting for
processing.
2022-04-28 19:14:14 +01:00
Henry Mercer
7c2be06006
Factor out test mode determination code
2022-04-28 19:13:22 +01:00
Henry Mercer
0c3c093eba
Merge pull request #1045 from github/henrymercer/prompt-v1-to-v2-upgrades
...
Prompt customers to upgrade from v1 to v2
2022-04-28 18:50:10 +01:00
Henry Mercer
2bf00f719d
Merge branch 'main' into henrymercer/prompt-v1-to-v2-upgrades
2022-04-28 14:17:36 +01:00
Henry Mercer
02083c307e
Add a comment to explain why we show the upgrade message on GHES 3.4
2022-04-28 14:16:32 +01:00
Henry Mercer
35ef6a2db3
Move formatGitHubVersion into util.test.ts
2022-04-28 14:16:32 +01:00
Henry Mercer
5227afabbe
Tweak wording of message
2022-04-28 14:16:32 +01:00
Edoardo Pirovano
6ed7f70798
Merge pull request #1047 from github/mergeback/v2.1.9-to-main-7502d6e9
...
Mergeback v2.1.9 refs/heads/releases/v2 into main
2022-04-28 09:39:17 +01:00
github-actions[bot]
04f504ca7f
Update checked-in dependencies
2022-04-27 20:55:44 +00:00
Henning Makholm
6c3ae45f3a
Merge pull request #1048 from github/update-v1.1.9-7502d6e9
...
Merge releases/v2 into releases/v1
2022-04-27 22:39:57 +02:00
Henning Makholm
8371fda073
manually resolve conflict in favor of node12 for v1
2022-04-27 22:08:55 +02:00
github-actions[bot]
e3983ef751
Update checked-in dependencies
2022-04-27 18:36:25 +00:00
github-actions[bot]
e34f3ea243
Update version and changelog for v1.1.9
2022-04-27 18:21:56 +00:00
github-actions[bot]
d9937ad6ad
Merge remote-tracking branch 'origin/releases/v2' into update-v1.1.9-7502d6e9
...
# Conflicts:
# autobuild/action.yml
2022-04-27 18:21:55 +00:00
github-actions[bot]
f703d1ca07
Revert "Update checked-in dependencies"
...
This reverts commit c7b049b347 .
2022-04-27 18:21:55 +00:00
github-actions[bot]
acf17f7547
Revert "Update version and changelog for v1.1.8"
...
This reverts commit f679ec9aa9 .
2022-04-27 18:21:55 +00:00
github-actions[bot]
016ec75b7c
Update changelog and version after v2.1.9
2022-04-27 18:21:50 +00:00
Henning Makholm
7502d6e991
Merge pull request #1046 from github/update-v2.1.9-72861144
...
Merge main into releases/v2
2022-04-27 20:20:29 +02:00
github-actions[bot]
cbce00d08d
Update changelog for v2.1.9
2022-04-27 16:41:08 +00:00
Henry Mercer
0256599547
Prompt customers to upgrade from v1 to v2
2022-04-27 16:11:24 +01:00
Chuan-kai Lin
72861144fd
Merge pull request #1042 from cklin/windows-status-report-error
...
Fix status reporting error on Windows
2022-04-26 08:46:38 -07:00
Chuan-kai Lin
6dd9baf8be
Fix status reporting error on Windows
2022-04-26 08:06:57 -07:00
Henry Mercer
ff8b365e79
Merge pull request #1044 from github/adityasharad/readme/replace-git-io
...
README: Replace git.io shortlink with full link
2022-04-26 12:30:02 +01:00
Henry Mercer
eed184a534
Merge branch 'main' into adityasharad/readme/replace-git-io
2022-04-26 10:44:55 +01:00
Henry Mercer
c76f0b5b07
Merge pull request #1032 from github/henrymercer/handle-merge-conflicts-in-releases
...
Commit any conflicts during v1 backport to simplify release process
2022-04-26 10:43:55 +01:00
Aditya Sharad
bf4ba6945d
README: Replace git.io shortlink with full link
...
git.io is deprecated, so use the full link to docs.github.com instead.
2022-04-26 02:14:44 -07:00
Henry Mercer
d2d14adf3e
Merge branch 'main' into henrymercer/handle-merge-conflicts-in-releases
2022-04-26 10:03:00 +01:00
Henning Makholm
95b49c3e6b
Merge pull request #1038 from github/hmakholm/pr/2.9.0
...
Bump default CodeQL version to 2.9.0
2022-04-26 03:03:24 +02:00
Henning Makholm
80771fd2d0
Merge branch 'main' into hmakholm/pr/2.9.0
2022-04-26 02:33:49 +02:00
Henry Mercer
2b8fdb3f2e
Merge branch 'main' into henrymercer/handle-merge-conflicts-in-releases
2022-04-25 17:02:03 +01:00
Henry Mercer
074853a9a2
Suggest resolving conflicts by adding new commits vs amending the merge commit
...
This gives us slightly messier git history, but more importantly makes
reviewing substantially easier.
2022-04-25 16:37:32 +01:00
Henry Mercer
ce63ab5d00
Merge pull request #1033 from github/henrymercer/use-tags-for-releases
...
Specify releases of the CodeQL Action using tags instead of branches
2022-04-25 13:22:12 +01:00
Henry Mercer
e87e2d8201
Merge branch 'main' into henrymercer/use-tags-for-releases
2022-04-25 09:56:42 +01:00
Rasmus Wriedt Larsen
8a646279fc
python-setup: Check if pip is already installed for Python2
2022-04-22 10:32:29 +02:00
Henning Makholm
23b7196b6b
Bump default CodeQL version to 2.9.0
2022-04-21 23:12:38 +02:00
Andrew Eisenberg
e6e327771b
Merge pull request #1026 from kojiromike/patch-1
2022-04-18 09:18:46 -07:00
Rasmus Wriedt Larsen
b9577df761
python-setup: refactor Pipenv without lockfile
2022-04-18 11:14:14 -04:00
Michael A. Smith
808c29257b
Support Pipfile without Pipfile.lock
...
As previously written, if codeql finds a `Pipfile`, but no `Pipfile.lock`, it will run `pipenv install` with args that require `Pipfile.lock` to exist. Pipfile will fail with this message:
```
Usage: python -m pipenv install [OPTIONS] [PACKAGES]...
ERROR:: Pipfile.lock must exist to use --keep-outdated!
package installation with pipenv failed, see error above
```
This changeset enables auto_install to work with Pipfile when there is no lock. (Bonus: `--skip-lock` is generally a bit faster.)
2022-04-18 11:14:14 -04:00
Henry Mercer
5b5ed44ab7
Add a PR check to check for conflict markers
...
This check is primarily intended to validate that any merge conflicts in
the v2 -> v1 backport PR are fixed before the PR is merged.
2022-04-14 20:05:42 +01:00
Henry Mercer
faf9d4b499
Merge branch 'main' into henrymercer/use-tags-for-releases
2022-04-14 19:40:48 +01:00
Henry Mercer
8b2f5d7158
Merge pull request #1034 from github/dependabot/npm_and_yarn/glob-8.0.1
...
Bump glob from 7.1.7 to 8.0.1
2022-04-14 19:39:48 +01:00
github-actions[bot]
0ba58d8497
Update checked-in dependencies
2022-04-14 17:56:23 +00:00
dependabot[bot]
3962f1bd85
Bump glob from 7.1.7 to 8.0.1
...
Bumps [glob](https://github.com/isaacs/node-glob ) from 7.1.7 to 8.0.1.
- [Release notes](https://github.com/isaacs/node-glob/releases )
- [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md )
- [Commits](https://github.com/isaacs/node-glob/compare/v7.1.7...v8.0.1 )
---
updated-dependencies:
- dependency-name: glob
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-04-14 17:00:42 +00:00
Henry Mercer
9daf1de73c
Update references to release branches
...
Prepare for renaming `v1` -> `releases/v1` and `v2` -> `releases/v2`.
2022-04-14 17:48:46 +01:00
Henry Mercer
bce749b10f
Improve consistency of variable references in Bash
2022-04-14 17:48:46 +01:00
Henry Mercer
fce4a01cd7
Update the major version tag within the release process
2022-04-14 17:48:46 +01:00
Henry Mercer
bac9320f4f
Update description of "Tag release and merge back" workflow
2022-04-14 17:48:46 +01:00
Henry Mercer
b3bf557359
Merge branch 'main' into henrymercer/handle-merge-conflicts-in-releases
2022-04-14 17:41:31 +01:00
Henry Mercer
f6312f1322
Commit any conflicts during v1 backport to simplify release process
...
The process of creating the v1 release can run into merge conflicts. We
commit the unresolved conflicts so a maintainer can easily resolve them
(vs erroring and requiring maintainers to reconstruct the release
manually).
2022-04-14 16:08:38 +01:00
Chris Gavin
c5c5bdabb9
Merge pull request #1007 from github/wait-for-processing-2
...
Re-enable waiting for processing by default, using the new API semantics.
2022-04-14 09:29:10 +01:00
Chris Gavin
e7869d541b
Merge main into wait-for-processing-2.
2022-04-14 08:49:44 +01:00
Henry Mercer
7a12645d7e
Merge pull request #1030 from github/RasmusWL/pyton-setup-codeowners
...
Add codeql-python as CODEOWNERS
2022-04-12 16:01:41 +01:00
Rasmus Wriedt Larsen
9f20addbf2
Update CODEOWNERS
...
Co-authored-by: Henry Mercer <henrymercer@github.com >
2022-04-12 16:34:35 +02:00
Rasmus Wriedt Larsen
780f4ee1bf
Add codeql-python as CODEOWNERS
2022-04-12 11:40:51 +02:00
Chuan-kai Lin
baf90d17d2
Merge pull request #1024 from cklin/autobuild-working-dir
...
autobuild: add working-directory input
2022-04-08 16:20:01 -07:00
Chuan-kai Lin
6f174084dd
Add autobuild workind-directory test
2022-04-08 15:18:11 -07:00
Chuan-kai Lin
b0c570ef83
autobuild: add working-directory input
2022-04-08 13:37:42 -07:00
Edoardo Pirovano
2d80fe85fc
Merge pull request #1029 from github/mergeback/v2.1.8-to-main-1ed14374
...
Mergeback v2.1.8 refs/heads/v2 into main
2022-04-08 10:58:37 +01:00
Edoardo Pirovano
e2cc7cc006
Merge pull request #1028 from github/update-v1.1.8-1ed14374
...
Merge v2 into v1
2022-04-08 10:55:32 +01:00
github-actions[bot]
0c80741707
Update checked-in dependencies
2022-04-08 09:02:30 +00:00
github-actions[bot]
c7b049b347
Update checked-in dependencies
2022-04-08 08:58:43 +00:00
github-actions[bot]
792bbfea04
Update changelog and version after v2.1.8
2022-04-08 08:46:10 +00:00
github-actions[bot]
f679ec9aa9
Update version and changelog for v1.1.8
2022-04-08 08:46:06 +00:00
github-actions[bot]
d9f89b3dfd
Merge remote-tracking branch 'origin/v2' into update-v1.1.8-1ed14374
2022-04-08 08:46:06 +00:00
github-actions[bot]
0ab00f44cb
Revert "Update checked-in dependencies"
...
This reverts commit 7eac76fcb4 .
2022-04-08 08:46:06 +00:00
github-actions[bot]
026ff35db0
Revert "Update version and changelog for v1.1.7"
...
This reverts commit 3d10ffe493 .
2022-04-08 08:46:05 +00:00
Edoardo Pirovano
1ed1437484
Merge pull request #1027 from github/update-v2.1.8-739937f1
...
Merge main into v2
2022-04-08 09:44:43 +01:00
github-actions[bot]
3ed22c8145
Update changelog for v2.1.8
2022-04-08 08:16:27 +00:00
Andrew Eisenberg
739937f14e
Merge pull request #1025 from github/aeisenberg/get-runs-api
...
Exclude pull requests from actions/runs request
2022-04-07 16:12:02 -07:00
Andrew Eisenberg
0ecdac49ad
Update changelog
2022-04-07 14:02:50 -07:00
Andrew Eisenberg
426a3951ee
Exclude pull requests from actions/runs request
...
This will save time when fetcing the current run and we
don't use the pull requests for anything anyway. It is
ok to leave out.
2022-04-07 14:02:44 -07:00
Edoardo Pirovano
a0b596246a
Merge pull request #1014 from github/edoardo/2.8.5-bump
...
Update default CodeQL version to 2.8.5
2022-04-07 16:12:41 +01:00
Edoardo Pirovano
5d3e1a701c
Update default CodeQL version to 2.8.5
2022-04-07 13:41:02 +01:00
Edoardo Pirovano
b9bb8dd18d
Merge pull request #1020 from github/mergeback/v2.1.7-to-main-0182a2c7
...
Mergeback v2.1.7 refs/heads/v2 into main
2022-04-05 10:50:50 -07:00
Edoardo Pirovano
1fc1008278
Merge pull request #1021 from github/update-v1.1.7-0182a2c7
...
Merge v2 into v1
2022-04-05 10:38:59 -07:00
github-actions[bot]
11673755ab
Update checked-in dependencies
2022-04-05 17:17:35 +00:00
github-actions[bot]
7eac76fcb4
Update checked-in dependencies
2022-04-05 16:35:27 +00:00
github-actions[bot]
3d10ffe493
Update version and changelog for v1.1.7
2022-04-05 16:21:40 +00:00
github-actions[bot]
f5e5590fc8
Merge remote-tracking branch 'origin/v2' into update-v1.1.7-0182a2c7
2022-04-05 16:21:39 +00:00
github-actions[bot]
380041ed00
Revert "Update checked-in dependencies"
...
This reverts commit 75743c96fc .
2022-04-05 16:21:39 +00:00
github-actions[bot]
8165d30832
Revert "Update version and changelog for v1.1.6"
...
This reverts commit 03a275bc11 .
2022-04-05 16:21:39 +00:00
github-actions[bot]
d0ca51f5e9
Update changelog and version after v2.1.7
2022-04-05 16:21:20 +00:00
Edoardo Pirovano
0182a2c78c
Merge pull request #1019 from github/update-v2.1.7-9cab82f2
...
Merge main into v2
2022-04-05 09:19:51 -07:00
github-actions[bot]
488f78249e
Update changelog for v2.1.7
2022-04-05 14:52:53 +00:00
Edoardo Pirovano
9cab82f202
Merge pull request #1018 from github/edoardo/revert-codescanning-config
...
Revert usage of `--codescanning-config` flag
2022-04-05 07:50:07 -07:00
Edoardo Pirovano
43d066495c
Revert usage of --codescanning-config flag
2022-04-05 09:41:07 +01:00
Edoardo Pirovano
f090899ed0
Merge pull request #1015 from github/edoardo/dependency-update
...
Fix issue with dependencies
2022-04-01 10:08:50 -07:00
Edoardo Pirovano
8a00ed086d
Fix issue with dependencies
2022-04-01 17:36:08 +01:00
Henry Mercer
935969c6f7
Merge pull request #1013 from github/henrymercer/ml-powered-query-pack-v0.2.0
...
Run version `~0.2.0` of the ML-powered query pack on v2.8.4+ of the CLI
2022-03-31 16:25:07 +01:00
Henry Mercer
e26813cf98
Run version ~0.2.0 of the ML-powered query pack for v2.8.4+ of the CLI
2022-03-31 14:58:41 +01:00
Henry Mercer
2c03704a6c
Allow the version of the ML-powered pack to depend on the CLI version
2022-03-31 14:58:29 +01:00
Henry Mercer
dd6b592e3e
Simplify ML-powered query status report definition
...
We now limit the cardinality of the ML-powered JS queries status report
field server-side. With no need for a limit on the cardinality of the
status report client-side, we can simplify how we produce it.
2022-03-31 14:55:32 +01:00
Henry Mercer
a90d8bf711
Merge pull request #1011 from github/henrymercer/ml-powered-queries-pr-check
...
Add a PR check to validate that ML-powered queries are run correctly
2022-03-31 11:13:26 +01:00
Henry Mercer
dc0338e493
Use latest major version of actions/upload-artifact
2022-03-31 10:11:33 +01:00
Henry Mercer
57096fe795
Add a PR check to validate that ML-powered queries are run correctly
2022-03-31 10:11:30 +01:00
Henry Mercer
b0ddf36abe
Merge pull request #1012 from github/henrymercer/update-actions-major-versions
...
Update major versions of Actions in README and workflows
2022-03-30 21:06:16 +01:00
Henry Mercer
1ea2f2d7f1
Merge branch 'main' into henrymercer/update-actions-major-versions
2022-03-30 20:00:06 +01:00
Henry Mercer
9dcc141f12
Merge pull request #1010 from github/henrymercer/stop-running-ml-powered-queries-on-windows
...
Stop running ML-powered queries on Windows
2022-03-30 19:57:03 +01:00
Henry Mercer
ea751a9fae
Update other Actions from v2 to v3
2022-03-30 19:46:09 +01:00
Henry Mercer
a2949f47b3
Update actions/checkout from v2 to v3
2022-03-30 19:46:09 +01:00
Henry Mercer
7871f0d5e1
Update CodeQL Action from v1 to v2 in README
2022-03-30 19:46:09 +01:00
Henry Mercer
e6f3e049b4
Add descriptions to each test
2022-03-30 18:17:06 +01:00
Henry Mercer
e83a1d469e
Stop running ML-powered queries on Windows
2022-03-30 18:05:12 +01:00
Edoardo Pirovano
894faced79
Merge pull request #1008 from github/edoardo/no-fail-12.12
...
Avoid failure if `@types/node` is already 12.12
2022-03-30 17:52:20 +01:00
Edoardo Pirovano
a9095cefc9
Avoid failure if @types/node is already 12.12
2022-03-30 16:58:25 +01:00
Henry Mercer
4d339ae3ec
Merge pull request #1009 from github/henrymercer/run-pr-checks-on-v2-branch
...
Run all PR checks on the `v2` branch
2022-03-30 16:53:09 +01:00
Henry Mercer
381ea36211
Delete unused workflows
2022-03-30 16:00:52 +01:00
Henry Mercer
e769c2dd6e
Run all PR checks on v2 branch
2022-03-30 15:59:09 +01:00
Edoardo Pirovano
4c1021c504
Merge pull request #1006 from github/update-v1.1.6-28eead24
...
Merge v2 into v1
2022-03-30 15:28:29 +01:00
Edoardo Pirovano
bae3a3acab
Merge pull request #1005 from github/mergeback/v2.1.6-to-main-28eead24
...
Mergeback v2.1.6 refs/heads/v2 into main
2022-03-30 14:27:22 +01:00
Edoardo Pirovano
9da34a6ec6
Avoid failure if @types/node is already 12.12
2022-03-30 14:00:43 +01:00
Edoardo Pirovano
f83be76fd8
Revert "Upgrade Node type definitions"
...
This reverts commit b949e494e4 .
2022-03-30 13:49:37 +01:00
Edoardo Pirovano
b45efc9e42
Revert "Use Node.js v16 in all Actions"
...
This reverts commit 3d23aade46 .
2022-03-30 13:49:29 +01:00
github-actions[bot]
75743c96fc
Update checked-in dependencies
2022-03-30 12:20:06 +00:00
github-actions[bot]
bcd5c027de
Update checked-in dependencies
2022-03-30 11:55:38 +00:00
Chris Gavin
9885f86fab
Re-enable waiting for processing by default, using the new API semantics.
2022-03-30 12:24:59 +01:00
github-actions[bot]
03a275bc11
Update version and changelog for v1.1.6
2022-03-30 11:13:40 +00:00
github-actions[bot]
ee3341a9d8
Update changelog and version after v2.1.6
2022-03-30 11:13:37 +00:00
Edoardo Pirovano
28eead2408
Merge pull request #1004 from github/update-v2.1.6-bfe9e810
...
Merge main into v2
2022-03-30 12:12:52 +01:00
Edoardo Pirovano
a4da970395
Run workflow also on v2 branch
2022-03-30 11:47:41 +01:00
Edoardo Pirovano
34a1681e50
Fix location of changelog entry
2022-03-30 11:11:17 +01:00
github-actions[bot]
8833977736
Update changelog for v2.1.6
2022-03-30 09:58:37 +00:00
Edoardo Pirovano
bfe9e81020
Merge pull request #1003 from github/edoardo/fix-workflow
...
Fix typos in release workflow
2022-03-30 10:56:28 +01:00
Edoardo Pirovano
1d58cc1f27
Fix typos in release workflow
2022-03-30 10:28:34 +01:00
Edoardo Pirovano
d8576e34bf
Merge pull request #990 from github/edoardo/2.8.4-bump
...
Bump default CodeQL version to 2.8.4
2022-03-29 17:34:59 +01:00
Edoardo Pirovano
f1060fbba0
Bump default CodeQL version to 2.8.4
2022-03-29 16:55:25 +01:00
Henry Mercer
af34c6da92
Merge pull request #1002 from github/henrymercer/update-changelog-rewriting
...
Update changelog rewriting step to match v2+ only changelog notes
2022-03-29 16:50:35 +01:00
Henry Mercer
282b607642
Update changelog rewriting step to match v2+ only release notes
2022-03-29 16:10:02 +01:00
Henry Mercer
f0e2f3c053
Merge pull request #1001 from github/henrymercer/pr-check-validate-node-12-build
...
Add PR check to validate compatibility with Node 12
2022-03-29 14:27:01 +01:00
Henry Mercer
73ba7ffb48
Merge branch 'main' into henrymercer/pr-check-validate-node-12-build
2022-03-29 13:27:16 +01:00
Henry Mercer
2f4dd4bb41
Use git add --all .
2022-03-29 13:27:03 +01:00
Henry Mercer
8237e85158
Merge pull request #1000 from github/henrymercer/bump-node-js-to-v16
...
Run Actions on Node 16
2022-03-29 13:07:18 +01:00
Henry Mercer
eea7cf19ff
Merge branch 'main' into henrymercer/bump-node-js-to-v16
2022-03-29 12:41:55 +01:00
Edoardo Pirovano
fdc2a903c1
Merge pull request #997 from cdivitotawela/python2-fix
...
Fix python_setup/install_tool.sh when `python2` not present
2022-03-29 12:15:26 +01:00
Henry Mercer
c22162c09d
Merge branch 'main' into henrymercer/bump-node-js-to-v16
2022-03-29 11:59:06 +01:00
Henry Mercer
01c72238c1
Add v2 only prefix to changelog note
2022-03-29 11:58:14 +01:00
Rasmus Wriedt Larsen
63b2636c23
Merge branch 'main' into python2-fix
2022-03-29 10:56:20 +02:00
Edoardo Pirovano
0ed0799824
Merge pull request #999 from github/edoardo/reenable-atm
...
Start running ATM queries again
2022-03-28 17:06:53 -04:00
Henry Mercer
9e403590f4
Improve code comments
2022-03-28 18:02:19 +01:00
Henry Mercer
45b96c3de6
Add PR check to validate compatibility with Node 12
2022-03-28 16:40:01 +01:00
Henry Mercer
9a709c116e
Add changelog note
2022-03-28 16:39:46 +01:00
Henry Mercer
43c9f26143
Bump version to 2.1.6
2022-03-28 14:39:00 +01:00
Henry Mercer
b949e494e4
Upgrade Node type definitions
2022-03-28 14:39:00 +01:00
Henry Mercer
3d23aade46
Use Node.js v16 in all Actions
2022-03-28 14:39:00 +01:00
Edoardo Pirovano
d625a00cee
Start running ATM queries again
2022-03-28 09:06:45 +01:00
Chaminda Divitotawela
077ec096bb
#996 : Fix python_setup/install_tool.sh
...
When the script executed on a runner which does not have python2, script incorrectly execute the code inside the if condition. This script runs using /bin/sh in Ubuntu and cause the problem. Fix for this issue to use different syntax in output redirection.
Issue is reproduced using running the job on ubunutu container. Fix also verified in the action https://github.com/cdivitotawela/codeql-issue/actions/runs/2038007502
2022-03-28 07:23:31 +10:00
Henry Mercer
4d6e9c02ac
Merge pull request #995 from github/henrymercer/update-release-process
...
Update release process to maintain both v2 and v1 releases
2022-03-25 19:33:43 +00:00
Henry Mercer
839aa81918
Merge branch 'main' into henrymercer/update-release-process
2022-03-25 19:11:59 +00:00
Andrew Eisenberg
6d1f0a0357
Merge pull request #956 from github/aeisenberg/checkout-path-commitoid
...
Use the `checkout_path` for getting the commit oid
2022-03-25 11:02:54 -07:00
Andrew Eisenberg
88db5e75ec
Merge branch 'main' into aeisenberg/checkout-path-commitoid
2022-03-25 10:31:47 -07:00
Andrew Eisenberg
d068f5372a
Fix failing tests
2022-03-25 10:00:47 -07:00
Henry Mercer
044f112dc1
Update branch protection instructions
2022-03-25 15:24:54 +00:00
Henry Mercer
f7846479e6
Merge branch 'main' into henrymercer/update-release-process
2022-03-25 15:18:11 +00:00
Henry Mercer
d0bd80897c
Expose a more restrictive interface to the release script
...
Give the release script modes rather
than source and target branches
2022-03-25 15:17:17 +00:00
Henry Mercer
bed132dae4
Use a more restrictive sed pattern
2022-03-25 13:40:41 +00:00
Henry Mercer
9d26fe0cb3
Use source branch and target branch names consistently
2022-03-25 12:55:00 +00:00
Edoardo Pirovano
6e57bbac6c
Merge pull request #998 from github/edoardo/no-download-pack
...
Don't download packs when it isn't needed
2022-03-25 08:36:15 -04:00
Edoardo Pirovano
85cfdb24f4
Don't download packs when it isn't needed
2022-03-25 11:26:13 +00:00
Henry Mercer
df164705ad
Merge pull request #993 from github/dependabot/npm_and_yarn/minimist-1.2.6
...
Bump minimist from 1.2.5 to 1.2.6
2022-03-24 18:50:32 +00:00
Henry Mercer
da7944b165
Update release process doc
2022-03-24 18:18:45 +00:00
Henry Mercer
33599909af
Avoid conflicts by reverting 1.x version num commit from last v1 release
2022-03-24 18:18:45 +00:00
Henry Mercer
f143182488
Add "Update dependencies" label to v1 release PR
2022-03-24 18:18:45 +00:00
Henry Mercer
0b037b4fcb
Add merging the v1 release PR to the checklist
2022-03-24 18:18:45 +00:00
Henry Mercer
1668e0a2bf
Only mention merging the mergeback PR in the checklist when relevant
2022-03-24 18:18:45 +00:00
Henry Mercer
bd4757cd6b
Update the changelog and version number in a single commit
2022-03-24 18:18:45 +00:00
Henry Mercer
5fb01dd153
Avoid commits with duplicate names during v2 to v1 backport
2022-03-24 18:18:45 +00:00
Henry Mercer
124e7d96a6
Stop versioning the runner
...
We no longer release the runner.
2022-03-24 18:18:45 +00:00
Henry Mercer
b8f3a377bf
Fix exception when there are no commits to merge
2022-03-24 18:18:45 +00:00
Henry Mercer
4b465cb3ce
Dump environment and GitHub context
2022-03-24 18:18:45 +00:00
Henry Mercer
d76b18254a
Add functionality for v2 -> v1 backports
2022-03-24 18:18:45 +00:00
Henry Mercer
33f749f1c9
Set up main -> v2, v2 -> v1, and v2 -> main merges
2022-03-24 18:18:45 +00:00
Henry Mercer
ccda44cac5
Handle missing author information when generating changelog
2022-03-24 18:18:45 +00:00
Henry Mercer
81827d3fc6
Use the person triggering the release workflow as the conductor
2022-03-24 18:18:45 +00:00
Henry Mercer
b386fd4443
Parameterize release branch workflow over source and target branches
2022-03-24 18:18:45 +00:00
Henry Mercer
2a7a517ea5
Remove unused repository_dispatch trigger
2022-03-24 18:18:45 +00:00
github-actions[bot]
ca5ed24270
Update checked-in dependencies
2022-03-24 16:36:41 +00:00
dependabot[bot]
fb22523acc
Bump minimist from 1.2.5 to 1.2.6
...
Bumps [minimist](https://github.com/substack/minimist ) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/substack/minimist/releases )
- [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6 )
---
updated-dependencies:
- dependency-name: minimist
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-03-24 15:54:01 +00:00
Andrew Eisenberg
b887a2ce1e
Merge pull request #976 from aeisenberg/aeisenberg/timeout-45-min
...
Bump timeout to 45 minutes
2022-03-24 08:33:12 -07:00
Andrew Eisenberg
686c3a37f0
Merge branch 'main' into aeisenberg/timeout-45-min
2022-03-24 08:07:42 -07:00
Chuan-kai Lin
c9973ef56b
Merge pull request #992 from cklin/fix-codeql-version-field
...
Status reporting: fix codeql_version field name
2022-03-23 13:11:09 -07:00
Chuan-kai Lin
c3010cb18a
Status reporting: fix codeql_version field name
2022-03-23 11:32:03 -07:00
Henry Mercer
81bfc289f5
Merge pull request #989 from github/henrymercer/update-readme
...
Update README now build tracing is compatible with Windows 2022
2022-03-21 16:03:34 +00:00
Henry Mercer
5d72058994
Merge branch 'main' into aeisenberg/timeout-45-min
2022-03-21 15:37:09 +00:00
Henry Mercer
6de8537e54
Update README now build tracing is compatible with Windows 2022
2022-03-21 15:31:51 +00:00
Henry Mercer
1d81ec489b
Merge pull request #984 from github/update-supported-enterprise-server-versions
...
Update supported GitHub Enterprise Server versions.
2022-03-21 13:43:13 +00:00
Henry Mercer
c592f89989
Merge branch 'main' into update-supported-enterprise-server-versions
2022-03-21 13:12:12 +00:00
Henry Mercer
f71aeef4dc
Merge pull request #988 from CommanderRoot/refactor/rm-deprecated-substr
...
refactor: replace deprecated String.prototype.substr()
2022-03-21 10:52:17 +00:00
Tobias Speicher
0a713019c3
refactor: replace deprecated String.prototype.substr()
...
.substr() is deprecated so we replace it with .slice() which works similarily but isn't deprecated
Signed-off-by: Tobias Speicher <rootcommander@gmail.com >
2022-03-20 17:08:43 +01:00
GitHub
243ebf6e35
Update supported GitHub Enterprise Server versions.
2022-03-18 00:09:57 +00:00
Chuan-kai Lin
3886398541
Merge pull request #987 from cklin/report-versions
...
Include CodeQL CLI and action versions in status reports
2022-03-17 10:46:34 -07:00
Chuan-kai Lin
f60bb5cc38
Include CodeQL CLI and action versions in status reports
2022-03-17 10:07:29 -07:00
Chuan-kai Lin
d0ee2b4276
Merge pull request #983 from github/mergeback/v1.1.5-to-main-88347664
...
Mergeback v1.1.5 refs/heads/v1 into main
2022-03-15 14:51:17 -07:00
github-actions[bot]
34905f691e
Update checked-in dependencies
2022-03-15 19:57:13 +00:00
github-actions[bot]
ac7bd44c3b
1.1.6
2022-03-15 19:39:33 +00:00
github-actions[bot]
1457c164a9
Update changelog and version after v1.1.5
2022-03-15 19:39:31 +00:00
Chuan-kai Lin
8834766498
Merge pull request #982 from github/update-v1.1.5-5b59d878
...
Merge main into v1
2022-03-15 12:38:22 -07:00
github-actions[bot]
69a58ad266
1.1.5
2022-03-15 18:16:05 +00:00
Chuan-kai Lin
5b59d8784d
Merge pull request #978 from cklin/restore-ghes-compatibility
...
Restore compatibility with GHES 3.1
2022-03-15 09:29:23 -07:00
Chuan-kai Lin
ea5898d606
Restore compatibility with GHES 3.1: address code review comments
2022-03-14 15:44:16 -07:00
Chuan-kai Lin
39aa619399
Merge branch 'main' into restore-ghes-compatibility
2022-03-14 14:59:00 -07:00
Chuan-kai Lin
2190825ac9
Merge pull request #980 from github/edoardo/release-expected
...
Remove runner from expected release files
2022-03-14 14:40:57 -07:00
Edoardo Pirovano
e61a4b9c7c
Merge branch 'main' into edoardo/release-expected
2022-03-14 18:57:18 +00:00
Chuan-kai Lin
b74506c7c2
Merge pull request #974 from github/cklin/pr/2.8.3
...
Update default CodeQL bundle version to 2.8.3
2022-03-14 11:53:01 -07:00
Edoardo Pirovano
e27fa67f0f
Add changenote mentioning deprecation
2022-03-14 18:35:22 +00:00
Edoardo Pirovano
eb507cfac6
Remove runner from expected release files
2022-03-14 17:56:05 +00:00
Chuan-kai Lin
c33cdd74b3
Merge branch 'main' into cklin/pr/2.8.3
2022-03-14 09:19:25 -07:00
Chuan-kai Lin
aeefdce612
Restore compatibility with GHES 3.1
2022-03-14 08:20:27 -07:00
Andrew Eisenberg
761da7eb50
Merge pull request #968 from github/aeisenberg/required-checks
...
Add some instructions on how to regenerate required checks
2022-03-11 12:11:17 -08:00
Andrew Eisenberg
76c3e91b1f
Bump timeout to 45 minutes
...
With a 30 minute timeout, we were getting some cancelled runs.
This should fix it.
2022-03-11 11:45:45 -08:00
Henry Mercer
560edbc33e
Merge branch 'main' into aeisenberg/required-checks
2022-03-11 18:35:59 +00:00
Andrew Eisenberg
e64a215b41
Add name to workflow
2022-03-11 10:16:34 -08:00
Henry Mercer
e437ea1d38
Merge pull request #975 from github/henrymercer/bump-ml-powered-queries-to-0.1.0
...
Bump ML-powered queries to v0.1.0
2022-03-11 17:47:33 +00:00
Andrew Eisenberg
8ecc1fcbc4
Ignore "Update Supported Enterprise Server Versions"
2022-03-11 09:38:08 -08:00
Henry Mercer
0b3acf68ab
Bump ML-powered queries to v0.1.0
2022-03-11 15:04:07 +00:00
Arthur Baars
480ef7689f
Update default CodeQL bundle version to 2.8.3
2022-03-11 12:07:37 +01:00
Andrew Eisenberg
4e2634f2fd
Merge branch 'main' into aeisenberg/required-checks
2022-03-10 09:20:14 -08:00
Andrew Eisenberg
04d521d705
Avoid using sed, use --slurp instead
2022-03-09 11:07:16 -08:00
Andrew Eisenberg
cdf3c9d01e
Merge pull request #971 from github/aeisenberg/timeouts
...
Add a timeout of 30 min
2022-03-08 20:37:45 -08:00
Andrew Eisenberg
628afae9d3
Add a timeout of 30 min
...
For all CI jobs. Based on some eye-balling 30 minutes should be
enough time for all jobs to complete.
2022-03-08 14:57:35 -08:00
Andrew Eisenberg
111428ce06
Add some instructions on how to regenerate required checks
2022-03-08 10:19:32 -08:00
Andrew Eisenberg
d2fd19b7d7
Merge pull request #966 from github/mergeback/v1.1.4-to-main-f5d82270
...
Mergeback v1.1.4 refs/heads/v1 into main
2022-03-07 17:27:08 -08:00
github-actions[bot]
c825c24663
Update checked-in dependencies
2022-03-07 22:12:02 +00:00
github-actions[bot]
0e0e934038
1.1.5
2022-03-07 21:02:20 +00:00
github-actions[bot]
d430deb927
Update changelog and version after v1.1.4
2022-03-07 21:02:19 +00:00
Henning Makholm
f5d822707e
Merge pull request #965 from github/update-v1.1.4-308528ba
...
Merge main into v1
2022-03-07 22:01:06 +01:00
Henning Makholm
1f44993f56
Update CHANGELOG.md
2022-03-07 20:24:16 +01:00
Henning Makholm
701b6a5569
Update CHANGELOG.md
...
Co-authored-by: Andrew Eisenberg <aeisenberg@github.com >
2022-03-07 18:15:18 +01:00
Henning Makholm
e75fa83dde
Update CHANGELOG.md
2022-03-07 17:49:53 +01:00
Henning Makholm
a33ae09fb8
Update CHANGELOG.md
...
Co-authored-by: Andrew Eisenberg <aeisenberg@github.com >
2022-03-07 17:44:04 +01:00
github-actions[bot]
44198be781
1.1.4
2022-03-07 16:22:37 +00:00
Andrew Eisenberg
308528ba13
Merge pull request #958 from daniel-beck/fix-link
...
Fix link to docs
2022-03-04 10:48:08 -08:00
Chuan-kai Lin
939659ccd0
Merge pull request #959 from cklin/report-runner-os-arch
...
Add runner OS and arch to status report
2022-03-03 14:59:41 -08:00
Chuan-kai Lin
401a76f245
Add runner OS release to status report
2022-03-03 13:06:02 -08:00
Andrew Eisenberg
5e27f57127
Merge pull request #961 from github/dependabot/npm_and_yarn/actions/artifact-1.0.0
...
Bump @actions/artifact from 0.5.2 to 1.0.0
2022-03-03 11:23:57 -08:00
github-actions[bot]
4154eaf0e9
Update checked-in dependencies
2022-03-03 17:18:51 +00:00
dependabot[bot]
75e4d9f140
Bump @actions/artifact from 0.5.2 to 1.0.0
...
Bumps [@actions/artifact](https://github.com/actions/toolkit/tree/HEAD/packages/artifact ) from 0.5.2 to 1.0.0.
- [Release notes](https://github.com/actions/toolkit/releases )
- [Changelog](https://github.com/actions/toolkit/blob/main/packages/artifact/RELEASES.md )
- [Commits](https://github.com/actions/toolkit/commits/@actions/io@1.0.0/packages/artifact )
---
updated-dependencies:
- dependency-name: "@actions/artifact"
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-03-03 17:01:31 +00:00
Chuan-kai Lin
870dbaaebe
Use getRequiredEnvParam()
...
Co-authored-by: Andrew Eisenberg <aeisenberg@github.com >
2022-03-02 16:23:13 -08:00
Chuan-kai Lin
3615d8ac45
Add runner OS and arch to status report
2022-03-02 10:57:12 -08:00
Daniel Beck
47dd636fbc
Fix link to docs
2022-03-02 15:30:11 +01:00
Edoardo Pirovano
e4766c87d5
Merge pull request #957 from github/edoardo/reuse-codescanning-config
...
Second attempt to use `--codescanning-config` flag of CLI
2022-03-02 00:27:29 +00:00
Andrew Eisenberg
5c2600e559
Merge branch 'main' into aeisenberg/checkout-path-commitoid
2022-03-01 13:15:40 -08:00
Andrew Eisenberg
a92e8775d8
Use the checkout_path for getting the commit oid
...
This commit also adds a new integration check to verify this.
When running in test mode, payloads will not be uploaded. Instead, they
will be saved to disk so that they can be inspected later.
2022-03-01 12:40:52 -08:00
Edoardo Pirovano
527d5153ad
Bump version flag for using --codescanning-config flag
2022-03-01 14:34:53 +00:00
Edoardo Pirovano
07990f07e5
Revert "Revert "Use --codescanning-config flag of CLI""
...
This reverts commit 326e5118c5 .
2022-03-01 14:33:00 +00:00
Edoardo Pirovano
fa19286989
Merge pull request #954 from github/edoardo/expand-tests
...
Expand PR checks to cover `windows-2022`
2022-03-01 09:24:51 +00:00
Chris Gavin
b1c781d398
Merge pull request #955 from github/delete-results-directory
...
Delete the results directory in between runs.
2022-02-28 20:26:51 +00:00
Chris Gavin
938e0a0743
Add retryDelay and a type cast to make it work.
2022-02-28 19:42:58 +00:00
Chris Gavin
d63f798314
Retry directory deletion to avoid Windows file locking issues.
...
Co-authored-by: Andrew Eisenberg <aeisenberg@github.com >
2022-02-28 18:55:45 +00:00
Chris Gavin
86940df49f
Delete the results directory in between runs.
2022-02-28 18:55:45 +00:00
Henning Makholm
25313901b7
Merge pull request #950 from github/hmakholm/pr/2.8.2
...
Update default CodeQL bundle version to 2.8.2
2022-02-28 19:11:10 +01:00
Edoardo Pirovano
8ec6a84629
Expand PR checks to cover windows-2022
2022-02-28 15:39:34 +00:00
Henning Makholm
162ecaff35
Update default CodeQL bundle version to 2.8.2
2022-02-25 14:09:56 +01:00
Henry Mercer
117a67b074
Merge pull request #949 from github/dependabot/npm_and_yarn/removeNPMAbsolutePaths-3.0.0
...
Bump removeNPMAbsolutePaths from 2.0.0 to 3.0.0
2022-02-24 18:49:56 +00:00
github-actions[bot]
0da815296a
Update checked-in dependencies
2022-02-24 17:03:29 +00:00
dependabot[bot]
4e02f8e87a
Bump removeNPMAbsolutePaths from 2.0.0 to 3.0.0
...
Bumps [removeNPMAbsolutePaths](https://github.com/juanjoDiaz/removeNPMAbsolutePaths ) from 2.0.0 to 3.0.0.
- [Release notes](https://github.com/juanjoDiaz/removeNPMAbsolutePaths/releases )
- [Commits](https://github.com/juanjoDiaz/removeNPMAbsolutePaths/compare/v2.0.0...v3.0.0 )
---
updated-dependencies:
- dependency-name: removeNPMAbsolutePaths
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-02-24 17:01:55 +00:00
Edoardo Pirovano
438f654919
Merge pull request #948 from github/edoardo/revert-windows-11
...
Revert "Merge pull request #869 from github/edoardo/windows-11-error"
2022-02-24 14:36:46 +00:00
Edoardo Pirovano
42af7232c3
Revert "Merge pull request #869 from github/edoardo/windows-11-error"
...
This reverts commit faa9ba7363 , reversing
changes made to 71112ab35d .
2022-02-24 11:29:26 +00:00
Andrew Eisenberg
360221eece
Merge pull request #947 from github/mergeback/v1.1.3-to-main-75f07e7a
...
Mergeback v1.1.3 refs/heads/v1 into main
2022-02-23 14:09:47 -08:00
github-actions[bot]
9169d2461f
Update checked-in dependencies
2022-02-23 19:50:02 +00:00
github-actions[bot]
949eeb2dcf
1.1.4
2022-02-23 19:33:33 +00:00
github-actions[bot]
507795f5c4
Update changelog and version after v1.1.3
2022-02-23 19:33:31 +00:00
Andrew Eisenberg
75f07e7ab2
Merge pull request #946 from github/update-v1.1.3-d7ad71d8
...
Merge main into v1
2022-02-23 11:32:12 -08:00
Andrew Eisenberg
42c72a10c8
Update runner version
...
For some reason, the runner was still on 1.0.x.
2022-02-23 11:02:14 -08:00
Andrew Eisenberg
fa57ef0579
Update changelog
2022-02-23 09:29:10 -08:00
github-actions[bot]
4b66d317a4
1.1.3
2022-02-23 17:13:38 +00:00
Edoardo Pirovano
d7ad71d803
Merge pull request #938 from github/respect-end-tracing
...
Respect `end-tracing` script instead of deleting one variable
2022-02-23 17:08:20 +00:00
Edoardo Pirovano
afbddca263
Improve error handling for ending tracing
2022-02-23 16:43:38 +00:00
Edoardo Pirovano
c592525a67
Respect end-tracing script instead of deleting one variable
2022-02-23 16:21:35 +00:00
Edoardo Pirovano
f14beebc58
Merge pull request #942 from github/aeisenberg/user-error
...
Add `UserError`
2022-02-23 11:21:14 +00:00
Andrew Eisenberg
3d93bb2ac9
Add UserError
...
This commit adds a `UserError` class that should be thrown when the
cause of an error is fundamentally from user configuration.
When sending status reports, avoid sending a `failure` for `UserError`s.
This will prevent our diagnostics from pinging us for errors outside of
our control.
2022-02-17 11:47:31 -08:00
Henry Mercer
040feefecf
Merge pull request #941 from github/mergeback/v1.1.2-to-main-d39d5d5c
...
Mergeback v1.1.2 refs/heads/v1 into main
2022-02-17 19:36:22 +00:00
github-actions[bot]
4d875a922c
Update checked-in dependencies
2022-02-17 18:13:39 +00:00
github-actions[bot]
cbc9c75e8f
1.1.3
2022-02-17 17:57:14 +00:00
github-actions[bot]
65174f238c
Update changelog and version after v1.1.2
2022-02-17 17:57:09 +00:00
Henry Mercer
d39d5d5c97
Merge pull request #939 from github/update-v1.1.2-fe6fb6f2
...
Merge main into v1
2022-02-17 17:55:54 +00:00
github-actions[bot]
da54d7bd9f
1.1.2
2022-02-17 16:35:22 +00:00
Henry Mercer
fe6fb6f21b
Merge pull request #937 from github/henrymercer/revert-node-16-upgrade
...
Revert Node.js v16 upgrade
2022-02-17 16:33:46 +00:00
Henry Mercer
72f407c72c
Merge branch 'main' into henrymercer/revert-node-16-upgrade
2022-02-17 15:30:43 +00:00
Henry Mercer
cefec5bcb7
Merge pull request #935 from github/mergeback/v1.1.1-to-main-ec300a31
...
Mergeback v1.1.1 refs/heads/v1 into main
2022-02-17 15:21:01 +00:00
Henry Mercer
070bf9ae1c
Add changelog note
2022-02-17 13:56:09 +00:00
Henry Mercer
74dd782377
Merge branch 'main' into mergeback/v1.1.1-to-main-ec300a31
2022-02-17 13:55:34 +00:00
Henry Mercer
78e09bd811
Merge pull request #936 from edoardopirovano/revert-codescanning-config
...
Revert "Use `--codescanning-config` flag of CLI"
2022-02-17 13:55:06 +00:00
Henry Mercer
72b5ce4f22
Revert "Upgrade Node type definitions"
...
This reverts commit c72c200f52 .
2022-02-17 13:52:07 +00:00
Henry Mercer
21c48e7a01
Revert "Use Node.js v16 in all Actions"
...
This reverts commit 34c777f8d0 .
2022-02-17 13:51:03 +00:00
Edoardo Pirovano
326e5118c5
Revert "Use --codescanning-config flag of CLI"
...
This reverts commit 0d87b8c615 .
2022-02-17 13:05:55 +00:00
github-actions[bot]
b83cccd8a6
Update checked-in dependencies
2022-02-17 12:50:43 +00:00
github-actions[bot]
9b2dafda62
1.1.2
2022-02-17 12:29:38 +00:00
github-actions[bot]
770ee8972e
Update changelog and version after v1.1.1
2022-02-17 12:29:36 +00:00
Henry Mercer
ec300a3159
Merge pull request #934 from github/update-v1.1.1-6a961c08
...
Merge main into v1
2022-02-17 12:28:17 +00:00
github-actions[bot]
c9f98d45c1
1.1.1
2022-02-17 12:00:54 +00:00
Henry Mercer
6a961c08f2
Merge pull request #931 from github/henrymercer/fix-flaky-tests
...
Bump minimum supported CodeQL version to 2.4.5 to address flaky tests
2022-02-17 11:49:54 +00:00
Henry Mercer
db24c88f31
Merge branch 'main' into henrymercer/fix-flaky-tests
2022-02-17 10:50:19 +00:00
Edoardo Pirovano
c4e058a6a3
Merge pull request #830 from edoardopirovano/cli-config-files
...
Use `--codescanning-config` flag of CLI
2022-02-16 17:05:16 +00:00
Edoardo Pirovano
0d87b8c615
Use --codescanning-config flag of CLI
2022-02-16 13:34:47 +00:00
Henry Mercer
49c1e2f719
Add changelog note
2022-02-16 13:32:12 +00:00
Henry Mercer
13c841aa39
Bump minimum supported CodeQL version to 2.4.5
...
This is the earliest CodeQL version supported by GHES.
Bumping to this version resolves some flaky tests caused by the "We
still have not reached idleness" deadlock, as this deadlock is fixed in
2.4.5.
2022-02-16 12:46:47 +00:00
Henry Mercer
ef024e702c
Merge pull request #930 from github/henrymercer/open-update-supported-enterprise-versions-as-draft
...
Open "Update supported enterprise versions" PR as draft
2022-02-16 12:42:23 +00:00
Henry Mercer
1ed61a37b6
Merge branch 'main' into henrymercer/open-update-supported-enterprise-versions-as-draft
2022-02-16 11:55:10 +00:00
Henry Mercer
abba98ef38
Merge pull request #929 from github/update-supported-enterprise-server-versions
...
Update supported GitHub Enterprise Server versions.
2022-02-16 11:54:53 +00:00
Henry Mercer
9d794b2b2e
Open "Update supported enterprise versions" PR as draft
...
Actions will not run checks on PRs opened by Actions, so opening the PR as draft allows us to trigger PR checks by marking the PR as ready for review.
2022-02-16 10:42:01 +00:00
GitHub
7e1ca4f093
Update supported GitHub Enterprise Server versions.
2022-02-16 00:07:46 +00:00
Henry Mercer
621c8c7115
Merge pull request #928 from github/henrymercer/add-ml-powered-query-enablement-to-analyze-status-report
...
Add ML-powered query enablement info to analyze finish status report
2022-02-15 19:11:12 +00:00
Henry Mercer
feb711fe0b
Merge branch 'main' into henrymercer/add-ml-powered-query-enablement-to-analyze-status-report
2022-02-15 17:31:07 +00:00
Robert
609ca1e4cf
Merge pull request #927 from github/robertbrignull/remote_database_upload_flag
...
Remove check of database uploads feature flag
2022-02-15 17:24:50 +00:00
Robert
4c266bab6d
Merge branch 'main' into robertbrignull/remote_database_upload_flag
2022-02-15 15:13:33 +00:00
Henry Mercer
ec47ce3982
Merge branch 'main' into henrymercer/add-ml-powered-query-enablement-to-analyze-status-report
2022-02-15 15:09:02 +00:00
Alexander Eyers-Taylor
e72dfad837
Merge pull request #925 from github/alexet/update-2.8.1
...
Update bundle version to 2.8.1
2022-02-15 15:07:58 +00:00
Henry Mercer
bcdaad245b
Add ML-powered query enablement info to analyze finish status report
2022-02-15 15:04:23 +00:00
Robert
8aa32bd9c9
Remove check of database uploads feature flag
2022-02-15 14:10:33 +00:00
alexet
d8ee3b9d09
Update bundle version to 2.8.1
2022-02-14 19:10:33 +00:00
Henry Mercer
2c6b76bc5a
Merge pull request #923 from github/mergeback/v1.1.0-to-main-474bbf07
...
Mergeback v1.1.0 refs/heads/v1 into main
2022-02-11 12:33:18 +00:00
github-actions[bot]
19debd424c
Update checked-in dependencies
2022-02-11 12:12:30 +00:00
github-actions[bot]
3fdc5a23fa
1.1.1
2022-02-11 11:58:00 +00:00
github-actions[bot]
68365ec944
Update changelog and version after v1.1.0
2022-02-11 11:57:58 +00:00
Henry Mercer
474bbf07f9
Merge pull request #922 from github/update-v1.1.0-3d2ad0b9
...
Merge main into v1
2022-02-11 11:56:36 +00:00
github-actions[bot]
58f66fa60a
1.1.0
2022-02-11 11:24:14 +00:00
Henry Mercer
3d2ad0b9c8
Merge pull request #919 from github/henrymercer/rename-status-report-field
...
Rename ML powered JS queries status report field
2022-02-10 10:44:15 +00:00
Henry Mercer
7e15b9612a
Merge branch 'main' into henrymercer/rename-status-report-field
2022-02-09 13:32:57 +00:00
Henry Mercer
7f9dca2982
Merge pull request #918 from github/henrymercer/windows-2022-tracing-notices
...
Update changelog and README with build tracing compatibility info
2022-02-09 13:32:18 +00:00
Henry Mercer
87bfa0ea7a
Rename ML powered JS queries status report field
...
The new name `ml_powered_javascript_queries` is more consistent with
status report fields for analysis and interpretation duration metrics.
This isn't a breaking change since the old name never made it into the
GitHub API.
2022-02-09 12:56:31 +00:00
Henry Mercer
a6d606becc
Update changelog and README with build tracing compatibility info
2022-02-09 12:47:13 +00:00
Henry Mercer
f2027c51f7
Merge pull request #916 from github/dependabot/npm_and_yarn/runner/simple-get-3.1.1
...
Bump simple-get from 3.1.0 to 3.1.1 in /runner
2022-02-08 20:59:28 +00:00
dependabot[bot]
70e63f4b08
Bump simple-get from 3.1.0 to 3.1.1 in /runner
...
Bumps [simple-get](https://github.com/feross/simple-get ) from 3.1.0 to 3.1.1.
- [Release notes](https://github.com/feross/simple-get/releases )
- [Commits](https://github.com/feross/simple-get/compare/v3.1.0...v3.1.1 )
---
updated-dependencies:
- dependency-name: simple-get
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-02-08 18:33:09 +00:00
Henry Mercer
88073a5f6e
Merge pull request #909 from github/henrymercer/bump-node-js-to-v16
...
Use Node.js v16 in all Actions
2022-02-08 18:32:24 +00:00
Henry Mercer
eb172af46d
Merge branch 'main' into henrymercer/bump-node-js-to-v16
2022-02-08 17:06:42 +00:00
Henry Mercer
a777a982cb
Merge pull request #917 from github/henrymercer/fix-windows-latest-ci-jobs
...
Fix CI jobs that broke as a result of `windows-latest` being upgraded to Windows Server 2022
2022-02-08 17:05:36 +00:00
Henry Mercer
8f27994474
Add changelog note
2022-02-08 16:19:47 +00:00
Henry Mercer
8e2954c3fa
Bump to v1.1.0
...
The upgrade to Node.js v16 warrants a minor version bump.
2022-02-08 13:55:23 +00:00
Henry Mercer
8768b0f5a3
Remove stub type definitions
2022-02-08 13:55:23 +00:00
Henry Mercer
c72c200f52
Upgrade Node type definitions
2022-02-08 13:55:23 +00:00
Henry Mercer
34c777f8d0
Use Node.js v16 in all Actions
...
This is now in active LTS status.
2022-02-08 13:55:23 +00:00
Henry Mercer
8dd2b9ac2f
Fix typo in Python package installation CI job
2022-02-08 13:50:46 +00:00
Henry Mercer
b8047e5610
Use windows-2019 for CI jobs involving build tracing
...
Build tracing currently does not support Windows 2022, so use
`windows-2019` instead of`windows-latest`.
2022-02-08 13:29:20 +00:00
Chuan-kai Lin
edd03fbd2c
Merge pull request #914 from github/mergeback/v1.0.32-to-main-2b46439d
...
Mergeback v1.0.32 refs/heads/v1 into main
2022-02-07 11:23:20 -08:00
github-actions[bot]
f9607205db
Update checked-in dependencies
2022-02-07 18:45:41 +00:00
github-actions[bot]
b870f13d6d
1.0.33
2022-02-07 18:22:30 +00:00
github-actions[bot]
2890d306c3
Update changelog and version after v1.0.32
2022-02-07 18:22:28 +00:00
Chuan-kai Lin
2b46439dd5
Merge pull request #913 from github/update-v1.0.32-4eb03fb6
...
Merge main into v1
2022-02-07 10:21:10 -08:00
github-actions[bot]
6d8390b7cb
1.0.32
2022-02-07 17:21:16 +00:00
Henry Mercer
4eb03fb6f3
Merge pull request #907 from github/henrymercer/report-ml-powered-query-enablement
...
Report ML-powered query enablement in the `init` status report
2022-02-07 17:16:25 +00:00
Henry Mercer
03c64ef07d
Add more documentation for ML-powered JS queries status report
...
Also be more explicit about which version strings are reportable in
the code.
2022-02-07 16:46:53 +00:00
Henry Mercer
cc622a02a9
Merge branch 'main' into henrymercer/report-ml-powered-query-enablement
2022-02-07 14:39:20 +00:00
Henry Mercer
c95a3d854c
Limit cardinality of ML-powered JS queries status report
...
Some platforms that ingest this status report charge based on the
cardinality of the fields, so here we restrict the version strings we
support to a fixed set.
2022-02-07 14:36:40 +00:00
Henry Mercer
f888be73ce
Nit: Simplify code with optional chaining
2022-02-07 14:24:40 +00:00
Chuan-kai Lin
16d4068732
Merge pull request #911 from github/cklin/codeql-cli-2.8.0
...
Update default CodeQL version to 2.8.0
2022-02-04 13:03:16 -08:00
Chuan-kai Lin
aab545260e
Update default CodeQL version to 2.8.0
2022-02-04 11:24:40 -08:00
Henry Mercer
501fe7ff12
Update getMlPoweredJsQueriesStatus doc
2022-02-04 17:16:25 +00:00
Henry Mercer
ad40e4a8f8
Merge branch 'main' into henrymercer/report-ml-powered-query-enablement
2022-02-04 16:38:18 +00:00
Henry Mercer
537b2f873a
Add "multiple" report for ML-powered JS query enablement
...
When multiple ML-powered JS packs are in scope (an unsupported
scenario), the status report is "multiple".
2022-02-04 16:37:26 +00:00
Henry Mercer
9f32fc9b9d
Only add ML-powered queries pack if the user didn't manually request it
2022-02-04 16:34:17 +00:00
Thomas Horstmeyer
904d0acf90
Merge pull request #858 from github/use-better-base-sha
...
Declare the merge base as base for code scanning comparisons
2022-02-04 12:37:55 +00:00
Thomas Horstmeyer
9b14aa7c84
Merge branch 'main' into use-better-base-sha
2022-02-04 12:04:41 +00:00
Henry Mercer
1cddec9558
Add ML-powered queries enablement to init status report
...
We report this information in the `init` status report rather than the
`analyze` status report so we can gather data about timeouts.
2022-02-03 16:29:28 +00:00
Henry Mercer
a005206838
Convert status report comments to documentation
2022-02-03 11:52:49 +00:00
Henry Mercer
ff33f031e8
Merge pull request #822 from github/dependabot/npm_and_yarn/ava/typescript-3.0.1
...
Upgrade AVA to v4
2022-02-02 18:01:27 +00:00
Henry Mercer
6a6a3203dd
Merge branch 'main' into dependabot/npm_and_yarn/ava/typescript-3.0.1
2022-02-02 17:24:20 +00:00
Henry Mercer
942b34d547
Merge pull request #906 from github/aibaars/fix-typo
...
Fix typo in error message
2022-02-02 16:25:19 +00:00
Thomas Horstmeyer
3469c69bba
Merge branch 'main' into use-better-base-sha
2022-02-02 13:52:13 +00:00
Arthur Baars
d57c2761c9
Fix typo in error message
2022-02-02 13:51:48 +01:00
Henry Mercer
6081b90eae
Merge pull request #905 from github/henrymercer/fix-changelog
...
Fix changelog
2022-02-02 12:02:44 +00:00
Henry Mercer
78eb2c9c00
Fix changelog
...
Move a couple of entries for #889 that should have been in the
unreleased section but were inadvertently moved into the 1.0.31
release.
2022-02-02 11:13:24 +00:00
Andrew Eisenberg
b2af0740e4
Remove security-events: write from tests
...
This is not necessary.
2022-02-01 19:17:15 -08:00
Andrew Eisenberg
77194581b7
Merge pull request #904 from cw-acroteau/add-ref-input
...
Add ref input
2022-02-01 19:15:33 -08:00
cw-acroteau
1a5b604256
Merge branch 'main' into add-ref-input
2022-02-01 20:28:42 -05:00
cw-acroteau
9bfa05fb03
Merge pull request #3 from aeisenberg/aeisenberg/add-ref-input
...
Update the description of new inputs
2022-02-01 17:19:33 -05:00
Henry Mercer
e9aa623c5d
Merge branch 'main' into dependabot/npm_and_yarn/ava/typescript-3.0.1
2022-02-01 18:57:02 +00:00
Henry Mercer
ce89f1b611
Upgrade Ava to v4
2022-02-01 18:56:42 +00:00
Andrew Eisenberg
57f34a1569
Merge pull request #902 from github/aeisenberg/permissions
...
Add a permissions block for generated workflows
2022-02-01 10:54:05 -08:00
Andrew Eisenberg
941e382c65
Merge branch 'main' into aeisenberg/permissions
2022-02-01 10:37:13 -08:00
Andrew Eisenberg
6c6b8c33c4
Update the description of new inputs
...
These new inputs will not work on pull requests from forks.
2022-02-01 10:34:45 -08:00
Andrew Eisenberg
13f97c81fe
Merge branch 'aeisenberg/permissions' into add-ref-input
2022-02-01 10:31:14 -08:00
Andrew Eisenberg
36419a79c1
Avoid sending status reports in test mode
2022-02-01 10:12:35 -08:00
github-actions[bot]
9a40cc5274
Update checked-in dependencies
2022-02-01 17:46:08 +00:00
Thomas Horstmeyer
ec0b3ae7ff
remove some debug info
2022-02-01 15:39:11 +00:00
Thomas Horstmeyer
e836f97769
Detect merge base as base_sha for upload
2022-02-01 15:38:43 +00:00
dependabot[bot]
11639426e6
Bump @ava/typescript from 2.0.0 to 3.0.1
...
Bumps [@ava/typescript](https://github.com/avajs/typescript ) from 2.0.0 to 3.0.1.
- [Release notes](https://github.com/avajs/typescript/releases )
- [Commits](https://github.com/avajs/typescript/compare/v2.0.0...v3.0.1 )
---
updated-dependencies:
- dependency-name: "@ava/typescript"
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-02-01 13:33:29 +00:00
Henry Mercer
a9da9fc959
Merge pull request #901 from github/dependabot/npm_and_yarn/long-5.2.0
...
Bump long from 4.0.0 to 5.2.0
2022-02-01 13:31:41 +00:00
Henry Mercer
ae8741006b
Merge branch 'main' into dependabot/npm_and_yarn/long-5.2.0
2022-02-01 11:11:25 +00:00
Alex Croteau
72f9a88bc5
Regenerates test workflows
2022-01-31 20:07:55 -05:00
Alex Croteau
9f36b75178
Splits integration tests
2022-01-31 20:06:18 -05:00
Alex Croteau
dfe2bc4e49
Changes to commit hash in main branch
2022-01-31 20:06:18 -05:00
Alex Croteau
63d0c7856c
Fixes integration tests referred repo
2022-01-31 20:06:18 -05:00
Alex Croteau
3cc87990f0
Updates javascript files
2022-01-31 20:06:18 -05:00
Alex Croteau
260b4d5dc4
Fixes integration test
2022-01-31 20:06:18 -05:00
Alex Croteau
1bfa9ace60
Adds integration test and fixes linting
2022-01-31 20:06:18 -05:00
Alex Croteau
1eaaf07b91
Adds check on inputs and compiled files
2022-01-31 20:06:17 -05:00
Alex Croteau
5916f9896d
Applies recomendation in upload-sarif/action.yml
2022-01-31 20:06:17 -05:00
cw-acroteau
0dd4dbf9d9
Apply documentation suggestions from code review
...
Co-authored-by: Andrew Eisenberg <aeisenberg@github.com >
2022-01-31 20:06:17 -05:00
Alex Croteau
980fd4ed38
Adds ref and SHA as inputs, and sarif-id as output
2022-01-31 20:06:17 -05:00
Andrew Eisenberg
e9aa2c6f62
Add a permissions block for generated workflows
...
Ensure that all workflows are able to write security events.
2022-01-31 16:11:00 -08:00
Andrew Eisenberg
e9d52340a3
Merge pull request #900 from github/mergeback/v1.0.31-to-main-1a927e93
...
Mergeback v1.0.31 refs/heads/v1 into main
2022-01-31 13:36:54 -08:00
github-actions[bot]
392931027a
Update checked-in dependencies
2022-01-31 18:36:27 +00:00
dependabot[bot]
ba2b46d53e
Bump long from 4.0.0 to 5.2.0
...
Bumps [long](https://github.com/dcodeIO/long.js ) from 4.0.0 to 5.2.0.
- [Release notes](https://github.com/dcodeIO/long.js/releases )
- [Commits](https://github.com/dcodeIO/long.js/compare/4.0.0...v5.2.0 )
---
updated-dependencies:
- dependency-name: long
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-01-31 18:32:15 +00:00
github-actions[bot]
a602dbedb7
Update checked-in dependencies
2022-01-31 17:42:59 +00:00
Andrew Eisenberg
66777347f6
Merge branch 'main' into mergeback/v1.0.31-to-main-1a927e93
2022-01-31 08:42:20 -08:00
github-actions[bot]
ce6e94b1b8
1.0.32
2022-01-31 16:41:57 +00:00
github-actions[bot]
30790fe430
Update changelog and version after v1.0.31
2022-01-31 16:41:55 +00:00
Andrew Eisenberg
1a927e9307
Merge pull request #899 from github/update-v1.0.31-3a741b6c
...
Merge main into v1
2022-01-31 08:40:43 -08:00
Henry Mercer
ea2ef8554d
Merge pull request #893 from github/dependabot/npm_and_yarn/trim-off-newlines-1.0.3
...
Bump trim-off-newlines from 1.0.2 to 1.0.3
2022-01-31 16:26:49 +00:00
github-actions[bot]
bbb9c53c65
1.0.31
2022-01-31 16:08:02 +00:00
Henry Mercer
9664bae55e
Merge branch 'main' into dependabot/npm_and_yarn/trim-off-newlines-1.0.3
2022-01-31 15:59:28 +00:00
Henry Mercer
3a741b6cf5
Merge pull request #892 from github/dependabot/npm_and_yarn/node-fetch-2.6.7
...
Bump node-fetch from 2.6.1 to 2.6.7
2022-01-31 15:48:18 +00:00
Henry Mercer
1498bce660
Merge branch 'main' into dependabot/npm_and_yarn/node-fetch-2.6.7
2022-01-31 14:51:48 +00:00
Henry Mercer
c260382f36
Merge pull request #894 from github/dependabot/npm_and_yarn/sinon-13.0.0
...
Bump sinon from 11.1.2 to 13.0.0
2022-01-31 14:51:33 +00:00
github-actions[bot]
6410c0691e
Update checked-in dependencies
2022-01-29 01:49:46 +00:00
github-actions[bot]
8e07ec6ce2
Update checked-in dependencies
2022-01-29 01:33:45 +00:00
github-actions[bot]
c337e5f2f3
Update checked-in dependencies
2022-01-29 01:21:58 +00:00
dependabot[bot]
9673b562d9
Bump sinon from 11.1.2 to 13.0.0
...
Bumps [sinon](https://github.com/sinonjs/sinon ) from 11.1.2 to 13.0.0.
- [Release notes](https://github.com/sinonjs/sinon/releases )
- [Changelog](https://github.com/sinonjs/sinon/blob/master/docs/changelog.md )
- [Commits](https://github.com/sinonjs/sinon/compare/v11.1.2...v13.0.0 )
---
updated-dependencies:
- dependency-name: sinon
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-01-29 01:16:14 +00:00
dependabot[bot]
253bc84963
Bump trim-off-newlines from 1.0.2 to 1.0.3
...
Bumps [trim-off-newlines](https://github.com/stevemao/trim-off-newlines ) from 1.0.2 to 1.0.3.
- [Release notes](https://github.com/stevemao/trim-off-newlines/releases )
- [Commits](https://github.com/stevemao/trim-off-newlines/compare/v1.0.2...v1.0.3 )
---
updated-dependencies:
- dependency-name: trim-off-newlines
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-01-29 01:15:48 +00:00
dependabot[bot]
bc4366e948
Bump node-fetch from 2.6.1 to 2.6.7
...
Bumps [node-fetch](https://github.com/node-fetch/node-fetch ) from 2.6.1 to 2.6.7.
- [Release notes](https://github.com/node-fetch/node-fetch/releases )
- [Commits](https://github.com/node-fetch/node-fetch/compare/v2.6.1...v2.6.7 )
---
updated-dependencies:
- dependency-name: node-fetch
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-01-29 01:15:47 +00:00
Andrew Eisenberg
3b831aafd9
Merge pull request #885 from github/dependabot/npm_and_yarn/runner/node-fetch-2.6.7
...
Bump node-fetch from 2.6.1 to 2.6.7 in /runner
2022-01-28 17:15:15 -08:00
Andrew Eisenberg
14b1fecf33
Merge branch 'main' into dependabot/npm_and_yarn/runner/node-fetch-2.6.7
2022-01-28 15:42:46 -08:00
Robin Neatherway
5e23536180
Merge pull request #887 from github/rneatherway/content-type
...
Set contentType for database uploads
2022-01-25 18:40:57 +00:00
Robin Neatherway
5f30e2466f
Merge branch 'rneatherway/content-type' of github.com:github/codeql-action into rneatherway/content-type
2022-01-25 17:17:21 +00:00
Andrew Eisenberg
05981c5829
Merge branch 'main' into dependabot/npm_and_yarn/runner/node-fetch-2.6.7
2022-01-25 08:57:02 -08:00
Robin Neatherway
486633d442
Try string literal key
2022-01-25 16:33:09 +00:00
Robin Neatherway
d6360c9075
Merge branch 'main' into rneatherway/content-type
2022-01-25 15:21:13 +00:00
Robin Neatherway
d3a0787934
Merge pull request #886 from github/rneatherway/remove-old-upload-path
...
Remove old upload path
2022-01-25 14:08:16 +00:00
Robin Neatherway
e13c8bbfb7
Merge branch 'main' into rneatherway/remove-old-upload-path
2022-01-25 12:36:23 +00:00
Andrew Eisenberg
1c9a1f5d01
Merge pull request #888 from github/aeisenberg/remove-experiemental-message
...
Remove `experimental` warning message for custom packs
2022-01-24 17:03:09 -08:00
Andrew Eisenberg
1f7dab4ba2
Merge branch 'main' into aeisenberg/remove-experiemental-message
2022-01-24 13:30:45 -08:00
Andrew Eisenberg
8a36468d11
Merge pull request #882 from github/aeisenberg/better-error
...
Ensure loadApiError is caught
2022-01-24 12:05:09 -08:00
Andrew Eisenberg
f8c38c1af3
Update changelog
2022-01-24 09:54:17 -08:00
Robin Neatherway
10249d1591
Update tests to remove feature flag
2022-01-24 17:53:09 +00:00
Andrew Eisenberg
e6bcd71529
Remove experimental warning message for custom packs
2022-01-24 09:40:46 -08:00
Andrew Eisenberg
806fc12eb2
Reword changelog entry and add back test
2022-01-24 09:25:52 -08:00
Andrew Eisenberg
ba352d365b
Merge branch 'main' into aeisenberg/better-error
2022-01-24 08:56:14 -08:00
Robin Neatherway
751af2a9e3
Set contentType for database uploads
2022-01-24 15:54:46 +00:00
Robin Neatherway
1a686e7d76
Remove old upload path
...
The `useUploadDomain` approach is now fully enabled
2022-01-24 15:47:08 +00:00
dependabot[bot]
0479586f61
Bump node-fetch from 2.6.1 to 2.6.7 in /runner
...
Bumps [node-fetch](https://github.com/node-fetch/node-fetch ) from 2.6.1 to 2.6.7.
- [Release notes](https://github.com/node-fetch/node-fetch/releases )
- [Changelog](https://github.com/node-fetch/node-fetch/blob/main/docs/CHANGELOG.md )
- [Commits](https://github.com/node-fetch/node-fetch/compare/v2.6.1...v2.6.7 )
---
updated-dependencies:
- dependency-name: node-fetch
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-01-24 13:34:40 +00:00
Edoardo Pirovano
708446c6e4
Merge pull request #884 from github/mergeback/v1.0.30-to-main-8b37404d
...
Mergeback v1.0.30 refs/heads/v1 into main
2022-01-24 13:33:55 +00:00
github-actions[bot]
392316b555
Update checked-in dependencies
2022-01-24 13:16:43 +00:00
github-actions[bot]
5604c0a3ad
1.0.31
2022-01-24 13:01:42 +00:00
github-actions[bot]
7d8ca8fa93
Update changelog and version after v1.0.30
2022-01-24 13:01:40 +00:00
Edoardo Pirovano
8b37404d56
Merge pull request #883 from github/update-v1.0.30-a7adbce2
...
Merge main into v1
2022-01-24 13:00:42 +00:00
github-actions[bot]
c180f23bb1
1.0.30
2022-01-24 11:30:41 +00:00
Edoardo Pirovano
a7adbce22c
Merge pull request #877 from github/codeql-cli-2.7.6
...
Update default CodeQL version to 2.7.6
2022-01-24 11:18:52 +00:00
Edoardo Pirovano
3b4e4d44dc
Update default CodeQL version to 2.7.6
2022-01-24 09:45:48 +00:00
Andrew Eisenberg
f18151cc59
Update error message and remove feature flag preloading
...
Discussion here https://github.com/github/codeql-action/pull/882#discussion_r789924177
shows that properly handling preloading feature flag errors is complex
and the benefit we get from it does not offset the complexity.
2022-01-21 11:20:48 -08:00
Andrew Eisenberg
e175dea369
Update changelog
2022-01-21 10:05:52 -08:00
Andrew Eisenberg
752ae5743f
Ensure loadApiError is caught
...
And add a better error message.
By using `void` instead of `await`, any error thrown is not caught
by surrounding try-catch blocks.
I could continue to use `void` and explicitly handle any thrown errors
by using `.catch`, but most likely the time savings is minimal and
this makes the code more complex.
2022-01-21 10:04:08 -08:00
Andrew Eisenberg
0dabead789
Merge pull request #876 from github/aeisenberg/multi-init
...
Include better error message
2022-01-21 08:42:06 -08:00
Andrew Eisenberg
5e69ce82f8
Merge branch 'main' into aeisenberg/multi-init
2022-01-21 08:04:13 -08:00
Edoardo Pirovano
fdb92bbffe
Merge pull request #881 from github/edoardo/respect-env
...
Respect extra options in a few `codeql` calls
2022-01-21 14:02:21 +00:00
Edoardo Pirovano
14b4839253
Respect extra options in a few codeql calls
2022-01-21 13:44:52 +00:00
Edoardo Pirovano
d76304cd8e
Merge pull request #880 from github/mergeback/v1.0.29-to-main-384cfc42
...
Mergeback v1.0.29 refs/heads/v1 into main
2022-01-21 11:53:08 +00:00
github-actions[bot]
57c4e974c2
Update checked-in dependencies
2022-01-21 11:23:59 +00:00
github-actions[bot]
c2fb041dc1
1.0.30
2022-01-21 11:12:16 +00:00
github-actions[bot]
ac9d34fbc6
Update changelog and version after v1.0.29
2022-01-21 11:12:14 +00:00
Edoardo Pirovano
384cfc42b2
Merge pull request #879 from github/update-v1.0.29-67c0353a
...
Merge main into v1
2022-01-21 11:11:07 +00:00
github-actions[bot]
5a1e31dc6a
1.0.29
2022-01-21 10:47:33 +00:00
Edoardo Pirovano
67c0353a8c
Merge pull request #878 from github/revert-wait-for-processing
...
Revert "Start waiting for processing by default."
2022-01-21 10:45:30 +00:00
Chris Gavin
7ec25e02e3
Add a changelog note.
2022-01-21 10:26:18 +00:00
Chris Gavin
713eacdf6c
Revert "Start waiting for processing by default."
...
This reverts commit b661ef1697 .
2022-01-21 10:25:57 +00:00
Andrew Eisenberg
c8290d07f0
Update changelog
...
Add a line item for using a better error message.
Also, add a link for an entry that didn't have one before.
2022-01-20 10:31:43 -08:00
Andrew Eisenberg
51126e5cd1
Include better error message
...
When users call init multiple times.
2022-01-20 10:28:11 -08:00
Edoardo Pirovano
c0b507e521
Merge pull request #875 from github/mergeback/v1.0.28-to-main-8a4b243f
...
Mergeback v1.0.28 refs/heads/v1 into main
2022-01-18 22:21:27 +00:00
github-actions[bot]
d563b098d7
Update checked-in dependencies
2022-01-18 21:54:31 +00:00
github-actions[bot]
fca047627b
1.0.29
2022-01-18 21:35:32 +00:00
github-actions[bot]
28fe8e7028
Update changelog and version after v1.0.28
2022-01-18 21:35:30 +00:00
Andrew Eisenberg
8a4b243fbf
Merge pull request #874 from github/update-v1.0.28-b31df3ff
...
Merge main into v1
2022-01-18 13:33:47 -08:00
Andrew Eisenberg
19970ae6b5
Update changelog
...
Add an entry and move an entry.
2022-01-18 12:44:43 -08:00
github-actions[bot]
ec1b16574e
1.0.28
2022-01-18 19:13:38 +00:00
Henning Makholm
b31df3ff95
Merge pull request #866 from github/hmakholm/pr/2.7.5
...
Bump CodeQL version to 2.7.5
2022-01-17 19:45:58 +01:00
Henning Makholm
776db51d2e
Merge remote-tracking branch 'origin/main' into hmakholm/pr/2.7.5
2022-01-17 18:27:39 +01:00
Andrew Eisenberg
b886234637
Merge pull request #872 from github/aeisenberg/category-with-tool
...
Change category uniqueness test
2022-01-17 09:19:39 -08:00
Henning Makholm
9913c9bfa5
Merge remote-tracking branch 'origin/main' into hmakholm/pr/2.7.5
2022-01-17 18:06:10 +01:00
Andrew Eisenberg
8de62beb50
Merge branch 'main' into aeisenberg/category-with-tool
2022-01-17 09:00:14 -08:00
Andrew Eisenberg
b6fbccaba1
Merge pull request #873 from github/nickrolfe/ruby
...
Update warning about interpreted languages to mention Ruby
2022-01-14 09:05:50 -08:00
Nick Rolfe
df0c306daf
Update warning about interpreted languages to mention Ruby
2022-01-14 11:57:29 +00:00
Andrew Eisenberg
ab1f709732
Allow duplicate categories in the same validation step
...
A single SARIF file should be allowed to have duplicated
categories.
2022-01-13 10:35:03 -08:00
Andrew Eisenberg
8454e21c9c
Change category uniqueness test
...
Turboscan only allows a single combination of tool name and automation
details id for testing category uniqueness.
Previously, the check in the action was not entirely correct since it
only looked at the _category_ and not the combination of the category
and the tool name.
It's even more precise now since it is looking at the actual, computed
value of the automation details id, rather than an inputted value of
the category.
This change also includes a refactoring where the action is now avoiding
multiple parsing/stringifying of the sarif files. Instead, sarif is
parsed once at the start of the process and stringified once, after
sarif processing is completely finished.
2022-01-12 15:26:34 -08:00
Henning Makholm
d85c3e58ec
Bump CodeQL version to 2.7.5
2022-01-12 19:36:20 +01:00
Edoardo Pirovano
cbabe47a0b
Merge pull request #871 from github/mergeback/v1.0.27-to-main-cd783c8a
...
Mergeback v1.0.27 refs/heads/v1 into main
2022-01-11 22:22:02 +00:00
github-actions[bot]
f8a48f464d
Update checked-in dependencies
2022-01-11 21:57:25 +00:00
github-actions[bot]
f6f23f8671
1.0.28
2022-01-11 21:43:35 +00:00
github-actions[bot]
c2a7379048
Update changelog and version after v1.0.27
2022-01-11 21:43:33 +00:00
Edoardo Pirovano
cd783c8a29
Merge pull request #870 from github/update-v1.0.27-faa9ba73
...
Merge main into v1
2022-01-11 21:42:44 +00:00
github-actions[bot]
300c8b6dcb
1.0.27
2022-01-11 20:35:30 +00:00
Edoardo Pirovano
faa9ba7363
Merge pull request #869 from github/edoardo/windows-11-error
...
Refuse to run on Windows 11
2022-01-11 20:34:11 +00:00
Edoardo Pirovano
d2a0fc83dc
Refuse to run on Windows 11
2022-01-11 18:34:33 +00:00
Edoardo Pirovano
71112ab35d
Merge pull request #868 from edoardopirovano/debug-artifact-name
...
Make name of debugging artifact and DB within it configurable
2022-01-07 17:54:41 +00:00
Edoardo Pirovano
e677af3fd0
Make name of debugging artifact and DB within it configurable
2022-01-07 15:10:26 +00:00
Henry Mercer
848e5140d4
Merge pull request #857 from github/henrymercer/ml-powered-queries
...
Add support for running ML-powered queries for JS `security-extended` behind `ml_powered_queries` feature flag
2022-01-06 17:55:06 +00:00
Henry Mercer
e7fe6da378
Allow patch version of ML-powered queries pack to be bumped
2022-01-06 11:58:03 +00:00
Henry Mercer
2159631658
Only run ML-powered queries with v2.7.5 or newer of the CLI
2022-01-06 11:58:03 +00:00
Henry Mercer
9de1702400
Document use of redundant feature flag API call
2022-01-06 11:58:02 +00:00
Henry Mercer
efded22908
Bump the version of the ATM query pack to 0.0.2
2022-01-06 11:57:33 +00:00
Henry Mercer
5602bd50bf
Test loading of ML-powered queries
2022-01-06 11:57:33 +00:00
Henry Mercer
2f4be8e34b
Run ML-powered queries for JS security-extended behind feature flag
2022-01-06 11:57:33 +00:00
Edoardo Pirovano
9763bdd6ec
Merge pull request #860 from edoardopirovano/always-upload-db
...
Always upload DB when in debug mode
2022-01-04 18:25:33 +00:00
Edoardo Pirovano
00d4d60204
Always upload DB when in debug mode
2022-01-04 16:49:31 +00:00
Edoardo Pirovano
e5d84de18b
Merge pull request #861 from github/remove-debug-output
...
Remove debugging output
2022-01-02 10:05:46 +00:00
Edoardo Pirovano
ea1acc573a
Merge branch 'main' into remove-debug-output
2022-01-02 09:41:49 +00:00
Edoardo Pirovano
79ea6d6a7c
Merge pull request #862 from github/aeisenberg/fix-python-tests
...
Force virtualenv version
2022-01-02 09:41:38 +00:00
Andrew Eisenberg
3e50d096f8
Force virtualenv version
...
Force the virtualenv version to be 20.11 or less.
The 20.12 version is failing for python 2 right now.
2022-01-01 19:13:10 -08:00
Edoardo Pirovano
cca1cfdacf
Remove debugging output
2021-12-31 16:32:08 +00:00
Edoardo Pirovano
cdea582765
Merge pull request #859 from github/update-supported-enterprise-server-versions
...
Update supported GitHub Enterprise Server versions.
2021-12-29 09:39:28 +00:00
GitHub
3e59dee9e2
Update supported GitHub Enterprise Server versions.
2021-12-29 00:07:19 +00:00
Henry Mercer
249c7ffce1
Merge pull request #856 from github/henrymercer/feature-flagging
...
Feature flagging via the GitHub API
2021-12-16 16:18:46 +00:00
Henry Mercer
254816c2d2
Stub feature flag API endpoint in tests
2021-12-16 13:39:18 +00:00
Henry Mercer
6d62c245ec
Represent feature flags using an enum
...
Replaces the previous string literal type
2021-12-16 13:38:34 +00:00
Henry Mercer
5e87034b3b
Explicitly pass repository to feature flags constructor
...
As suggested in review: The `GITHUB_REPOSITORY` environment variable is
only available on Actions. Passing it in explicitly avoids potentially
crashing if this code is called from the runner.
2021-12-15 17:03:43 +00:00
Henry Mercer
621e0794ac
Throw an error if the feature flag API request errors
2021-12-15 16:34:26 +00:00
Henry Mercer
d6499fad61
Use new feature flag architecture when uploading databases
2021-12-15 13:17:05 +00:00
Henry Mercer
04671efa1d
Add support for feature flagging via the GitHub API
2021-12-15 13:16:33 +00:00
Andrew Eisenberg
e1f05902cd
Merge pull request #855 from github/correct-changelog
...
Move changelog entry into correct place
2021-12-14 11:06:40 -08:00
Thomas Horstmeyer
f9e96fa857
Move changelog entry into correct place
2021-12-14 13:49:52 +00:00
Andrew Eisenberg
14a5537e13
Merge pull request #853 from github/aeisenberg/remove-scheduled
...
Remove scheduled releases
2021-12-13 19:14:37 -08:00
Andrew Eisenberg
d3eb4974a3
Merge branch 'main' into aeisenberg/remove-scheduled
2021-12-13 18:37:38 -08:00
Edoardo Pirovano
39216d10d3
Merge pull request #854 from edoardopirovano/remove-dotnet-restore
...
Remove `dotnet restore` calls from CI checks
2021-12-13 23:29:58 +00:00
Edoardo Pirovano
265a7db16a
Remove dotnet restore calls from CI checks
2021-12-13 18:04:46 +00:00
Andrew Eisenberg
f623d4cec3
Remove scheduled releases
...
The action will be released roughly every two weeks along
with the CodeQL CLI release process.
2021-12-13 09:34:53 -08:00
Chris Gavin
eacec3646a
Merge pull request #843 from github/wait-for-processing-by-default
...
Start waiting for processing by default.
2021-12-13 12:19:11 +00:00
Chris Gavin
e0e2abc1a5
Merge branch 'main' into wait-for-processing-by-default
2021-12-13 12:04:22 +00:00
Chris Gavin
716b5980cd
Merge pull request #844 from github/duplicated-output
...
Stop printing all output twice.
2021-12-13 11:57:11 +00:00
Chris Gavin
1d83f2a0bc
Merge branch 'main' into duplicated-output
2021-12-13 11:44:22 +00:00
Andrew Eisenberg
ce77f88627
Merge pull request #849 from github/mergeback/v1.0.26-to-main-5f532563
...
Mergeback v1.0.26 refs/heads/v1 into main
2021-12-10 13:41:53 -08:00
github-actions[bot]
a777b51ef7
Update checked-in dependencies
2021-12-10 19:09:21 +00:00
github-actions[bot]
88fbabe21d
1.0.27
2021-12-10 18:40:13 +00:00
github-actions[bot]
eeb215b041
Update changelog and version after v1.0.26
2021-12-10 18:40:11 +00:00
Andrew Eisenberg
5f53256358
Merge pull request #848 from github/update-v1.0.26-07825549
...
Merge main into v1
2021-12-10 10:39:01 -08:00
github-actions[bot]
25a5103778
1.0.26
2021-12-10 18:20:01 +00:00
Edoardo Pirovano
0782554948
Merge pull request #845 from github/refuse-broken-versions
...
Refuse to use broken versions in the toolcache
2021-12-09 16:53:57 +00:00
Edoardo Pirovano
705f634a1d
Refuse to use broken versions in the toolcache
2021-12-09 13:43:57 +00:00
Chris Gavin
b7b7607959
Stop printing all output twice.
2021-12-09 13:21:32 +00:00
Chris Gavin
7bcc6564d4
Add more context to a change note.
...
Co-authored-by: Thomas Horstmeyer <73262256+cannist@users.noreply.github.com >
2021-12-09 12:53:20 +00:00
Chris Gavin
b661ef1697
Start waiting for processing by default.
2021-12-09 10:21:34 +00:00
Andrew Eisenberg
6ad00fd084
Merge pull request #842 from github/aeisenberg/cli-2.7.3
...
Prepare for the CodeQL 2.7.3 release
2021-12-08 17:46:32 -08:00
Andrew Eisenberg
fccdee04ba
Prepare for the CodeQL 2.7.3 release
2021-12-08 17:18:05 -08:00
Andrew Eisenberg
e694ca6192
Merge pull request #841 from github/aeisenberg/fix-del
...
Always use `force: true` for del
2021-12-08 16:01:45 -08:00
Andrew Eisenberg
67d11b5928
Always use force: true for del
2021-12-08 15:37:43 -08:00
Aditya Sharad
924a64d2e0
Merge pull request #840 from github/aeisenberg/fix-rm
...
Remove rmDir references
2021-12-08 15:08:58 -08:00
Andrew Eisenberg
45dc27d3c1
Remove rmDir references
...
`rmDir` is not available on the node version used by the actions runner.
Instead, use the `del` package. It is safe, well-tested, and
cross-platform.
2021-12-08 12:11:31 -08:00
Andrew Eisenberg
cbed0358c6
Merge pull request #839 from github/revert-837-aeisenberg/cli-2.7.3
...
Revert "Bump default CodeQL version to 2.7.3"
2021-12-08 10:58:53 -08:00
Andrew Eisenberg
a8cf6f42c2
Revert "Bump default CodeQL version to 2.7.3"
2021-12-08 10:07:10 -08:00
Andrew Eisenberg
eebe7c46f1
Merge pull request #837 from github/aeisenberg/cli-2.7.3
...
Bump default CodeQL version to 2.7.3
2021-12-08 09:02:37 -08:00
Edoardo Pirovano
dc32d5448f
Add a workflow step to do dotnet restore
2021-12-08 14:47:42 +00:00
Andrew Eisenberg
fac22de4f9
Autobuild: Prefix invocations with CODEQL_RUNNER
...
Co-authored-by: Aditya Sharad <6874315+adityasharad@users.noreply.github.com >
2021-12-07 20:50:17 -08:00
Andrew Eisenberg
0a1efd7f45
Update changelog
2021-12-07 10:50:12 -08:00
Andrew Eisenberg
043e3deaeb
Bump default CodeQL version to 2.7.3
2021-12-07 10:45:17 -08:00
Edoardo Pirovano
0dbcb55617
Merge pull request #835 from github/mergeback/v1.0.25-to-main-546b30f3
...
Mergeback v1.0.25 refs/heads/v1 into main
2021-12-06 16:23:57 +00:00
github-actions[bot]
00c59b98ce
Update checked-in dependencies
2021-12-06 15:25:38 +00:00
github-actions[bot]
7069ada3ed
1.0.26
2021-12-06 15:14:23 +00:00
github-actions[bot]
dd1f9a96d8
Update changelog and version after v1.0.25
2021-12-06 15:14:20 +00:00
Robert
546b30f35a
Merge pull request #834 from github/update-v1.0.25-f44219c9
...
Merge main into v1
2021-12-06 15:13:18 +00:00
github-actions[bot]
d1dde03d7a
1.0.25
2021-12-06 14:42:24 +00:00
Robert
f44219c94b
Merge pull request #832 from github/robertbrignull/upload_domain
...
Upload using uploads.github.com if enabled for that repository
2021-12-06 10:24:27 +00:00
Robert
bdaac951f7
Merge branch 'main' into robertbrignull/upload_domain
2021-12-06 09:59:11 +00:00
Robert
a82f53a364
Merge pull request #833 from github/robertbrignull/fix-dotnet
...
Deal with new dotnet version
2021-12-06 09:58:58 +00:00
Robert
f721f011bf
Add call to dotnet restore
2021-12-06 09:43:07 +00:00
Robert
c82e09aa41
Delete bundled db before recreating
2021-12-01 12:25:57 +00:00
Robert
460d053698
Upload using uploads.github.com if enabled for that repository
2021-12-01 12:13:46 +00:00
Edoardo Pirovano
3bf14e85d8
Merge pull request #829 from github/mergeback/v1.0.24-to-main-e095058b
...
Mergeback v1.0.24 refs/heads/v1 into main
2021-11-23 11:32:20 +00:00
github-actions[bot]
13a9d6c442
Update checked-in dependencies
2021-11-23 11:12:31 +00:00
github-actions[bot]
dd65833ab6
1.0.25
2021-11-23 10:59:43 +00:00
github-actions[bot]
c2d9e4b48f
Update changelog and version after v1.0.24
2021-11-23 10:59:41 +00:00
Edoardo Pirovano
e095058bfa
Merge pull request #828 from github/update-v1.0.24-0b242db7
...
Merge main into v1
2021-11-23 10:58:34 +00:00
Edoardo Pirovano
2c99f99c4a
Merge branch 'v1' into update-v1.0.24-0b242db7
2021-11-23 09:54:57 +00:00
github-actions[bot]
bcd7e6896f
1.0.24
2021-11-23 09:52:25 +00:00
Edoardo Pirovano
0b242db78f
Merge pull request #827 from github/2.7.2-release
...
Bump default CodeQL version to 2.7.2
2021-11-22 15:17:04 +00:00
Edoardo Pirovano
c897659213
Add CHANGELOG note for new bundle version
2021-11-22 13:11:20 +00:00
Edoardo Pirovano
8b902e1723
Bump default CodeQL version to 2.7.2
2021-11-22 13:09:42 +00:00
Edoardo Pirovano
26567f6a49
Merge pull request #819 from github/mergeback/v1.0.23-to-main-a627e9fa
...
Mergeback v1.0.23 refs/heads/v1 into main
2021-11-20 00:30:04 +00:00
github-actions[bot]
dbf7ac4b37
Update checked-in dependencies
2021-11-19 23:52:01 +00:00
github-actions[bot]
077f7b2532
1.0.24
2021-11-19 23:46:10 +00:00
github-actions[bot]
a392055010
Update changelog and version after v1.0.23
2021-11-19 23:46:10 +00:00
Henning Makholm
0aea878963
fix changelog
2021-11-19 23:46:10 +00:00
github-actions[bot]
bca71988d3
1.0.23
2021-11-19 23:46:10 +00:00
Edoardo Pirovano
02e1cdcd36
Merge pull request #823 from github/fix-update-workflow
...
Remove `persist-credentials: false` from workflow
2021-11-19 23:45:25 +00:00
Edoardo Pirovano
4860ed1ad4
Remove persist-credentials: false from workflow
2021-11-19 17:55:10 +00:00
Chris Gavin
3e36cddb07
Merge pull request #781 from github/wait-for-processing
...
Add an option to allow waiting until an analysis has been processed before finishing the Action.
2021-11-18 12:02:43 +00:00
Chris Gavin
b9bd459b70
Add a clarifying comment to a break.
2021-11-17 15:52:36 +00:00
Chris Gavin
215c4f5ff5
Move the delay to the end of the loop.
2021-11-17 15:51:50 +00:00
Chris Gavin
4eef7ef32c
Split out waiting for processing.
2021-11-17 13:20:36 +00:00
Chris Gavin
e0b9b9a248
Check for errors in the analysis status response.
2021-11-17 12:33:42 +00:00
Chris Gavin
823bb21bbb
Add a default value for wait-for-processing.
2021-11-17 12:33:38 +00:00
Chris Gavin
49fc4c9b40
Reduce log message level.
...
Co-authored-by: Andrew Eisenberg <aeisenberg@github.com >
2021-11-17 12:14:48 +00:00
Chris Gavin
21a786fda0
Improve a log message.
...
Co-authored-by: Andrew Eisenberg <aeisenberg@github.com >
2021-11-17 12:14:25 +00:00
Chris Gavin
316ad9d919
Add an option to allow waiting until an analysis has been processed before finishing the Action.
2021-11-17 12:14:13 +00:00
Henning Makholm
a627e9fa50
Merge pull request #818 from github/update-v1.0.23-2ecc17d7
...
Merge main into v1
2021-11-16 20:56:34 +01:00
Henning Makholm
160021fe53
fix changelog
2021-11-16 20:39:37 +01:00
github-actions[bot]
3f2269bf58
1.0.23
2021-11-16 18:48:44 +00:00
Edoardo Pirovano
2ecc17d74f
Merge pull request #817 from edoardopirovano/respect-ld-preload
...
Respect value of `LD_PRELOAD` given by the CLI
2021-11-16 00:22:50 +00:00
Edoardo Pirovano
9b506fed7c
Respect value of LD_PRELOAD given by the CLI
2021-11-15 22:16:59 +00:00
Henning Makholm
2803f4a792
Merge pull request #816 from github/hmakholm/pr/2.7.1
...
Update bundle to version 2.7.1
2021-11-15 20:27:55 +01:00
Henning Makholm
720bf9d157
Merge remote-tracking branch 'origin/main' into hmakholm/pr/2.7.1
2021-11-15 20:05:55 +01:00
Andrew Eisenberg
bbf0a22e84
Merge pull request #801 from github/aeisenberg/upload-by-category
...
Allow multiple uploads in a single job
2021-11-15 10:57:49 -08:00
Andrew Eisenberg
d7b5c618a4
Merge branch 'main' into aeisenberg/upload-by-category
2021-11-15 10:33:14 -08:00
Henning Makholm
37a4db94ad
Update bundle to version 2.7.1
2021-11-15 19:32:53 +01:00
Andrew Eisenberg
6a98a4b500
Allow multiple uploads in a single job
...
They must all have a unique category. The category will be
converted into an environment variable.
2021-11-15 09:16:25 -08:00
Edoardo Pirovano
ea8a175a94
Merge pull request #812 from github/sanitize-artifact-name
...
Sanitize artifact name before using
2021-11-08 11:23:19 +00:00
Edoardo Pirovano
f360da772a
Sanitize artifact name before using
2021-11-05 08:40:16 +00:00
Andrew Eisenberg
ea169430d2
Merge pull request #809 from edoardopirovano/include-run-id
...
Include matrix information in debug artifact name
2021-11-04 14:13:02 -07:00
Edoardo Pirovano
375c14729e
Include matrix information in debug artifact name
2021-11-04 19:20:24 +00:00
Edoardo Pirovano
0442e71a2a
Merge pull request #806 from github/mergeback/v1.0.22-to-main-5581e08a
...
Mergeback v1.0.22 refs/heads/v1 into main
2021-11-04 12:35:39 +00:00
Edoardo Pirovano
3832953584
Update version numbers in lockfiles
2021-11-04 12:21:48 +00:00
github-actions[bot]
3ce10aec2e
1.0.23
2021-11-04 11:49:59 +00:00
github-actions[bot]
c4b0d49ea3
Update changelog and version after v1.0.22
2021-11-04 11:49:57 +00:00
Edoardo Pirovano
5581e08a65
Merge pull request #805 from github/update-v1.0.22-ae284321
...
Merge main into v1
2021-11-04 11:48:43 +00:00
github-actions[bot]
df5cf240b0
1.0.22
2021-11-04 11:15:19 +00:00
Edoardo Pirovano
ae2843216b
Merge pull request #770 from github/enable-new-tracing
...
Re-enable new style of tracing
2021-11-04 10:03:53 +00:00
Edoardo Pirovano
5156a89668
Re-enable new style of tracing
2021-11-04 09:47:56 +00:00
Chuan-kai Lin
8f0825e9c0
Merge pull request #804 from github/cklin/include-custom-query-help
...
Include custom query help in analysis results
2021-11-03 13:33:39 -07:00
Chuan-kai Lin
9a44540e25
Include custom query help in analysis results
2021-11-03 13:19:01 -07:00
Andrew Eisenberg
ff3272d4e1
Merge pull request #786 from github/aeisenberg/dependabot
...
Fix dependabot issues
2021-11-03 09:56:33 -07:00
Andrew Eisenberg
56c7489b94
Merge branch 'main' into aeisenberg/dependabot
2021-11-02 10:35:28 -07:00
Edoardo Pirovano
3ba4184b13
Merge pull request #798 from edoardopirovano/debug-mode
...
Add an option to upload some debugging artifacts
2021-11-01 16:44:51 +00:00
Edoardo Pirovano
bc31f604d3
Add an option to upload some debugging artifacts
2021-11-01 16:12:50 +00:00
Chuan-kai Lin
4293754ed2
Merge pull request #738 from github/cklin/extractor-ram-threads-options
...
Add RAM and threads options to init action
2021-10-28 15:38:33 -07:00
Chuan-kai Lin
70b730eb7d
Add RAM and threads options to init action
2021-10-28 15:09:59 -07:00
Edoardo Pirovano
2905689d8a
Merge pull request #800 from github/mergeback/v1.0.21-to-main-e891551d
...
Mergeback v1.0.21 refs/heads/v1 into main
2021-10-28 23:04:40 +01:00
github-actions[bot]
1d123b770b
Update checked-in dependencies
2021-10-28 21:33:38 +00:00
github-actions[bot]
9661171991
1.0.22
2021-10-28 21:19:05 +00:00
github-actions[bot]
e04751618e
Update changelog and version after v1.0.21
2021-10-28 21:19:04 +00:00
Chuan-kai Lin
e891551dd4
Merge pull request #799 from github/update-v1.0.21-a53b8d0e
...
Merge main into v1
2021-10-28 14:18:14 -07:00
github-actions[bot]
bd48dc5be5
1.0.21
2021-10-28 20:46:17 +00:00
Chuan-kai Lin
a53b8d0ed1
Merge pull request #795 from github/cklin/codeql-cli-2.7.0-update
...
Update CodeQL bundle to 20211025 / 2.7.0
2021-10-25 14:10:10 -07:00
Chuan-kai Lin
22747bcb77
Update CodeQL bundle to 20211025 / 2.7.0
2021-10-25 13:45:26 -07:00
Edoardo Pirovano
503f29874a
Merge pull request #793 from github/mergeback/v1.0.20-to-main-e86ea38e
...
Mergeback v1.0.20 refs/heads/v1 into main
2021-10-25 19:31:43 +01:00
github-actions[bot]
c3b8b48b76
Update checked-in dependencies
2021-10-25 18:15:07 +00:00
Edoardo Pirovano
eae8bacaeb
Merge branch 'main' into mergeback/v1.0.20-to-main-e86ea38e
2021-10-25 19:12:04 +01:00
Edoardo Pirovano
c226132b0b
Merge pull request #794 from edoardopirovano/fix-update-deps
...
Further fix to update dependencies workflow
2021-10-25 18:30:44 +01:00
Edoardo Pirovano
d3f5d485b3
Further fix to update dependencies workflow
2021-10-25 18:09:40 +01:00
github-actions[bot]
4647e20bb5
1.0.21
2021-10-25 16:50:12 +00:00
github-actions[bot]
1a3e71aa9a
Update changelog and version after v1.0.20
2021-10-25 16:50:10 +00:00
Edoardo Pirovano
e86ea38e3f
Merge pull request #791 from github/update-v1.0.20-c89d9bd8
...
Merge main into v1
2021-10-25 17:48:58 +01:00
Aditya Sharad
968c038839
Merge pull request #777 from github/adityasharad/upload-sarif-limits
...
upload-sarif: Link to docs on upload limits
2021-10-25 09:24:07 -07:00
Andrew Eisenberg
531c6ba7c8
Fix dependabot issues
2021-10-25 08:56:16 -07:00
Aditya Sharad
86fea52924
Merge branch 'main' into adityasharad/upload-sarif-limits
2021-10-25 08:54:15 -07:00
github-actions[bot]
0499230710
1.0.20
2021-10-25 09:02:27 +00:00
Aditya Sharad
c89d9bd8b0
Merge pull request #790 from edoardopirovano/fix-workflow
...
Fix syntax in a workflow
2021-10-22 09:51:17 -07:00
Edoardo Pirovano
63fd41bf33
Fix syntax in a workflow
2021-10-22 17:40:41 +01:00
Edoardo Pirovano
a35be9cc60
Merge pull request #784 from github/aeisenberg/workflow-fix
...
Fix failing workflow on main
2021-10-22 11:52:48 +01:00
Edoardo Pirovano
0ebee75b04
Merge pull request #789 from edoardopirovano/secure-workflow
...
Improve workflow to update dependencies
2021-10-22 11:03:09 +01:00
Edoardo Pirovano
70f007a73c
Improve workflow to update dependencies
2021-10-22 10:43:31 +01:00
Andrew Eisenberg
1beeda3ba3
Fix failing workflow on main
...
We do not want this database uploaded for remote queries.
2021-10-21 11:04:28 -07:00
Andrew Eisenberg
bee5aac8d7
Merge pull request #775 from github/dependabot/npm_and_yarn/typescript-eslint/parser-5.0.0
...
Bump @typescript-eslint/parser from 4.29.2 to 5.0.0
2021-10-21 10:10:03 -07:00
Andrew Eisenberg
04a87f068f
Merge branch 'main' into dependabot/npm_and_yarn/typescript-eslint/parser-5.0.0
2021-10-21 09:51:48 -07:00
Edoardo Pirovano
ecffc3ce6b
Merge pull request #782 from github/mergeback/v1.0.19-to-main-1990ded3
...
Mergeback v1.0.19 refs/heads/v1 into main
2021-10-18 23:38:06 +01:00
github-actions[bot]
fc15a137e0
Update checked-in dependencies
2021-10-18 22:20:39 +00:00
github-actions[bot]
fd20d82b8d
1.0.20
2021-10-18 22:14:24 +00:00
github-actions[bot]
c49fe2506c
Update changelog and version after v1.0.19
2021-10-18 22:14:22 +00:00
Edoardo Pirovano
1990ded3d2
Merge pull request #780 from github/update-v1.0.19-a56f7259
...
Merge main into v1
2021-10-18 23:13:28 +01:00
github-actions[bot]
f5e572fb4b
1.0.19
2021-10-18 09:02:08 +00:00
Arthur Baars
a56f7259c1
Merge pull request #773 from github/codeql-2.6.3-a-release-prep
...
Update default codeql bundle to 2.6.3-a
2021-10-15 12:04:57 +02:00
Arthur Baars
5f37061461
Update default codeql bundle to 2.6.3-a
2021-10-15 11:43:16 +02:00
Arthur Baars
286a237e20
Merge pull request #778 from github/aeisenberg/fix-python-tests
...
Fix failing python tests
2021-10-15 11:42:50 +02:00
Andrew Eisenberg
43ea2ce0c9
Remove explicit 2.26.0 version in python tests
...
Also, rename test scripts to indicate the version they are using.
2021-10-14 13:40:15 -07:00
Andrew Eisenberg
3df217266d
Fix failing python tests
...
The requests module 1.2.3 is no longer compatible with python >=3.10.0.
So, instead use 2.26.0, the most recent version that is compatible with
our supported python versions at the time of this commit.
2021-10-14 12:37:58 -07:00
Aditya Sharad
73f3a24896
upload-sarif: Link to docs on upload limits
2021-10-14 12:17:06 -07:00
github-actions[bot]
e2f39a6d71
Update checked-in dependencies
2021-10-14 17:05:18 +00:00
dependabot[bot]
6ca99f72e9
Bump @typescript-eslint/parser from 4.29.2 to 5.0.0
...
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser ) from 4.29.2 to 5.0.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases )
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/parser/CHANGELOG.md )
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.0.0/packages/parser )
---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2021-10-14 17:00:52 +00:00
Edoardo Pirovano
1ebb0a0a35
Merge pull request #768 from github/mergeback/v1.0.18-to-main-fd3190bb
...
Mergeback v1.0.18 refs/heads/v1 into main
2021-10-08 15:23:34 +01:00
github-actions[bot]
f2159737dd
Update checked-in dependencies
2021-10-08 13:50:27 +00:00
github-actions[bot]
5153cc4c8d
1.0.19
2021-10-08 13:43:00 +00:00
github-actions[bot]
faa3cfa2e9
Update changelog and version after v1.0.18
2021-10-08 13:42:58 +00:00
Edoardo Pirovano
fd3190bba5
Merge pull request #767 from github/update-v1.0.18-0bbf22e3
...
Merge main into v1
2021-10-08 14:41:56 +01:00
github-actions[bot]
4a45fbee96
1.0.18
2021-10-08 12:07:14 +00:00
Alexander Eyers-Taylor
0bbf22e3b7
Merge pull request #766 from edoardopirovano/disable-new-tracing
...
Temporarily disable new style of tracing
2021-10-08 13:06:04 +01:00
Edoardo Pirovano
d362b66e03
Temporarily disable new style of tracing
2021-10-08 12:45:52 +01:00
Edoardo Pirovano
9e7b37f8e4
Merge pull request #765 from github/mergeback/v1.0.17-to-main-03e7dda1
...
Mergeback v1.0.17 refs/heads/v1 into main
2021-10-08 10:14:30 +01:00
github-actions[bot]
944ae88ffe
Update checked-in dependencies
2021-10-07 18:56:14 +00:00
github-actions[bot]
ace3701b4a
1.0.18
2021-10-07 18:49:13 +00:00
github-actions[bot]
dbb326152c
Update changelog and version after v1.0.17
2021-10-07 18:49:11 +00:00
Alexander Eyers-Taylor
03e7dda1b9
Merge pull request #764 from github/update-v1.0.17-3bfe8ab7
...
Merge main into v1
2021-10-07 19:48:02 +01:00
github-actions[bot]
ee9e32621e
1.0.17
2021-10-07 18:32:06 +00:00
Alexander Eyers-Taylor
3bfe8ab742
Merge pull request #763 from github/alexet/fix-changelog-version
...
Fix changelog
2021-10-07 19:29:06 +01:00
Alexander Eyers-Taylor
515f16b728
Merge branch 'main' into alexet/fix-changelog-version
2021-10-07 18:37:24 +01:00
alexet
8b12e8c5e1
Fix changelog
...
The release is added automatically by the action.
2021-10-07 18:35:10 +01:00
Alexander Eyers-Taylor
10f284c032
Merge pull request #761 from github/codeql-2.6.3-release-prep
...
Update default codeql bundle to 2.6.3
2021-10-06 18:48:49 +01:00
alexet
19d3f6c536
Update default codeql bundle to 2.6.3
2021-10-06 15:55:21 +01:00
Edoardo Pirovano
7d56b0cd44
Merge pull request #759 from github/mergeback/v1.0.16-to-main-1ddd8a56
...
Mergeback v1.0.16 refs/heads/v1 into main
2021-10-05 10:26:15 +01:00
github-actions[bot]
69ddeed7d5
Update checked-in dependencies
2021-10-05 08:38:02 +00:00
github-actions[bot]
2c73ad667d
1.0.17
2021-10-05 08:29:45 +00:00
github-actions[bot]
b5a522dfb8
Update changelog and version after v1.0.16
2021-10-05 08:29:43 +00:00
Edoardo Pirovano
1ddd8a5632
Merge pull request #758 from github/update-v1.0.16-ef3290ce
...
Merge main into v1
2021-10-05 09:28:24 +01:00
Edoardo Pirovano
d96049eeaf
Update CHANGELOG date
2021-10-05 09:15:30 +01:00
github-actions[bot]
168327a4aa
1.0.16
2021-10-04 09:02:11 +00:00
Edoardo Pirovano
ef3290ce11
Merge pull request #753 from github/edoardo/use-cli-loc
...
Use CLI's own baseline LOC counting
2021-09-29 23:59:10 +01:00
Edoardo Pirovano
f04acbbdc3
Use CLI's own baseline LOC counting
2021-09-29 11:17:41 +01:00
Edoardo Pirovano
cd1b9df1e3
Merge pull request #751 from edoardopirovano/deprecare-rmdir
...
Remove calls to `fs.rmdirSync`
2021-09-23 12:04:05 +01:00
Edoardo Pirovano
292203e8b6
Remove calls to fs.rmdirSync
2021-09-23 09:38:52 +01:00
Edoardo Pirovano
f151a3cfe6
Merge pull request #744 from edoardopirovano/use-db-cluster
...
Make use of multi-language and indirect tracing
2021-09-23 09:08:04 +01:00
Edoardo Pirovano
ee57c2ed58
Merge branch 'main' into use-db-cluster
2021-09-23 08:54:22 +01:00
Edoardo Pirovano
d521b0e630
Merge pull request #750 from github/update-supported-enterprise-server-versions
...
Update supported GitHub Enterprise Server versions.
2021-09-23 08:44:33 +01:00
GitHub
5aac657d98
Update supported GitHub Enterprise Server versions.
2021-09-23 00:06:59 +00:00
Edoardo Pirovano
ed36ec077c
Merge pull request #749 from github/mergeback/v1.0.15-to-main-1b37538d
...
Mergeback v1.0.15 refs/heads/v1 into main
2021-09-22 18:41:24 +01:00
github-actions[bot]
bb0850a826
Update checked-in dependencies
2021-09-22 16:57:36 +00:00
github-actions[bot]
f16cf435c3
1.0.16
2021-09-22 16:44:21 +00:00
github-actions[bot]
167d7583fe
Update changelog and version after v1.0.15
2021-09-22 16:44:19 +00:00
Edoardo Pirovano
1b37538d9c
Merge pull request #748 from github/update-v1.0.15-e40e8879
...
Merge main into v1
2021-09-22 17:24:19 +01:00
github-actions[bot]
334262d6cf
1.0.15
2021-09-22 15:51:19 +00:00
Edoardo Pirovano
1f4460b9fb
Make use of multi-language and indirect tracing
2021-09-22 16:12:23 +01:00
Edoardo Pirovano
e40e887968
Merge pull request #747 from github/update-supported-enterprise-server-versions
...
Update supported GitHub Enterprise Server versions.
2021-09-22 08:55:45 +01:00
GitHub
6e631b99c4
Update supported GitHub Enterprise Server versions.
2021-09-22 00:05:45 +00:00
Edoardo Pirovano
5a80cb1408
Merge pull request #746 from github/edoardo/2.6.2-release
...
Bump default CodeQL version to 2.6.2 bundle
2021-09-21 17:59:41 +01:00
Edoardo Pirovano
014d3ea60a
Don't use shared compilation
2021-09-21 17:28:22 +01:00
Edoardo Pirovano
8caa0808ee
Upload tracer logs
2021-09-21 14:46:08 +01:00
Edoardo Pirovano
fd4659dfd4
Bump default CodeQL version to 2.6.2 bundle
2021-09-21 13:41:10 +01:00
Edoardo Pirovano
7112cdaa06
Merge pull request #743 from github/cklin/dependabot-ignore-fix
...
Fix dependabot ignore syntax
2021-09-14 21:03:22 +01:00
Chuan-kai Lin
58056a4b12
Fix dependabot ignore syntax
...
This commit addresses the error:
The property '#/updates/0/ignore' of type object did not match the following type: array
The property '#/updates/1/ignore' of type object did not match the following type: array
2021-09-14 12:42:41 -07:00
Edoardo Pirovano
18cda24a3b
Merge pull request #741 from edoardopirovano/dependabot-ignore
...
Dependabot: Ignore minor and patch versions
2021-09-14 19:49:37 +01:00
Edoardo Pirovano
c93e88dc4b
Merge branch 'main' into dependabot-ignore
2021-09-14 17:47:37 +01:00
Andrew Eisenberg
a52e4c3e23
Merge pull request #708 from github/dependabot/npm_and_yarn/typescript-eslint/parser-4.29.2
...
Bump @typescript-eslint/parser from 4.29.1 to 4.29.2
2021-09-14 09:35:33 -07:00
Edoardo Pirovano
9db151d251
Dependabot: Ignore minor and patch versions
2021-09-14 16:42:07 +01:00
Andrew Eisenberg
6e8752e4d5
Merge branch 'main' into dependabot/npm_and_yarn/typescript-eslint/parser-4.29.2
2021-09-14 08:38:55 -07:00
Edoardo Pirovano
adfea7610d
Merge pull request #726 from github/dependabot/npm_and_yarn/typescript-4.4.2
...
Bump typescript from 4.3.5 to 4.4.2
2021-09-14 12:16:57 +01:00
Andrew Eisenberg
40568daca8
Fix compile errors introduced by typescript 4.4.2
...
4.4.2 introduces a breaking change that the variable in a catch clause
is now `unknown` type. So, we need to cast the `e`, `err`, or `error`
variables to type `Error`.
2021-09-10 14:06:27 -07:00
Andrew Eisenberg
5b28adb7ed
Merge branch 'main' into dependabot/npm_and_yarn/typescript-4.4.2
2021-09-10 13:13:32 -07:00
Andrew Eisenberg
008b2cc71c
Merge pull request #725 from github/aeisenberg/path-parse
...
Fix dependabot warning on path-parse
2021-09-09 08:15:01 -07:00
Henry Mercer
58d2adec4b
Merge branch 'main' into aeisenberg/path-parse
2021-09-09 15:48:13 +01:00
Edoardo Pirovano
b5a94e0978
Merge pull request #736 from edoardopirovano/bump-release
...
Bump release to `codeql-bundle-20210909`
2021-09-09 15:46:16 +01:00
Edoardo Pirovano
31ae172f4b
Bump release to codeql-bundle-20210909
2021-09-09 15:28:33 +01:00
Henry Mercer
d0b95baf8b
Merge branch 'main' into aeisenberg/path-parse
2021-09-09 15:07:10 +01:00
Edoardo Pirovano
aa1baf5b84
Merge pull request #735 from github/mergeback/v1.0.14-to-main-4854dd23
...
Mergeback v1.0.14 refs/heads/v1 into main
2021-09-09 14:15:20 +01:00
github-actions[bot]
bc190d2af9
Update checked-in dependencies
2021-09-09 12:46:47 +00:00
github-actions[bot]
c0971eed35
1.0.15
2021-09-09 12:34:00 +00:00
github-actions[bot]
ac8bd3f417
Update changelog and version after v1.0.14
2021-09-09 12:33:58 +00:00
Edoardo Pirovano
4854dd23d5
Merge pull request #734 from github/update-v1.0.14-83d5f38d
...
Merge main into v1
2021-09-09 13:32:39 +01:00
github-actions[bot]
c5468fcaea
1.0.14
2021-09-09 11:55:49 +00:00
Edoardo Pirovano
b0b34e58f9
Merge branch 'main' into aeisenberg/path-parse
2021-09-09 12:17:25 +01:00
Edoardo Pirovano
83d5f38dee
Merge pull request #732 from edoardopirovano/refactor-checks
...
Refactor PR checks
2021-09-09 11:41:21 +01:00
Edoardo Pirovano
444316b6c6
Refactor PR checks
2021-09-08 13:59:52 +01:00
Aditya Sharad
7128833392
Merge pull request #733 from github/cklin/codeql-cli-2.6.1-update
...
Update CodeQL bundle to 20210907 / 2.6.1
2021-09-07 16:02:06 -07:00
Chuan-kai Lin
455ee1f217
Update CodeQL bundle to 20210907 / 2.6.1
2021-09-07 15:07:55 -07:00
Edoardo Pirovano
54fc9c575e
Merge pull request #730 from github/mergeback/v1.0.13-to-main-89d78ba4
...
Mergeback v1.0.13 refs/heads/v1 into main
2021-09-06 13:17:33 +01:00
github-actions[bot]
3525a164c3
Update checked-in dependencies
2021-09-06 11:55:41 +00:00
github-actions[bot]
aeeb3c3e88
1.0.14
2021-09-06 11:50:15 +00:00
github-actions[bot]
88d30845f1
Update changelog and version after v1.0.13
2021-09-06 11:50:13 +00:00
Edoardo Pirovano
89d78ba457
Merge pull request #729 from github/update-v1.0.13-4455bf8c
...
Merge main into v1
2021-09-06 12:49:34 +01:00
github-actions[bot]
e72d9f4a72
1.0.13
2021-09-06 09:02:00 +00:00
Andrew Eisenberg
4455bf8cd9
Merge pull request #723 from github/adityasharad/readme-indent
...
README: Minor formatting edits
2021-09-02 10:49:46 -07:00
github-actions[bot]
f27dc32aeb
Update checked-in dependencies
2021-09-02 17:02:23 +00:00
dependabot[bot]
bf6f871097
Bump typescript from 4.3.5 to 4.4.2
...
Bumps [typescript](https://github.com/Microsoft/TypeScript ) from 4.3.5 to 4.4.2.
- [Release notes](https://github.com/Microsoft/TypeScript/releases )
- [Commits](https://github.com/Microsoft/TypeScript/compare/v4.3.5...v4.4.2 )
---
updated-dependencies:
- dependency-name: typescript
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2021-09-02 17:00:45 +00:00
Andrew Eisenberg
cda7fe109b
Fix dependabot warning on path-parse
2021-09-01 21:06:53 -07:00
Andrew Eisenberg
12300ac88e
Merge branch 'main' into adityasharad/readme-indent
2021-09-01 21:03:17 -07:00
Aditya Sharad
11db623ba8
Merge pull request #724 from aeisenberg/aeisenberg/changelog
...
Update changelog
2021-09-01 16:35:44 -07:00
Andrew Eisenberg
3f515d3140
Update changelog
2021-09-01 15:58:18 -07:00
Aditya Sharad
a57642e1a0
README: Minor formatting edits
2021-09-01 15:56:15 -07:00
Andrew Eisenberg
bf85baea70
Merge branch 'main' into dependabot/npm_and_yarn/typescript-eslint/parser-4.29.2
2021-09-01 15:48:55 -07:00
Andrew Eisenberg
62ef9f5eb2
Merge pull request #713 from github/aeisenberg/pr-check-names
...
Add names to all pr-checks
2021-09-01 15:47:24 -07:00
Andrew Eisenberg
e22a6cd3c9
Merge branch 'main' into aeisenberg/pr-check-names
2021-09-01 15:34:36 -07:00
Andrew Eisenberg
f9b0b9cb7b
Merge pull request #715 from edoardopirovano/remove-old-loc
...
Remove old baseline LoC injection
2021-09-01 10:20:01 -07:00
Andrew Eisenberg
5fc16ebcf6
Merge branch 'main' into remove-old-loc
2021-09-01 09:49:28 -07:00
Andrew Eisenberg
7e2215bc92
Merge pull request #722 from github/esbena-patch-2
...
Fix typo in docstring
2021-09-01 08:47:47 -07:00
Andrew Eisenberg
3a016ebea8
Merge branch 'main' into remove-old-loc
2021-09-01 07:27:50 -07:00
Andrew Eisenberg
2ba7208ff2
Merge branch 'main' into aeisenberg/pr-check-names
2021-09-01 07:27:25 -07:00
Andrew Eisenberg
72399ae69a
Merge branch 'main' into esbena-patch-2
2021-09-01 07:26:43 -07:00
Andrew Eisenberg
c0a58782b6
Merge pull request #721 from github/aeisenberg/update-pack-version
...
Update integration test pack versions
2021-08-31 21:47:11 -07:00
Andrew Eisenberg
d1ff4d6297
Try the nightly build for packaging integration tests
2021-08-31 19:21:37 -07:00
Andrew Eisenberg
80a6b3a41e
Merge branch 'main' into remove-old-loc
2021-08-31 14:58:37 -07:00
Esben Sparre Andreasen
1c27c52804
Fix typo in docstring
2021-08-31 09:27:30 +02:00
Andrew Eisenberg
e833d6e84c
Update integration test pack versions
2021-08-26 15:59:11 -07:00
Andrew Eisenberg
8a0c541e24
Merge branch 'main' into aeisenberg/pr-check-names
2021-08-26 10:05:30 -07:00
Andrew Eisenberg
e2d592dc8f
Merge pull request #714 from github/aeisenberg/update-linguist
...
Upgrade linguist dependency
2021-08-26 10:04:42 -07:00
Edoardo Pirovano
2e71e02553
Remove old baseline LoC injection
2021-08-26 13:46:22 +01:00
Andrew Eisenberg
b29bf7b05a
Upgrade linguist dependency
...
This version changes how it counts python heredoc. All heredoc is
counted as code.
2021-08-25 11:15:45 -07:00
Andrew Eisenberg
1785bbb7d8
Add names to all pr-checks
2021-08-25 10:38:25 -07:00
Edoardo Pirovano
a44b61d961
Merge pull request #707 from edoardopirovano/cli-version
...
Improve handling of CLI versions
2021-08-25 15:52:37 +01:00
Henry Mercer
a062fc9bf5
Merge branch 'main' into cli-version
2021-08-25 15:33:18 +01:00
Aditya Sharad
50de2e4d1e
Merge pull request #712 from github/hmakholm/pr/2.6.0
...
Update CodeQL bundle to 20210824 / 2.6.0
2021-08-24 15:32:25 -07:00
Edoardo Pirovano
132e08a05f
Bump version of testing pack
2021-08-24 23:18:22 +01:00
Henning Makholm
720884501a
Update CodeQL bundle to 20210824 / 2.6.0
2021-08-24 23:06:42 +02:00
github-actions[bot]
6dc5d80b98
Update checked-in dependencies
2021-08-19 17:02:21 +00:00
dependabot[bot]
542390c023
Bump @typescript-eslint/parser from 4.29.1 to 4.29.2
...
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser ) from 4.29.1 to 4.29.2.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases )
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/parser/CHANGELOG.md )
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v4.29.2/packages/parser )
---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2021-08-19 17:00:50 +00:00
Edoardo Pirovano
fd45eac830
Address PR comments from @henrymercer
2021-08-18 16:39:00 +01:00
Edoardo Pirovano
e70ec1d70e
Test against oldest supported version
2021-08-18 11:48:12 +01:00
Edoardo Pirovano
70d2efc353
Enforce a minimum version of CodeQL CLI
2021-08-18 11:48:12 +01:00
Edoardo Pirovano
fb77829455
Version flag usage of certain CLI flags
2021-08-18 09:44:49 +01:00
Edoardo Pirovano
4ba53e33d7
Cache result of codeql version
2021-08-18 09:26:33 +01:00
Edoardo Pirovano
f0a2954c12
Merge pull request #706 from iotbo/main
...
fix indentation error on README.md
2021-08-17 09:53:18 +01:00
iotboy
bf91ac91d4
fix indentation error on README.md
2021-08-17 15:52:11 +08:00
Edoardo Pirovano
e3151ae8df
Merge pull request #703 from github/dependabot/npm_and_yarn/runner/webpack-5.50.0
...
Bump webpack from 5.48.0 to 5.50.0 in /runner
2021-08-16 11:53:47 +01:00
dependabot[bot]
a2f0227de2
Bump webpack from 5.48.0 to 5.50.0 in /runner
...
Bumps [webpack](https://github.com/webpack/webpack ) from 5.48.0 to 5.50.0.
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v5.48.0...v5.50.0 )
---
updated-dependencies:
- dependency-name: webpack
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2021-08-16 09:47:18 +00:00
Edoardo Pirovano
2639547a69
Merge pull request #705 from github/mergeback/v1.0.12-to-main-b0e70410
...
Mergeback v1.0.12 refs/heads/v1 into main
2021-08-16 10:46:00 +01:00
github-actions[bot]
e86cff2acb
Update checked-in dependencies
2021-08-16 09:26:34 +00:00
github-actions[bot]
2eb8300e80
1.0.13
2021-08-16 09:20:05 +00:00
github-actions[bot]
78cda05e38
Update changelog and version after v1.0.12
2021-08-16 09:20:02 +00:00
Edoardo Pirovano
b0e70410b4
Merge pull request #704 from github/update-v1.0.12-01d17eaf
...
Merge main into v1
2021-08-16 10:19:26 +01:00
github-actions[bot]
3254fa5859
1.0.12
2021-08-16 09:02:11 +00:00
Edoardo Pirovano
01d17eaf42
Merge pull request #702 from github/pass-ram-flag
...
Pass `--ram` flag to `database finalize`
2021-08-12 18:25:43 +01:00
Edoardo Pirovano
0c4306b672
Pass --ram flag to database finalize
2021-08-12 18:12:28 +01:00
Henry Mercer
acd9964b7a
Merge pull request #701 from github/henrymercer/brief-releasing-instructions
...
Add brief instructions on creating a release
2021-08-11 18:57:21 +01:00
Henry Mercer
bc33041cc2
Always run codeql (latest) job on PRs so we can make it required
2021-08-11 18:42:29 +01:00
Henry Mercer
c7203c94d9
Fix conditional in PR checks
2021-08-11 18:27:35 +01:00
Henry Mercer
7f1659f0d8
Merge branch 'main' into henrymercer/brief-releasing-instructions
2021-08-11 18:11:56 +01:00
Henry Mercer
962925a448
Merge pull request #700 from github/henrymercer/reduce-num-pr-check-jobs-on-push
...
Reduce the number of PR checks that are run on `push`
2021-08-11 18:11:44 +01:00
Henry Mercer
4e477f1b95
Add more details on the workflows involved in the release process
2021-08-11 18:11:25 +01:00
Henry Mercer
a068a286e6
Add brief instructions on creating a release
2021-08-11 17:50:47 +01:00
Henry Mercer
b19f1f91f0
Reduce the number of PR checks that are run on push
...
If we're running on push, then we can reintroduce the logic that skips
running with `tools: latest` when it would be the same as running with
`tools: null`.
2021-08-11 17:27:26 +01:00
Henry Mercer
f1c75fc816
Merge pull request #694 from github/dependabot/npm_and_yarn/typescript-eslint/parser-4.29.1
...
Bump @typescript-eslint/parser from 4.29.0 to 4.29.1
2021-08-11 16:14:07 +01:00
github-actions[bot]
1e0763ca30
Update checked-in dependencies
2021-08-11 14:28:28 +00:00
Henry Mercer
5fd8ca8122
Merge branch 'main' into dependabot/npm_and_yarn/typescript-eslint/parser-4.29.1
2021-08-11 15:12:11 +01:00
Edoardo Pirovano
873a76a1a7
Merge pull request #698 from github/dependabot/npm_and_yarn/eslint-plugin-github-4.2.0
...
Bump eslint-plugin-github from 4.1.5 to 4.2.0
2021-08-11 14:32:24 +01:00
github-actions[bot]
4a0d3378b1
Update checked-in dependencies
2021-08-11 13:02:43 +00:00
Henry Mercer
46043e8a9e
Tweak linting rule changes brought in by eslint-plugin-github upgrade
2021-08-11 13:53:14 +01:00
dependabot[bot]
75aad219f8
Bump eslint-plugin-github from 4.1.5 to 4.2.0
...
Bumps [eslint-plugin-github](https://github.com/github/eslint-plugin-github ) from 4.1.5 to 4.2.0.
- [Release notes](https://github.com/github/eslint-plugin-github/releases )
- [Commits](https://github.com/github/eslint-plugin-github/compare/v4.1.5...v4.2.0 )
---
updated-dependencies:
- dependency-name: eslint-plugin-github
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2021-08-11 12:52:58 +00:00
Henry Mercer
fe83f965e4
Merge pull request #692 from github/dependabot/npm_and_yarn/eslint-plugin-import-2.24.0
...
Bump eslint-plugin-import from 2.23.4 to 2.24.0
2021-08-11 13:50:45 +01:00
Henry Mercer
3ebf97724d
Merge branch 'main' into dependabot/npm_and_yarn/eslint-plugin-import-2.24.0
2021-08-11 13:33:19 +01:00
Henry Mercer
0d884244be
Merge pull request #699 from github/henrymercer/allow-latest-checks-to-be-required
...
Always run the `latest` tools PR checks so we can make them required
2021-08-11 13:32:02 +01:00
Henry Mercer
1263b9c651
Merge branch 'main' into henrymercer/allow-latest-checks-to-be-required
2021-08-11 13:17:37 +01:00
Henry Mercer
93c9da2c2e
Reference exported names via import *.
...
Rather than via properties on default exports — see
https://github.com/import-js/eslint-plugin-import/blob/master/docs/rules/no-named-as-default-member.md
2021-08-11 13:17:04 +01:00
Henry Mercer
060eb52d32
Merge branch 'main' into dependabot/npm_and_yarn/eslint-plugin-import-2.24.0
2021-08-11 13:05:55 +01:00
Henry Mercer
8c8a933d75
Merge pull request #693 from github/dependabot/npm_and_yarn/ava/typescript-2.0.0
...
Bump @ava/typescript from 1.1.1 to 2.0.0
2021-08-11 13:01:56 +01:00
Henry Mercer
743d8dfb6e
Always run the latest tools PR checks so we can make them required
2021-08-11 13:01:33 +01:00
Henry Mercer
75d42bea8d
Add compile property to ava configuration
...
This is required with `@ava/typescript` v2
2021-08-11 12:23:19 +01:00
Henry Mercer
46ddfc6186
Merge branch 'main' into dependabot/npm_and_yarn/ava/typescript-2.0.0
2021-08-11 12:18:01 +01:00
Andrew Eisenberg
07fa17da87
Merge pull request #689 from github/aeisenberg/update-permissions
...
Updates the permissions block to be minimal
2021-08-09 15:12:02 -07:00
Andrew Eisenberg
61fb5d7202
Merge branch 'main' into aeisenberg/update-permissions
2021-08-09 14:56:35 -07:00
Aditya Sharad
89e4b4fff3
Merge pull request #697 from github/mergeback/v1.0.11-to-main-db7158f9
...
Mergeback v1.0.11 refs/heads/v1 into main
2021-08-09 14:36:43 -07:00
github-actions[bot]
9ad3f820af
Update checked-in dependencies
2021-08-09 21:20:18 +00:00
github-actions[bot]
5ba154a3b4
1.0.12
2021-08-09 21:14:09 +00:00
github-actions[bot]
bb0eba15f5
Update changelog and version after v1.0.11
2021-08-09 21:14:08 +00:00
Aditya Sharad
db7158f9ba
Merge pull request #696 from github/update-v1.0.11-20de0f01
...
Merge main into v1
2021-08-09 14:13:36 -07:00
github-actions[bot]
94013c25cf
1.0.11
2021-08-09 20:35:05 +00:00
Aditya Sharad
20de0f01a3
Merge pull request #691 from github/adityasharad/changelog-2.5.9
...
Changelog: Add note for CodeQL 2.5.9
2021-08-09 13:30:39 -07:00
Andrew Eisenberg
21753283b1
Updates the permissions block to be minimal
...
And adds a permissions block to the README.
2021-08-09 13:30:16 -07:00
Aditya Sharad
44c8bd3e63
Merge branch 'main' into adityasharad/changelog-2.5.9
2021-08-09 13:13:28 -07:00
github-actions[bot]
952b2690da
Update checked-in dependencies
2021-08-09 19:50:05 +00:00
github-actions[bot]
d6a5bf5c1c
Update checked-in dependencies
2021-08-09 19:49:49 +00:00
github-actions[bot]
068ade0b31
Update checked-in dependencies
2021-08-09 19:49:16 +00:00
dependabot[bot]
183487b717
Bump @typescript-eslint/parser from 4.29.0 to 4.29.1
...
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser ) from 4.29.0 to 4.29.1.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases )
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/parser/CHANGELOG.md )
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v4.29.1/packages/parser )
---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2021-08-09 19:48:52 +00:00
dependabot[bot]
38bb211981
Bump @ava/typescript from 1.1.1 to 2.0.0
...
Bumps [@ava/typescript](https://github.com/avajs/typescript ) from 1.1.1 to 2.0.0.
- [Release notes](https://github.com/avajs/typescript/releases )
- [Commits](https://github.com/avajs/typescript/compare/v1.1.1...v2.0.0 )
---
updated-dependencies:
- dependency-name: "@ava/typescript"
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2021-08-09 19:48:14 +00:00
dependabot[bot]
a0ab4842b5
Bump eslint-plugin-import from 2.23.4 to 2.24.0
...
Bumps [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import ) from 2.23.4 to 2.24.0.
- [Release notes](https://github.com/import-js/eslint-plugin-import/releases )
- [Changelog](https://github.com/import-js/eslint-plugin-import/blob/master/CHANGELOG.md )
- [Commits](https://github.com/import-js/eslint-plugin-import/compare/v2.23.4...v2.24.0 )
---
updated-dependencies:
- dependency-name: eslint-plugin-import
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2021-08-09 19:47:56 +00:00
Aditya Sharad
9e304b92ff
Merge pull request #690 from github/revert-650-dependabot/npm_and_yarn/jsonschema-1.4.0
...
Revert "Bump jsonschema from 1.2.6 to 1.4.0"
2021-08-09 12:47:22 -07:00
Aditya Sharad
5e1d24657c
Merge branch 'main' into revert-650-dependabot/npm_and_yarn/jsonschema-1.4.0
2021-08-09 12:31:16 -07:00
Aditya Sharad
2b6d86c672
Changelog: Add note for CodeQL 2.5.9
2021-08-09 12:30:03 -07:00
Aditya Sharad
5bcf9d9972
Merge pull request #687 from github/hmakholm/pr/2.5.9
...
Update CodeQL bundle to 20210809 / 2.5.9
2021-08-09 12:27:39 -07:00
Chuan-kai Lin
8068352efa
Revert "Bump jsonschema from 1.2.6 to 1.4.0"
2021-08-09 12:03:58 -07:00
Aditya Sharad
bef7eecb10
Merge pull request #685 from adityasharad/tests/ruby-nightly
...
Add PR check job for Ruby beta
2021-08-09 12:03:23 -07:00
Henry Mercer
1df71f8baa
Merge branch 'main' into hmakholm/pr/2.5.9
2021-08-09 18:28:53 +01:00
Henry Mercer
8ddd620de3
Merge pull request #682 from github/dependabot/npm_and_yarn/runner/ts-loader-9.2.5
...
Bump ts-loader from 9.2.4 to 9.2.5 in /runner
2021-08-09 18:28:39 +01:00
Aditya Sharad
53cfc95284
Add PR check job for Ruby beta
...
Add a separate job that analyses the multilanguage test repo's Ruby code.
For now, run this only with the latest released CodeQL build from defaults.json.
The cached builds and nightly builds don't support Ruby yet.
In future, we can update this and other PR checks to test a wider range of cases.
2021-08-09 08:42:02 -07:00
Henning Makholm
b22fb4674b
Update CodeQL bundle to 20210809 / 2.5.9
2021-08-09 16:52:58 +02:00
dependabot[bot]
64160b2268
Bump ts-loader from 9.2.4 to 9.2.5 in /runner
...
Bumps [ts-loader](https://github.com/TypeStrong/ts-loader ) from 9.2.4 to 9.2.5.
- [Release notes](https://github.com/TypeStrong/ts-loader/releases )
- [Changelog](https://github.com/TypeStrong/ts-loader/blob/main/CHANGELOG.md )
- [Commits](https://github.com/TypeStrong/ts-loader/compare/v9.2.4...v9.2.5 )
---
updated-dependencies:
- dependency-name: ts-loader
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2021-08-09 12:44:53 +00:00
Henry Mercer
ab6c0bce1b
Merge pull request #683 from github/dependabot/npm_and_yarn/runner/webpack-5.48.0
...
Bump webpack from 5.47.1 to 5.48.0 in /runner
2021-08-09 13:44:12 +01:00
dependabot[bot]
2a5fc0f6de
Bump webpack from 5.47.1 to 5.48.0 in /runner
...
Bumps [webpack](https://github.com/webpack/webpack ) from 5.47.1 to 5.48.0.
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v5.47.1...v5.48.0 )
---
updated-dependencies:
- dependency-name: webpack
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2021-08-05 17:09:57 +00:00
Henry Mercer
d98d4f5fa8
Merge pull request #679 from github/henrymercer/triggering-pr-checks
...
Create PRs as drafts to prompt maintainers to trigger PR checks
2021-08-04 10:16:31 +01:00
Henry Mercer
2632b65a56
Add ready_for_review type to pull_request trigger types
...
This runs checks on reopened draft PRs to support triggering PR checks
on draft PRs that were opened by other workflows.
2021-08-03 19:29:42 +01:00
Henry Mercer
7eb261eac8
Create PRs as drafts to prompt maintainers to trigger PR checks
...
PR checks won't be triggered on PRs created by Actions workflows.
Therefore mark PRs created by workflows as draft to prompt maintainers
to take the PR out of draft, thereby triggering PR checks.
2021-08-03 18:21:41 +01:00
Edoardo Pirovano
33927cc1c9
Merge pull request #675 from github/dependabot/npm_and_yarn/typescript-eslint/parser-4.29.0
...
Bump @typescript-eslint/parser from 4.28.5 to 4.29.0
2021-08-03 12:02:19 +01:00
github-actions[bot]
56b49fcd72
Update checked-in dependencies
2021-08-03 10:50:22 +00:00
dependabot[bot]
a673c950da
Bump @typescript-eslint/parser from 4.28.5 to 4.29.0
...
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser ) from 4.28.5 to 4.29.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases )
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/parser/CHANGELOG.md )
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v4.29.0/packages/parser )
---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2021-08-03 10:49:07 +00:00
Edoardo Pirovano
0f516d90cf
Merge pull request #674 from github/mergeback/v1.0.10-to-main-a00769bd
...
Mergeback v1.0.10 refs/heads/v1 into main
2021-08-03 11:47:29 +01:00
github-actions[bot]
3057100963
Update checked-in dependencies
2021-08-03 09:51:52 +00:00
github-actions[bot]
e7f3012cc2
1.0.11
2021-08-03 09:06:20 +00:00
github-actions[bot]
af7bc11dda
Update changelog and version after v1.0.10
2021-08-03 09:06:16 +00:00
Henry Mercer
a00769bdfb
Merge pull request #673 from github/update-v1.0.10-fa18c606
...
Merge main into v1
2021-08-03 10:05:43 +01:00
Henry Mercer
6e07237fd0
Update release date in changelog
2021-08-03 09:52:01 +01:00
github-actions[bot]
1b2479810e
1.0.10
2021-08-02 16:50:12 +00:00
Henry Mercer
fa18c6064c
Merge pull request #672 from github/henrymercer/reenable-diagnostics-summaries
...
Re-enable diagnostics summaries in the output logs of the `analyze` action
2021-08-02 17:44:44 +01:00
Henry Mercer
adc7ff601c
Add changelog note
2021-08-02 17:28:19 +01:00
Henry Mercer
4f7bdf9d42
Re-enable diagnostics summaries in the output of the analyze action
2021-08-02 17:06:09 +01:00
Edoardo Pirovano
60484b2ccc
Merge pull request #667 from github/dependabot/npm_and_yarn/runner/webpack-5.47.1
...
Bump webpack from 5.47.0 to 5.47.1 in /runner
2021-08-02 13:25:38 +01:00
dependabot[bot]
9a562a33ac
Bump webpack from 5.47.0 to 5.47.1 in /runner
...
Bumps [webpack](https://github.com/webpack/webpack ) from 5.47.0 to 5.47.1.
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v5.47.0...v5.47.1 )
---
updated-dependencies:
- dependency-name: webpack
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2021-08-02 10:22:48 +00:00
Edoardo Pirovano
344d820984
Merge pull request #669 from github/dependabot/npm_and_yarn/eslint-7.32.0
...
Bump eslint from 7.31.0 to 7.32.0
2021-08-02 11:21:28 +01:00
Edoardo Pirovano
2fcaf414fc
Merge branch 'main' into dependabot/npm_and_yarn/eslint-7.32.0
2021-08-02 11:08:40 +01:00
Edoardo Pirovano
a300034dbd
Merge pull request #671 from github/mergeback/v1.0.9-to-main-33f3438c
...
Mergeback v1.0.9 refs/heads/v1 into main
2021-08-02 11:08:09 +01:00
github-actions[bot]
ea8896ddf6
Update checked-in dependencies
2021-08-02 09:40:03 +00:00
github-actions[bot]
a73bba9f11
1.0.10
2021-08-02 09:36:30 +00:00
github-actions[bot]
6e12f03311
Update changelog and version after v1.0.9
2021-08-02 09:36:28 +00:00
Edoardo Pirovano
33f3438c1d
Merge pull request #670 from github/update-v1.0.9-fb5a7215
...
Merge main into v1
2021-08-02 10:35:43 +01:00
github-actions[bot]
758835d67a
1.0.9
2021-08-02 09:02:27 +00:00
github-actions[bot]
9b3d4fd580
Update checked-in dependencies
2021-08-02 08:58:52 +00:00
dependabot[bot]
1c369971ff
Bump eslint from 7.31.0 to 7.32.0
...
Bumps [eslint](https://github.com/eslint/eslint ) from 7.31.0 to 7.32.0.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/compare/v7.31.0...v7.32.0 )
---
updated-dependencies:
- dependency-name: eslint
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2021-08-02 08:57:28 +00:00
Edoardo Pirovano
fb5a72155f
Merge pull request #666 from edoardopirovano/dependabot-runner
...
Enable Dependabot on runner
2021-08-02 09:56:18 +01:00
Edoardo Pirovano
2ea04f7e8a
Enable dependabot on runner
2021-08-02 09:26:19 +01:00
Edoardo Pirovano
833be9c64e
Merge pull request #663 from edoardopirovano/update-runner-deps
...
Update runner building dependencies
2021-07-29 16:15:32 +01:00
Edoardo Pirovano
54e3e4405e
Update runner building dependencies
2021-07-29 11:06:31 +01:00
Edoardo Pirovano
1957254b4c
Merge pull request #662 from github/dependabot/npm_and_yarn/types/node-16.4.6
...
Bump @types/node from 16.4.5 to 16.4.6
2021-07-29 10:51:35 +01:00
github-actions[bot]
e050205119
Update checked-in dependencies
2021-07-29 09:07:43 +00:00
dependabot[bot]
3b74ec2288
Bump @types/node from 16.4.5 to 16.4.6
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 16.4.5 to 16.4.6.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node )
---
updated-dependencies:
- dependency-name: "@types/node"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2021-07-29 09:06:25 +00:00
Edoardo Pirovano
5b2b500646
Merge pull request #661 from github/dependabot/npm_and_yarn/micromatch-4.0.4
...
Bump micromatch from 4.0.2 to 4.0.4
2021-07-28 18:15:56 +01:00
Edoardo Pirovano
aacf63d354
Merge branch 'main' into dependabot/npm_and_yarn/micromatch-4.0.4
2021-07-28 18:03:42 +01:00
Edoardo Pirovano
fe639a1033
Merge pull request #660 from github/dependabot/npm_and_yarn/md5-2.3.0
...
Bump md5 from 2.2.1 to 2.3.0
2021-07-28 18:00:53 +01:00
Edoardo Pirovano
fd833ba2c1
Merge branch 'main' into dependabot/npm_and_yarn/md5-2.3.0
2021-07-28 17:48:54 +01:00
Edoardo Pirovano
7e7162aa1e
Merge pull request #659 from github/dependabot/npm_and_yarn/commander-8.1.0
...
Bump commander from 8.0.0-1 to 8.1.0
2021-07-28 17:00:31 +01:00
Edoardo Pirovano
3baa223274
Merge branch 'main' into dependabot/npm_and_yarn/commander-8.1.0
2021-07-28 16:36:44 +01:00
github-actions[bot]
8fa56f3f78
Update checked-in dependencies
2021-07-28 15:21:12 +00:00
dependabot[bot]
c508d620dd
Bump micromatch from 4.0.2 to 4.0.4
...
Bumps [micromatch](https://github.com/micromatch/micromatch ) from 4.0.2 to 4.0.4.
- [Release notes](https://github.com/micromatch/micromatch/releases )
- [Changelog](https://github.com/micromatch/micromatch/blob/master/CHANGELOG.md )
- [Commits](https://github.com/micromatch/micromatch/compare/4.0.2...4.0.4 )
---
updated-dependencies:
- dependency-name: micromatch
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2021-07-28 15:17:58 +00:00
Edoardo Pirovano
ec2762e6fe
Merge pull request #657 from github/dependabot/npm_and_yarn/actions/core-1.4.0
...
Bump @actions/core from 1.2.6 to 1.4.0
2021-07-28 16:16:52 +01:00
github-actions[bot]
a40becf6e4
Update checked-in dependencies
2021-07-28 15:07:08 +00:00
dependabot[bot]
5a67cbafe6
Bump md5 from 2.2.1 to 2.3.0
...
Bumps [md5](https://github.com/pvorb/node-md5 ) from 2.2.1 to 2.3.0.
- [Release notes](https://github.com/pvorb/node-md5/releases )
- [Commits](https://github.com/pvorb/node-md5/compare/v2.2.1...v2.3.0 )
---
updated-dependencies:
- dependency-name: md5
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2021-07-28 15:04:09 +00:00
Edoardo Pirovano
f3061d6dee
Merge branch 'main' into dependabot/npm_and_yarn/actions/core-1.4.0
2021-07-28 16:03:47 +01:00
Edoardo Pirovano
a61bfd9ae4
Merge pull request #655 from github/dependabot/npm_and_yarn/uuid-8.3.2
...
Bump uuid from 8.3.0 to 8.3.2
2021-07-28 16:03:31 +01:00
github-actions[bot]
5fee2f2ed7
Update checked-in dependencies
2021-07-28 10:18:36 +00:00
github-actions[bot]
46a225cb6f
Update checked-in dependencies
2021-07-28 10:17:49 +00:00
dependabot[bot]
25fef55830
Bump commander from 8.0.0-1 to 8.1.0
...
Bumps [commander](https://github.com/tj/commander.js ) from 8.0.0-1 to 8.1.0.
- [Release notes](https://github.com/tj/commander.js/releases )
- [Changelog](https://github.com/tj/commander.js/blob/master/CHANGELOG.md )
- [Commits](https://github.com/tj/commander.js/compare/v8.0.0-1...v8.1.0 )
---
updated-dependencies:
- dependency-name: commander
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2021-07-28 10:17:10 +00:00
dependabot[bot]
d523ba9baa
Bump @actions/core from 1.2.6 to 1.4.0
...
Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core ) from 1.2.6 to 1.4.0.
- [Release notes](https://github.com/actions/toolkit/releases )
- [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md )
- [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core )
---
updated-dependencies:
- dependency-name: "@actions/core"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2021-07-28 10:16:31 +00:00
Edoardo Pirovano
ad37b812d5
Merge branch 'main' into dependabot/npm_and_yarn/uuid-8.3.2
2021-07-28 11:01:05 +01:00
Edoardo Pirovano
e97797c21b
Merge pull request #656 from github/dependabot/npm_and_yarn/types/semver-7.3.8
...
Bump @types/semver from 7.2.0 to 7.3.8
2021-07-28 10:29:08 +01:00
Edoardo Pirovano
cdcc3e81d5
Merge branch 'main' into dependabot/npm_and_yarn/types/semver-7.3.8
2021-07-28 10:08:53 +01:00
Edoardo Pirovano
e18dc0f8c5
Merge pull request #653 from github/dependabot/npm_and_yarn/types/jszip-3.4.1
...
Bump @types/jszip from 3.1.6 to 3.4.1
2021-07-28 09:56:26 +01:00
Edoardo Pirovano
6799d572f7
Merge branch 'main' into dependabot/npm_and_yarn/types/jszip-3.4.1
2021-07-28 09:39:54 +01:00
Edoardo Pirovano
802eff9491
Merge pull request #652 from github/dependabot/npm_and_yarn/types/node-16.4.5
...
Bump @types/node from 16.4.3 to 16.4.5
2021-07-28 09:23:27 +01:00
github-actions[bot]
532d1b906d
Update checked-in dependencies
2021-07-28 08:10:17 +00:00
github-actions[bot]
ecdbfd6594
Update checked-in dependencies
2021-07-28 08:08:52 +00:00
github-actions[bot]
351d080ced
Update checked-in dependencies
2021-07-28 08:08:26 +00:00
github-actions[bot]
d0e23476a6
Update checked-in dependencies
2021-07-28 08:08:17 +00:00
dependabot[bot]
f0fd45b66f
Bump @types/semver from 7.2.0 to 7.3.8
...
Bumps [@types/semver](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/semver ) from 7.2.0 to 7.3.8.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/semver )
---
updated-dependencies:
- dependency-name: "@types/semver"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2021-07-28 08:07:37 +00:00
dependabot[bot]
32c4995972
Bump uuid from 8.3.0 to 8.3.2
...
Bumps [uuid](https://github.com/uuidjs/uuid ) from 8.3.0 to 8.3.2.
- [Release notes](https://github.com/uuidjs/uuid/releases )
- [Changelog](https://github.com/uuidjs/uuid/blob/master/CHANGELOG.md )
- [Commits](https://github.com/uuidjs/uuid/compare/v8.3.0...v8.3.2 )
---
updated-dependencies:
- dependency-name: uuid
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2021-07-28 08:07:24 +00:00
dependabot[bot]
d1d4cc3106
Bump @types/jszip from 3.1.6 to 3.4.1
...
Bumps [@types/jszip](https://github.com/Stuk/jszip ) from 3.1.6 to 3.4.1.
- [Release notes](https://github.com/Stuk/jszip/releases )
- [Changelog](https://github.com/Stuk/jszip/blob/master/CHANGES.md )
- [Commits](https://github.com/Stuk/jszip/commits )
---
updated-dependencies:
- dependency-name: "@types/jszip"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2021-07-28 08:06:49 +00:00
dependabot[bot]
c6b30dcdcb
Bump @types/node from 16.4.3 to 16.4.5
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 16.4.3 to 16.4.5.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node )
---
updated-dependencies:
- dependency-name: "@types/node"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2021-07-28 08:05:52 +00:00
Edoardo Pirovano
62be3f8b9d
Merge pull request #651 from github/dependabot/npm_and_yarn/sinon-11.1.2
...
Bump sinon from 9.0.2 to 11.1.2
2021-07-28 00:33:21 +01:00
Edoardo Pirovano
e1828d5291
Merge branch 'main' into dependabot/npm_and_yarn/sinon-11.1.2
2021-07-28 00:21:54 +01:00
Edoardo Pirovano
ea5e62748e
Merge pull request #650 from github/dependabot/npm_and_yarn/jsonschema-1.4.0
...
Bump jsonschema from 1.2.6 to 1.4.0
2021-07-28 00:20:47 +01:00
Edoardo Pirovano
b1e69f9179
Merge branch 'main' into dependabot/npm_and_yarn/jsonschema-1.4.0
2021-07-28 00:07:02 +01:00
Edoardo Pirovano
5fc3f3af30
Merge pull request #649 from github/dependabot/npm_and_yarn/octokit/plugin-retry-3.0.9
...
Bump @octokit/plugin-retry from 3.0.3 to 3.0.9
2021-07-28 00:04:09 +01:00
Edoardo Pirovano
30a243e57a
Merge branch 'main' into dependabot/npm_and_yarn/octokit/plugin-retry-3.0.9
2021-07-27 23:53:25 +01:00
Edoardo Pirovano
659ec058e3
Merge pull request #648 from github/dependabot/npm_and_yarn/types/long-4.0.1
...
Bump @types/long from 4.0.0 to 4.0.1
2021-07-27 23:52:18 +01:00
Edoardo Pirovano
70bbe2df84
Merge branch 'main' into dependabot/npm_and_yarn/types/long-4.0.1
2021-07-27 23:40:50 +01:00
Edoardo Pirovano
16fa9d48f8
Merge pull request #647 from github/dependabot/npm_and_yarn/actions/artifact-0.5.2
...
Bump @actions/artifact from 0.5.1 to 0.5.2
2021-07-27 23:40:34 +01:00
github-actions[bot]
67954db0cf
Update checked-in dependencies
2021-07-27 22:26:34 +00:00
github-actions[bot]
1c4c64199f
Update checked-in dependencies
2021-07-27 22:26:09 +00:00
github-actions[bot]
0cae9d939e
Update checked-in dependencies
2021-07-27 22:25:35 +00:00
github-actions[bot]
5eb7f8c9a4
Update checked-in dependencies
2021-07-27 22:24:53 +00:00
github-actions[bot]
6abc4a8c32
Update checked-in dependencies
2021-07-27 22:24:17 +00:00
dependabot[bot]
3ba511a8f1
Bump sinon from 9.0.2 to 11.1.2
...
Bumps [sinon](https://github.com/sinonjs/sinon ) from 9.0.2 to 11.1.2.
- [Release notes](https://github.com/sinonjs/sinon/releases )
- [Changelog](https://github.com/sinonjs/sinon/blob/master/CHANGELOG.md )
- [Commits](https://github.com/sinonjs/sinon/commits )
---
updated-dependencies:
- dependency-name: sinon
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2021-07-27 22:23:24 +00:00
dependabot[bot]
5f6ba88b4b
Bump jsonschema from 1.2.6 to 1.4.0
...
Bumps [jsonschema](https://github.com/tdegrunt/jsonschema ) from 1.2.6 to 1.4.0.
- [Release notes](https://github.com/tdegrunt/jsonschema/releases )
- [Commits](https://github.com/tdegrunt/jsonschema/compare/v1.2.6...v1.4.0 )
---
updated-dependencies:
- dependency-name: jsonschema
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2021-07-27 22:23:07 +00:00
dependabot[bot]
50cb464f4a
Bump @octokit/plugin-retry from 3.0.3 to 3.0.9
...
Bumps [@octokit/plugin-retry](https://github.com/octokit/plugin-retry.js ) from 3.0.3 to 3.0.9.
- [Release notes](https://github.com/octokit/plugin-retry.js/releases )
- [Commits](https://github.com/octokit/plugin-retry.js/compare/v3.0.3...v3.0.9 )
---
updated-dependencies:
- dependency-name: "@octokit/plugin-retry"
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2021-07-27 22:22:56 +00:00
dependabot[bot]
6e37ee3fe2
Bump @types/long from 4.0.0 to 4.0.1
...
Bumps [@types/long](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/long ) from 4.0.0 to 4.0.1.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/long )
---
updated-dependencies:
- dependency-name: "@types/long"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2021-07-27 22:22:48 +00:00
dependabot[bot]
6ca0c46132
Bump @actions/artifact from 0.5.1 to 0.5.2
...
Bumps [@actions/artifact](https://github.com/actions/toolkit/tree/HEAD/packages/artifact ) from 0.5.1 to 0.5.2.
- [Release notes](https://github.com/actions/toolkit/releases )
- [Changelog](https://github.com/actions/toolkit/blob/main/packages/artifact/RELEASES.md )
- [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/artifact )
---
updated-dependencies:
- dependency-name: "@actions/artifact"
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2021-07-27 22:22:24 +00:00
Edoardo Pirovano
f649b7bd23
Merge pull request #643 from github/dependabot/npm_and_yarn/octokit/types-6.21.1
...
Bump @octokit/types from 5.5.0 to 6.21.1
2021-07-27 22:58:12 +01:00
Edoardo Pirovano
6520447123
Merge branch 'main' into dependabot/npm_and_yarn/octokit/types-6.21.1
2021-07-27 22:45:39 +01:00
Edoardo Pirovano
5c80cfcc1e
Merge pull request #645 from github/dependabot/npm_and_yarn/query-string-7.0.1
...
Bump query-string from 6.14.0 to 7.0.1
2021-07-27 22:43:40 +01:00
Edoardo Pirovano
5643f45615
Merge branch 'main' into dependabot/npm_and_yarn/query-string-7.0.1
2021-07-27 22:31:33 +01:00
Edoardo Pirovano
e45b14cfc3
Merge pull request #642 from github/dependabot/npm_and_yarn/js-yaml-4.1.0
...
Bump js-yaml from 3.13.1 to 4.1.0
2021-07-27 22:31:17 +01:00
Edoardo Pirovano
05fc5a885c
Replace safeLoad with load
2021-07-27 22:12:26 +01:00
Edoardo Pirovano
fb65207e91
Merge branch 'main' into dependabot/npm_and_yarn/query-string-7.0.1
2021-07-27 21:46:54 +01:00
Edoardo Pirovano
fde64716e1
Merge branch 'main' into dependabot/npm_and_yarn/js-yaml-4.1.0
2021-07-27 20:33:28 +01:00
Edoardo Pirovano
2a0289b1d8
Merge pull request #646 from github/dependabot/npm_and_yarn/types/node-16.4.3
...
Bump @types/node from 12.12.14 to 16.4.3
2021-07-27 20:33:07 +01:00
Edoardo Pirovano
04e8743013
Merge branch 'main' into dependabot/npm_and_yarn/types/node-16.4.3
2021-07-27 20:15:15 +01:00
Edoardo Pirovano
e66384f36e
Merge pull request #644 from github/dependabot/npm_and_yarn/types/sinon-10.0.2
...
Bump @types/sinon from 7.5.2 to 10.0.2
2021-07-27 20:14:59 +01:00
github-actions[bot]
34f86ea4ba
Update checked-in dependencies
2021-07-27 19:03:32 +00:00
github-actions[bot]
c18ebba599
Update checked-in dependencies
2021-07-27 19:03:07 +00:00
github-actions[bot]
4df0bb9371
Update checked-in dependencies
2021-07-27 19:01:54 +00:00
github-actions[bot]
9c0cd50e9e
Update checked-in dependencies
2021-07-27 19:01:52 +00:00
github-actions[bot]
6fdd5c2f4c
Update checked-in dependencies
2021-07-27 19:01:05 +00:00
dependabot[bot]
8536203ad8
Bump @types/node from 12.12.14 to 16.4.3
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 12.12.14 to 16.4.3.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node )
---
updated-dependencies:
- dependency-name: "@types/node"
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2021-07-27 19:00:10 +00:00
dependabot[bot]
5a7f86f625
Bump query-string from 6.14.0 to 7.0.1
...
Bumps [query-string](https://github.com/sindresorhus/query-string ) from 6.14.0 to 7.0.1.
- [Release notes](https://github.com/sindresorhus/query-string/releases )
- [Commits](https://github.com/sindresorhus/query-string/compare/v6.14.0...v7.0.1 )
---
updated-dependencies:
- dependency-name: query-string
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2021-07-27 19:00:01 +00:00
dependabot[bot]
dbb1b44b8f
Bump @types/sinon from 7.5.2 to 10.0.2
...
Bumps [@types/sinon](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/sinon ) from 7.5.2 to 10.0.2.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/sinon )
---
updated-dependencies:
- dependency-name: "@types/sinon"
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2021-07-27 18:59:55 +00:00
dependabot[bot]
07578cd9e7
Bump @octokit/types from 5.5.0 to 6.21.1
...
Bumps [@octokit/types](https://github.com/octokit/types.ts ) from 5.5.0 to 6.21.1.
- [Release notes](https://github.com/octokit/types.ts/releases )
- [Commits](https://github.com/octokit/types.ts/compare/v5.5.0...v6.21.1 )
---
updated-dependencies:
- dependency-name: "@octokit/types"
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2021-07-27 18:59:49 +00:00
dependabot[bot]
cec3af8bb0
Bump js-yaml from 3.13.1 to 4.1.0
...
Bumps [js-yaml](https://github.com/nodeca/js-yaml ) from 3.13.1 to 4.1.0.
- [Release notes](https://github.com/nodeca/js-yaml/releases )
- [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md )
- [Commits](https://github.com/nodeca/js-yaml/compare/3.13.1...4.1.0 )
---
updated-dependencies:
- dependency-name: js-yaml
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2021-07-27 18:59:42 +00:00
Edoardo Pirovano
dae51797d0
Merge pull request #638 from github/dependabot/npm_and_yarn/eslint-plugin-github-4.1.5
...
Bump eslint-plugin-github from 4.1.1 to 4.1.5
2021-07-27 19:36:15 +01:00
Edoardo Pirovano
a81500cbd6
Fix linting error
2021-07-27 19:23:11 +01:00
Edoardo Pirovano
ddd2696b4e
Merge branch 'main' into dependabot/npm_and_yarn/eslint-plugin-github-4.1.5
2021-07-27 19:20:07 +01:00
Edoardo Pirovano
de06f8a300
Merge pull request #640 from github/dependabot/npm_and_yarn/actions/exec-1.1.0
...
Bump @actions/exec from 1.0.1 to 1.1.0
2021-07-27 19:15:31 +01:00
Edoardo Pirovano
8c3255bc78
Merge branch 'main' into dependabot/npm_and_yarn/actions/exec-1.1.0
2021-07-27 19:01:17 +01:00
Edoardo Pirovano
186161e61c
Fix failing test
2021-07-27 19:00:37 +01:00
Edoardo Pirovano
cc561bc122
Merge pull request #639 from github/dependabot/npm_and_yarn/nock-13.1.1
...
Bump nock from 12.0.3 to 13.1.1
2021-07-27 18:54:22 +01:00
Edoardo Pirovano
df6f81e49c
Merge branch 'main' into dependabot/npm_and_yarn/nock-13.1.1
2021-07-27 18:41:59 +01:00
Edoardo Pirovano
b47da63f07
Merge pull request #637 from github/dependabot/npm_and_yarn/actions/http-client-1.0.11
...
Bump @actions/http-client from 1.0.8 to 1.0.11
2021-07-27 18:39:30 +01:00
Edoardo Pirovano
70f5789ed2
Merge branch 'main' into dependabot/npm_and_yarn/actions/http-client-1.0.11
2021-07-27 18:18:44 +01:00
Edoardo Pirovano
99afdfbfbd
Merge branch 'main' into dependabot/npm_and_yarn/actions/exec-1.1.0
2021-07-27 18:14:25 +01:00
Edoardo Pirovano
55e50b88db
Merge pull request #641 from github/dependabot/npm_and_yarn/typescript-4.3.5
...
Bump typescript from 3.7.5 to 4.3.5
2021-07-27 18:14:04 +01:00
Edoardo Pirovano
d9849b8ca1
Rebuild after TypeScript version bump
2021-07-27 17:59:59 +01:00
github-actions[bot]
60bee34764
Update checked-in dependencies
2021-07-27 16:57:03 +00:00
github-actions[bot]
c335145f4d
Update checked-in dependencies
2021-07-27 16:56:50 +00:00
github-actions[bot]
17223bdff7
Update checked-in dependencies
2021-07-27 16:54:30 +00:00
github-actions[bot]
cc1adb825a
Update checked-in dependencies
2021-07-27 16:54:26 +00:00
github-actions[bot]
80916e968c
Update checked-in dependencies
2021-07-27 16:53:57 +00:00
dependabot[bot]
9ce2456348
Bump typescript from 3.7.5 to 4.3.5
...
Bumps [typescript](https://github.com/Microsoft/TypeScript ) from 3.7.5 to 4.3.5.
- [Release notes](https://github.com/Microsoft/TypeScript/releases )
- [Commits](https://github.com/Microsoft/TypeScript/compare/v3.7.5...v4.3.5 )
---
updated-dependencies:
- dependency-name: typescript
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2021-07-27 16:52:03 +00:00
dependabot[bot]
3ab5d6d4d6
Bump @actions/exec from 1.0.1 to 1.1.0
...
Bumps [@actions/exec](https://github.com/actions/toolkit/tree/HEAD/packages/exec ) from 1.0.1 to 1.1.0.
- [Release notes](https://github.com/actions/toolkit/releases )
- [Changelog](https://github.com/actions/toolkit/blob/main/packages/exec/RELEASES.md )
- [Commits](https://github.com/actions/toolkit/commits/@actions/core@1.1.0/packages/exec )
---
updated-dependencies:
- dependency-name: "@actions/exec"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2021-07-27 16:51:54 +00:00
dependabot[bot]
35f1961385
Bump nock from 12.0.3 to 13.1.1
...
Bumps [nock](https://github.com/nock/nock ) from 12.0.3 to 13.1.1.
- [Release notes](https://github.com/nock/nock/releases )
- [Changelog](https://github.com/nock/nock/blob/main/CHANGELOG.md )
- [Commits](https://github.com/nock/nock/compare/v12.0.3...v13.1.1 )
---
updated-dependencies:
- dependency-name: nock
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2021-07-27 16:51:47 +00:00
dependabot[bot]
6b0d45a5c6
Bump eslint-plugin-github from 4.1.1 to 4.1.5
...
Bumps [eslint-plugin-github](https://github.com/github/eslint-plugin-github ) from 4.1.1 to 4.1.5.
- [Release notes](https://github.com/github/eslint-plugin-github/releases )
- [Commits](https://github.com/github/eslint-plugin-github/compare/v4.1.1...v4.1.5 )
---
updated-dependencies:
- dependency-name: eslint-plugin-github
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2021-07-27 16:51:39 +00:00
dependabot[bot]
4867598089
Bump @actions/http-client from 1.0.8 to 1.0.11
...
Bumps [@actions/http-client](https://github.com/actions/http-client ) from 1.0.8 to 1.0.11.
- [Release notes](https://github.com/actions/http-client/releases )
- [Changelog](https://github.com/actions/http-client/blob/main/RELEASES.md )
- [Commits](https://github.com/actions/http-client/commits )
---
updated-dependencies:
- dependency-name: "@actions/http-client"
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2021-07-27 16:51:17 +00:00
Edoardo Pirovano
2aa2bede67
Merge pull request #636 from edoardopirovano/fix-typo
...
Fix typo in config file name
2021-07-27 17:50:48 +01:00
Edoardo Pirovano
69c3617042
Fix typo in config file name
2021-07-27 17:32:38 +01:00
Edoardo Pirovano
181fce25fe
Merge pull request #635 from edoardopirovano/mergeback-deps
...
Update lockfile in mergeback
2021-07-27 16:36:24 +01:00
Edoardo Pirovano
05a53bbd2d
Update lockfile in mergeback
2021-07-27 12:37:20 +01:00
Edoardo Pirovano
d13dea1c37
Merge pull request #634 from github/mergeback/v1.0.8-to-main-59e2f2d8
...
Mergeback v1.0.8 refs/heads/v1 into main
2021-07-27 10:06:11 +01:00
github-actions[bot]
fb19072237
Update checked-in dependencies
2021-07-27 08:53:06 +00:00
github-actions[bot]
c4e99325d0
1.0.9
2021-07-26 23:35:55 +00:00
github-actions[bot]
ddb608be41
Update changelog and version after v1.0.8
2021-07-26 23:35:53 +00:00