Skip to content
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

Merge main into releases/v2 #1525

Merged
merged 18 commits into from
Feb 6, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
e1070bd
Update changelog and version after v2.2.1
invalid-email-address Jan 27, 2023
395ec04
Update checked-in dependencies
invalid-email-address Jan 27, 2023
0b2a40f
Merge pull request #1515 from github/mergeback/v2.2.1-to-main-3ebbd71c
angelapwen Jan 27, 2023
2fed02c
Supply authorization parameter to toolcache.downloadTool()
aibaars Feb 3, 2023
b95df0b
Merge pull request #1516 from aibaars/auth-parameter
aibaars Feb 3, 2023
e0fc1c9
Add regression test for a bundle URL without a tag
henrymercer Feb 3, 2023
f140af5
Refactor setting up CodeQL to handle bundle URLs without tags
henrymercer Feb 3, 2023
c5c4751
docs: add direct link to website
MahmoudMabrok Feb 5, 2023
d49282c
Rename `forceLatest` to `forceShippedTools`
henrymercer Feb 6, 2023
d3f2b2e
Warn when multiple bundles for a single CLI are found in the toolcache
henrymercer Feb 6, 2023
c6ff11c
Add changelog note
henrymercer Feb 6, 2023
6d47a7c
Add regression test for bundle from different repo
henrymercer Feb 6, 2023
2b674f7
Fix toolcache behavior when downloading bundle from another repo
henrymercer Feb 6, 2023
c3cb270
Merge pull request #1521 from MahmoudMabrok/patch-1
henrymercer Feb 6, 2023
d396227
Merge pull request #1517 from github/henrymercer/fix/not-all-bundle-u…
henrymercer Feb 6, 2023
e4c0a1b
Merge branch 'main' into henrymercer/fix/cli-version-for-different-bu…
henrymercer Feb 6, 2023
927de48
Merge pull request #1523 from github/henrymercer/fix/cli-version-for-…
henrymercer Feb 6, 2023
8af8363
Update changelog for v2.2.2
invalid-email-address Feb 6, 2023
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
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CodeQL Action Changelog

## 2.2.2 - 06 Feb 2023

- Fix an issue where customers using the CodeQL Action with the [CodeQL Action sync tool](https://docs.github.com/en/enterprise-server@3.7/admin/code-security/managing-github-advanced-security-for-your-enterprise/configuring-code-scanning-for-your-appliance#configuring-codeql-analysis-on-a-server-without-internet-access) would not be able to obtain the CodeQL tools. [#1517](https://github.com/github/codeql-action/pull/1517)

## 2.2.1 - 27 Jan 2023

No user facing changes.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# CodeQL Action

This action runs GitHub's industry-leading semantic code analysis engine, CodeQL, against a repository's source code to find security vulnerabilities. It then automatically uploads the results to GitHub so they can be displayed in the repository's security tab. CodeQL runs an extensible set of [queries](https://github.com/github/codeql), which have been developed by the community and the [GitHub Security Lab](https://securitylab.github.com/) to find common vulnerabilities in your code.
This action runs GitHub's industry-leading semantic code analysis engine, [CodeQL](https://codeql.github.com/), against a repository's source code to find security vulnerabilities. It then automatically uploads the results to GitHub so they can be displayed in the repository's security tab. CodeQL runs an extensible set of [queries](https://github.com/github/codeql), which have been developed by the community and the [GitHub Security Lab](https://securitylab.github.com/) to find common vulnerabilities in your code.

For a list of recent changes, see the CodeQL Action's [changelog](CHANGELOG.md).

Expand Down
92 changes: 62 additions & 30 deletions lib/codeql.test.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/codeql.test.js.map

Large diffs are not rendered by default.

Loading