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
v2.1.20
|
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
|
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
|
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]
|
0ce8ba5772
|
Update checked-in dependencies
|
2022-08-19 10:17:01 +00:00 |
|
github-actions[bot]
|
5354facf4b
|
Update changelog and version after v2.1.19
|
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
v2.1.19
|
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 |
|
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 |
|