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
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
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
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
github-actions[bot]
4a887ca920
Update checked-in dependencies
2022-06-28 19:26:38 +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
v2.1.15
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
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
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
codeql-bundle-20220623
2022-06-22 21:28:54 -07: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
Andrew Eisenberg
41a4ada31b
Merge pull request #1114 from github/update-v2.1.14-2e0c6caf
...
Merge main into releases/v2
v2.1.14
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
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