8000 Merge main into releases/v3 by github-actions[bot] · Pull Request #2300 · github/codeql-action · GitHub
[go: up one dir, main page]

Skip to content

Merge main into releases/v3 #2300

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 31 commits into from
May 20, 2024
Merged
Changes from 2 commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
6182f33
Add documentation for the tools option in the various workflow files
NlightNFotis May 10, 2024
eb4969f
Clarify wording
NlightNFotis May 10, 2024
4f59156
Improve wording on internal workflows and add clarification for tools…
NlightNFotis May 13, 2024
bc3670a
Enable database uploads for GHEC-DR
koesie10 Apr 23, 2024
90e315a
Update tests for GHEC-DR
koesie10 May 13, 2024
9f6ef11
Update changelog and version after v3.25.5
github-actions[bot] May 13, 2024
32f554e
Update checked-in dependencies
github-actions[bot] May 13, 2024
bf2faab
Merge pull request #2288 from github/mergeback/v3.25.5-to-main-b7cec752
henrymercer May 13, 2024
cbe408d
Add option `tools: linked` for init action.
NlightNFotis May 8, 2024
cff15d7
Add logging for CodeQL CLI Version and add tests to the logger for it.
NlightNFotis May 8, 2024
c92bbd4
Add test for CodeQL version appearing in log.
NlightNFotis May 9, 2024
998a4c7
Change overriding log message to make default version more explicit.
NlightNFotis May 9, 2024
4522b08
[SYNC] Sync files in lib/ as requested by CI check that is failing
NlightNFotis May 9, 2024
1796f54
Add new input option `tools: linked` to CHANGELOG
NlightNFotis May 9, 2024
bcc1365
Move logging messages to downstream function and add deprecation notice
NlightNFotis May 10, 2024
8000
df4819e
Soften deprecation message wording and remove unhelpful version strin…
NlightNFotis May 13, 2024
5a14b05
Merge pull request #2281 from github/tools_latest_improvement
NlightNFotis May 13, 2024
08487db
Merge pull request #2284 from github/NlightNFotis/add_tools_help
NlightNFotis May 13, 2024
24766fc
Fix trailing slash on uploads URL
koesie10 May 13, 2024
931fabe
Remove feature flag for combine SARIF files deprecation warning
koesie10 May 14, 2024
7fd4900
Merge pull request #2292 from github/koesie10/remove-combine-sarif-fi…
koesie10 May 14, 2024
9f32769
Update docs for `build-mode: autobuild`
henrymercer May 15, 2024
3b42294
Bump the npm group across 1 directory with 4 updates
dependabot[bot] May 15, 2024
e54dea2
Update checked-in dependencies
github-actions[bot] May 15, 2024
b7ef64e
Merge pull request #2294 from github/dependabot/npm_and_yarn/npm-d328…
henrymercer May 15, 2024
a57c67b
Merge pull request #2286 from github/koesie10/ghec-dr-db-upload
koesie10 May 15, 2024
de1ac31
Update default bundle to codeql-bundle-v2.17.3
github-actions[bot] May 15, 2024
e9e2729
Add changelog note
github-actions[bot] May 15, 2024
0d9161c
Merge pull request #2293 from github/henrymercer/update-build-mode-au…
henrymercer May 15, 2024
63d519c
Merge pull request #2295 from github/update-bundle/codeql-bundle-v2.17.3
May 17, 2024
00792ab
Update changelog for v3.25.6
github-actions[bot] May 20, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions init/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,7 @@ inputs:
- `none`: The database will be created without building the source code.
Available for all interpreted languages and some compiled languages.
- `autobuild`: The database will be created by attempting to automatically build the source
code.
To use this build mode, ensure that your workflow calls the `autobuild` action
between the `init` and `analyze` steps.
Available for all compiled languages.
code. Available for all compiled languages.
- `manual`: The database will be created by building the source code using a manually
specified build command. To use this build mode, specify manual build steps in
your workflow between the `init` and `analyze` steps. Available for all
Expand Down
0