Michael B. Gale
4518431205
Fix: rename output
2023-06-13 20:45:57 +01:00
Michael B. Gale
ee80b30f46
Add initial workflow code dependent on init
2023-06-13 20:45:57 +01:00
Michael B. Gale
4356c16c33
Add runResolveBuildEnvironment
2023-06-13 20:45:57 +01:00
Michael B. Gale
cc95e67380
Add resolve-environment to ActionName
2023-06-13 20:45:56 +01:00
Michael B. Gale
360d2b76b5
Update OS representation
2023-06-13 20:45:56 +01:00
Michael B. Gale
4322324628
Add resolveBuildEnvironment to CodeQL type
2023-06-13 20:45:56 +01:00
Michael B. Gale
dce63d8676
Add initial stub for resolve-environment action
2023-06-13 20:45:56 +01:00
Henry Mercer
64d6bfc2d6
Merge branch 'main' into update-bundle/codeql-bundle-v2.13.4
2023-06-13 14:10:34 +01:00
Henry Mercer
c92053157f
Address review comments
...
Co-authored-by: Angela P Wen <angelapwen@github.com >
2023-06-12 19:31:25 +01:00
Henry Mercer
bce99ca79f
Fix the name of the disable Python dependency installation feature flag
2023-06-12 11:55:51 +01:00
Henry Mercer
7bd23b58b5
Remove support for CodeQL CLI 2.9.3 and earlier
2023-06-12 11:34:01 +01:00
Henry Mercer
a590b4afa7
Bump minimum CodeQL version to 2.9.4
2023-06-12 11:22:22 +01:00
github-actions[bot]
cd5b1ee5cf
Update supported GitHub Enterprise Server versions
2023-06-10 00:11:27 +00:00
github-actions[bot]
c94b9997cc
Update default bundle to codeql-bundle-v2.13.4
2023-06-09 12:27:25 +00:00
github-actions[bot]
921d191150
Update supported GitHub Enterprise Server versions
2023-06-07 00:12:13 +00:00
Henry Mercer
dfc31c9995
Convert actions-util docs to JSDoc
2023-05-31 17:49:42 +01:00
Henry Mercer
019a40b91a
Inline checks for producing a better error message for Dependabot PRs
2023-05-31 17:42:45 +01:00
Henry Mercer
ae005db7f8
Merge branch 'main' into henrymercer/remove-unused-env-var
2023-05-31 17:41:04 +01:00
Henry Mercer
89c4c9e65c
Merge pull request #1678 from github/henrymercer/default-setup-safeguarding
...
Flag up functionality that may not exist in default setup workflows
2023-05-31 17:33:30 +01:00
Henry Mercer
bf419682de
Remove unused CODESCANNING_EVENT_NAME environment variable
2023-05-31 15:37:11 +01:00
Alexander Eyers-Taylor
9d2dd7cfea
Merge pull request #1698 from github/update-bundle/codeql-bundle-20230524
...
Update default bundle to 2.13.3
2023-05-31 12:29:26 +01:00
Henry Mercer
eb1c7a3887
Use getRefFromEnv() so ref is present on default setup
2023-05-30 19:39:53 +01:00
Henry Mercer
2408985f4e
Only print lines of code information once
...
CodeQL already prints it, so we don't need to print it again.
2023-05-26 20:34:30 +01:00
Andrew Eisenberg
9c5706e1a2
Avoid throwing validation error on invalid URIs
...
The recent update of jsonschema inadvertently caused extra validation of
`uri-reference` formatted properties. This change ensures that these
errors are converted to warnings.
Note that we cannot revert the change to jsonschema since the old
version does not handle `uniqueItems` correctly.
2023-05-25 10:18:12 -07:00
Henry Mercer
1023a086ae
Merge pull request #1694 from jsoref/fixes
...
Fix running tests on forks, and handle invalid URIs when fingerprinting
2023-05-25 15:41:27 +01:00
Josh Soref
cc5f2fb439
Gracefully handle decodeURIComponent failure
2023-05-25 09:15:55 -04:00
Josh Soref
789f65c9ee
Improving handling of uploadFailedSarifResult -> [Object object]
2023-05-25 09:15:55 -04:00
Josh Soref
a5879b7b6e
Tolerate forks of github/codeql-action
2023-05-25 09:14:30 -04:00
github-actions[bot]
4f41ff7fc8
Update default bundle to codeql-bundle-20230524
2023-05-24 16:01:53 +00:00
Stephan Brandauer
153cab09da
jsdoc for fixInvalidNotificationsInFile
2023-05-24 12:09:28 +00:00
Stephan Brandauer
3100e1e354
move check to calling function
...
DISABLE_DUPLICATE_LOCATION_FIX - this is to avoid needless crashes on
large sarif files
2023-05-24 11:46:19 +00:00
Henry Mercer
f54f0731d1
Merge branch 'main' into henrymercer/semver-bundles
2023-05-17 14:45:33 +01:00
Henry Mercer
d439786b65
Merge branch 'main' into henrymercer/remove-redundant-flag
2023-05-16 19:21:22 +01:00
Henry Mercer
a1be09ed8a
Remove redundant query help version flag
2023-05-16 18:20:13 +01:00
Henry Mercer
2bf10dc4b9
Extract semantic CLI version from URL when requesting specific tools
2023-05-16 14:47:32 +01:00
Henry Mercer
e422b64793
Use resolve extractor when finding autobuild scripts
2023-05-16 11:18:16 +01:00
Rasmus Wriedt Larsen
cf58ef4480
Update wording for CODEQL_PYTHON warning
...
Co-authored-by: Henry Mercer <henry.mercer@me.com >
2023-05-15 12:05:03 +02:00
Rasmus Wriedt Larsen
cc641561b7
Improve python warning message
...
The last dot in `=3.11.` is just slightly confusing, so added single
quotes around the environment variable assignments to make it 100% clear
2023-05-12 09:59:20 +02:00
Rasmus Wriedt Larsen
c237da1a2f
Fix linting errors
2023-05-12 09:58:30 +02:00
Rasmus Wriedt Larsen
cbc79bf64b
Merge branch 'main' into rasmuswl/python-disable-dependency-installation
2023-05-12 09:55:57 +02:00
Rasmus Wriedt Larsen
b8f39fe0f5
Use features properly in setupPythonExtractor
2023-05-12 09:55:22 +02:00
Shaikhul Islam
e5fdcd4a8f
Apply suggestions from code review
...
Co-authored-by: Henry Mercer <henry.mercer@me.com >
2023-05-11 09:29:25 -04:00
Rasmus Wriedt Larsen
0ccdbf8cd5
Feature flag to disable python dependency installation
2023-05-11 12:14:04 +02:00
Shaikhul Islam
c26fc558ba
revert MissingPushHook checks changes
2023-05-10 20:37:56 +00:00
Shaikhul Islam
699855c048
fix linter issue
2023-05-09 15:05:36 +00:00
Shaikhul Islam
edb138ff88
remove consts MismatchedBranches and MissingPushHook
2023-05-09 14:39:49 +00:00
Andrew Eisenberg
9824588133
Fix broken regex
...
`($i)` is not valid for javascript regexes.
2023-05-05 12:02:19 -07:00
Andrew Eisenberg
11fba50273
Merge pull request #1668 from github/aeisenberg/update-sarif-schema
2023-05-05 09:14:24 -07:00
Dave Bartolomeo
33461954a5
Merge branch 'main' into update-bundle/codeql-bundle-20230428
2023-05-03 19:02:27 -04:00
Andrew Eisenberg
febbadf751
Update the sarif schema file
...
The version we were using is quite old. Copied the latest from
123e95847b/Schemata/sarif-schema-2.1.0.json
I do not think the sarif spec will be changing any more without
an explicit version update, so this is fine for now.
2023-05-02 13:46:24 -07:00