Robert
504cb5e7a2
Merge pull request #371 from github/robertbrignull/pr-checks-workflow
...
Move .github/workflows back where it was
2021-01-21 18:26:50 +00:00
Robert
cfdf2eaf7a
move .github/workflows back where it was
2021-01-21 16:06:26 +00:00
Robert
a1bfa7609f
Merge pull request #369 from felicitymay/patch-1
...
Update description to include limit on number of results
2021-01-19 17:57:15 +00:00
Felicity Chapman
a3a8231e64
Update upload-sarif/action.yml
...
Co-authored-by: hubwriter <hubwriter@github.com >
2021-01-19 17:17:45 +00:00
Felicity Chapman
d0ac97e33f
Add results limit to description
2021-01-19 17:02:31 +00:00
Robert
cb574a7d60
only insert external repos token if supplied
2021-01-19 15:42:57 +00:00
Robert
b0adc415a0
Merge pull request #364 from ericcornelissen/eslint/no-unused-vars
...
Update code so "@typescript-eslint/no-unused-vars" passes
2021-01-18 10:01:59 +00:00
Eric Cornelissen
946779f5b6
Run npm run-script build
2021-01-15 18:40:06 +01:00
Eric Cornelissen
9a753aa409
Removed unused vars in config-utils.test.ts
2021-01-15 18:25:29 +01:00
Eric Cornelissen
2a6d6c52d7
Update ESLint configuration
...
Remove the line to disable the "github/no-unused-vars" rule.
2021-01-15 18:20:07 +01:00
Robin Neatherway
8659fb33f9
Merge pull request #362 from github/rneatherway/merge-workflows
...
Merge pr-check and integration-testing workflows
2021-01-15 16:26:34 +00:00
Robin Neatherway
137e614f23
Merge branch 'main' into rneatherway/merge-workflows
2021-01-15 15:59:36 +00:00
Simon Engledew
4bdcd08344
Merge pull request #363 from github/simon-engledew/fix-incorrect-branch-warning
...
Fix overzealous warnings when PR scanning is not required
2021-01-15 10:59:19 +00:00
Simon Engledew
b6fc7138bf
Merge branch 'main' into simon-engledew/fix-incorrect-branch-warning
2021-01-15 10:41:33 +00:00
Simon Engledew
1a6f6a27b3
Implement PR feedback
2021-01-15 08:28:21 +00:00
Robert
f86e200d13
Merge pull request #357 from github/robertbrignull/external-token-option
...
Introduce external repository token
2021-01-14 17:41:30 +00:00
Robert
c8abbce0a2
Merge branch 'main' into robertbrignull/external-token-option
2021-01-14 17:27:33 +00:00
Robin Neatherway
3d63fa4dad
Merge pull request #361 from github/rneatherway/status-base
...
Correct typo in setting of PR upload base ref
2021-01-14 10:28:34 +00:00
Simon Engledew
0853901c0d
Fix overzealous warning when PR scanning is not required
2021-01-13 12:28:24 +00:00
Robin Neatherway
369cad8272
Use the fully qualified ref name
2021-01-13 12:16:10 +00:00
Robin Neatherway
9ace6974f2
Merge pr-check and integration-testing workflows
...
These had some minor overlap checking that the JS is up to date and
there isn't any benefit in having them separate as the jobs are run in
parallel anyway.
2021-01-13 12:10:34 +00:00
Robin Neatherway
884ee1d129
Correct typo in setting upload base ref
2021-01-13 12:00:33 +00:00
Robin Neatherway
a7f3c648eb
Update test to check base ref/sha values
2021-01-13 11:57:55 +00:00
Robert
087e7a3a1a
Merge pull request #360 from github/robertbrignull/preload_tracer_env_var
...
Output path to preload_tracer in env file
2021-01-13 10:15:31 +00:00
Robert
97a70e6013
include missing changes
2021-01-12 12:09:22 +00:00
Robert
90d1a31dd4
Introduce external repository token
2021-01-12 12:07:03 +00:00
Robert
70733e4ae5
add call operator
2021-01-12 11:44:25 +00:00
Robert
a432f684f7
Use CODEQL_RUNNER env var in integration tests
2021-01-12 11:29:42 +00:00
Robert
2f9814894f
Add tests of CODEQL_RUNNER env var
2021-01-12 11:29:30 +00:00
Robert
c796788c33
move CODEQL_RUNNER population to tracer-config.ts
2021-01-12 10:49:08 +00:00
Robert
cd2eafc8e3
switch to using runner instead of preload_tracer
2021-01-12 10:43:06 +00:00
Robert
5a03a14bfb
use CODEQL_PLATFORM
2021-01-12 10:24:25 +00:00
Robert
dbd8007298
Output path to preload_tracer
2021-01-11 11:15:53 +00:00
Sam Partington
a0c4707dcc
Merge pull request #323 from github/split-upload-method
...
Split upload method into two mode-specific ones
2021-01-06 12:02:34 +00:00
Sam Partington
c7275a75ce
Don't re-retrieve GitHub version when already have it
...
54e0c67332 (r45693026)
54e0c67332 (r45693030)
2021-01-06 11:40:16 +00:00
Sam Partington
023add5df0
Fix linter violations
2021-01-06 11:19:50 +00:00
Sam Partington
4e46a490ae
Merge branch 'main' into split-upload-method
2021-01-06 11:13:51 +00:00
Sam Partington
54e0c67332
Revert "Retrieve GitHubVersion when used rather than passing around"
...
This reverts commit 6de1b753c2 .
https://github.com/github/codeql-action/pull/323#discussion_r551960301
2021-01-06 11:06:01 +00:00
Sam Partington
4bc186cf34
Move type definition to where it's used
...
https://github.com/github/codeql-action/pull/323#discussion_r551951925
2021-01-06 10:58:32 +00:00
Sam Partington
1da4ce5a03
Ensure stats get sent when not uploading results
...
https://github.com/github/codeql-action/pull/323#discussion_r551948732
2021-01-06 10:52:16 +00:00
Robert
20d8f91819
Merge pull request #358 from github/robertbrignull/recursive_sarif_test
...
Add test of finding SARIF files recursively
2021-01-04 15:34:11 +00:00
Robert
3792ed8ceb
Merge branch 'main' into robertbrignull/recursive_sarif_test
2021-01-04 15:15:44 +00:00
Simon Engledew
b1e0b46970
Merge pull request #348 from github/simon-engledew/checkout-wrong-heads
...
Only report the first CheckoutWrongHead lint error
2021-01-04 14:19:05 +00:00
Simon Engledew
034bf318b8
Merge branch 'main' into simon-engledew/checkout-wrong-heads
2021-01-04 13:37:11 +00:00
Robert
bd4e3adfd9
Add test of finding SARIF files recursively
2021-01-04 13:12:30 +00:00
Robert
230cb9b734
Merge pull request #352 from chao2zhang/main
...
Support find .sarif files recursively
2021-01-04 12:58:36 +00:00
Simon Engledew
456cd431ff
Improve test coverage
2021-01-04 12:05:37 +00:00
Simon Engledew
1511db33b3
Only check the steps of the job currently being run
2021-01-04 12:00:15 +00:00
Chao Zhang
55eae6652f
Support find .sarif files recursively
2020-12-22 23:24:51 -08:00
Chris Gavin
094554cf89
Merge pull request #349 from github/prevent-accidental-analysis-of-get-pip
...
Prevent accidental analysis of the `get-pip.py` script.
2020-12-22 14:48:15 +00:00