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
v2.1.35
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
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
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
Alexander Eyers-Taylor
ea25ff07d1
Merge pull request #1397 from github/update-v1.1.34-312e093a
...
Merge releases/v2 into releases/v1
v1.1.34
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
v2.1.34
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
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
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.
codeql-bundle-20221123
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