Henry Mercer
fdcae64e14
Merge pull request #1932 from github/update-v2.22.1-18e6c398c
...
Merge main into releases/v2
v2.22.1
2023-10-09 12:02:20 +01:00
github-actions[bot]
8554648f41
Update changelog for v2.22.1
2023-10-09 09:46:39 +00:00
Henry Mercer
18e6c398ce
Merge pull request #1930 from github/aeisenberg-patch-1
...
Update CHANGELOG.md
2023-10-09 10:30:49 +01:00
Henry Mercer
5e34d08d9e
Link PR and fix case of Python
2023-10-09 09:55:04 +01:00
Michael B. Gale
faf91ca6bd
Merge pull request #1926 from github/mbg/suppress-go-workaround-warning
...
Suppress Go workaround warning if autobuilder ran
2023-10-09 09:42:25 +01:00
Michael B. Gale
ffaea6c837
Merge branch 'main' into mbg/suppress-go-workaround-warning
2023-10-08 18:07:40 +01:00
Andrew Eisenberg
0a0988c4b2
Update CHANGELOG.md
...
Add missing work and make it clear that failure only applies when trying to downgrade to 3.11.
2023-10-07 09:30:52 -07:00
Andrew Eisenberg
0d5c2e0228
Merge pull request #1928 from github/aeisenberg/fix-python312
...
Add a fix for python 3.12
2023-10-06 16:42:31 -07:00
Andrew Eisenberg
94b6970619
Update CHANGELOG.md
2023-10-06 14:49:04 -07:00
Andrew Eisenberg
669c61022c
Add a feature flag to turn this off for newer versions of codeql
2023-10-06 14:17:01 -07:00
Andrew Eisenberg
028bacb8e9
Add integration test
...
Also:
- Update changelog
- Fix comments in check_python script
2023-10-06 13:52:34 -07:00
Andrew Eisenberg
d0916526cd
Add a fix for python 3.12
...
The python extractor does not yet support 3.12. Check for this and
instead make sure we run python 3.11. Only need to check on windows
since we are extremely unlikely to be running 3.12 on linux or macos.
2023-10-06 13:05:18 -07:00
Michael B. Gale
4eccc6dac4
Suppress Go workaround warning if autobuilder ran
2023-10-06 15:11:31 +01:00
Henry Mercer
a2dc5ffaff
Merge pull request #1925 from github/mergeback/v2.22.0-to-main-2cb752a8
...
Mergeback v2.22.0 refs/heads/releases/v2 into main
2023-10-06 12:36:34 +01:00
github-actions[bot]
b6ea09e3e4
Update checked-in dependencies
2023-10-06 11:12:35 +00:00
github-actions[bot]
fd3d78671c
Update changelog and version after v2.22.0
2023-10-06 10:47:42 +00:00
Henry Mercer
2cb752a87e
Merge pull request #1924 from github/update-v2.22.0-3f7850a17
...
Merge main into releases/v2
v2.22.0
2023-10-06 11:45:52 +01:00
Henry Mercer
e50f53baa1
Add changelog note for tracing Go 1.21
2023-10-06 11:20:43 +01:00
github-actions[bot]
0a65c007f6
Update changelog for v2.22.0
2023-10-06 09:45:48 +00:00
hoshino tsuyoshi
3f7850a179
Improve downloading log message ( #1920 )
...
Previously, a trailing `.` character was recognized as part of the URL in GitHub Actions log output. We add an additional space before it to distinguish.
2023-10-05 21:21:52 +00:00
Henry Mercer
27235304e0
Merge pull request #1923 from github/henrymercer/fix-resolve-environment-aliases
...
Fix using the `resolve-environment` Action with language aliases
2023-10-05 18:48:18 +01:00
Henry Mercer
8f0e8b0890
Tweak language parsing to improve clarity
2023-10-05 16:26:47 +01:00
Henry Mercer
f243294ab7
Extend PR check to test resolve-environment works with language alias
2023-10-05 15:57:53 +01:00
Michael B. Gale
1ea6a10947
Merge pull request #1909 from github/mbg/go-1.21-workaround
2023-10-05 15:31:48 +01:00
Henry Mercer
e26ed57a22
Defer language aliasing to CLI when appropriate
2023-10-05 15:27:51 +01:00
Henry Mercer
0ac7669167
Fix using resolve-environment Action with language aliases
...
This impacted default setup configurations that analyzed Go alongside at
least one of the following languages:
- C/C++
- Java/Kotlin
- JavaScript/TypeScript
2023-10-05 14:54:24 +01:00
Michael B. Gale
235bdca565
Use markdownMessage
2023-10-05 14:27:34 +01:00
Michael B. Gale
94f3e9b563
Apply suggestions from code review
...
Co-authored-by: Henry Mercer <henry.mercer@me.com >
2023-10-05 14:27:09 +01:00
Michael B. Gale
3b2fee487e
Include mkdirSync in try/catch
2023-10-05 13:48:56 +01:00
Michael B. Gale
a144bf5d7f
Store diagnostics in language-specific database
2023-10-05 13:39:58 +01:00
Michael B. Gale
4154eb799b
Fix: workflow name and description
2023-10-05 13:29:18 +01:00
Michael B. Gale
7f4a9481a7
Fix: create codeql-action diagnostics directory
2023-10-05 13:20:34 +01:00
Michael B. Gale
faf7528b44
Add integration test for Go workaround diagnostic
2023-10-05 13:11:37 +01:00
Michael B. Gale
2b193c5ab5
Store diagnostics in a codeql-action directory
2023-10-05 13:05:46 +01:00
Michael B. Gale
eb71a60380
Emit diagnostic when Go was changed after init
2023-10-05 12:52:06 +01:00
Michael B. Gale
36777d2236
Add utilities to produce diagnostics
2023-10-05 12:50:19 +01:00
Michael B. Gale
c8dd2bc90f
Add integration test for workaround
2023-10-05 10:46:10 +01:00
Michael B. Gale
db9f2c5968
Add test for isSupportedToolsFeature
2023-10-05 10:33:33 +01:00
Michael B. Gale
738030674f
Trim file output
2023-10-05 10:25:31 +01:00
Michael B. Gale
68d0b65ee5
Add another level to tempBinPath
2023-10-04 20:03:32 +01:00
Igwe Kalu
517782a2a0
Improve description of codeql-action/init languages input ( #1919 )
codeql-bundle-v2.15.0
2023-10-04 12:01:23 -07:00
Michael B. Gale
bb70bab648
Add comment explaining workaround
2023-10-04 19:57:11 +01:00
Michael B. Gale
41a13ec084
Fix comment in analyse Action
2023-10-04 19:53:23 +01:00
Michael B. Gale
9a5a628613
Improve getFileType
...
- Change parameter name
- Add more documentation
2023-10-04 19:50:02 +01:00
Michael B. Gale
8ac187720c
Allow other patch versions of Go in workflows
2023-10-04 19:46:36 +01:00
Michael B. Gale
f6d9b6bcfa
Improve/add log messages
2023-10-04 19:45:09 +01:00
Michael B. Gale
7b0b42afec
Remove FeaturesInVersionResult
2023-10-04 19:45:08 +01:00
Michael B. Gale
abb71f14cf
Add CLI feature flag to disable Go workaround
2023-10-04 19:45:08 +01:00
Michael B. Gale
604448043e
Add which go output in warning
2023-10-04 19:45:08 +01:00
Michael B. Gale
4cee553ea6
Output stdout upon error in getFileType
2023-10-04 19:45:08 +01:00