Skip to content

Commit 6764ac6

Browse files
authored
Merge pull request #527 from github/update-v1-eeaefb60
Merge main into v1
2 parents 88f6e15 + eeaefb6 commit 6764ac6

25 files changed

+157
-65
lines changed

.gitattributes

+7
Original file line numberDiff line numberDiff line change
@@ -1 +1,8 @@
11
lib/*.js linguist-generated=true
2+
3+
# Reduce incidence of needless merge conflicts on CHANGELOG.md
4+
# The man page at
5+
# https://mirrors.edge.kernel.org/pub/software/scm/git/docs/gitattributes.html
6+
# suggests that this might interleave lines arbitrarily, but empirically
7+
# it keeps added chunks contiguous
8+
CHANGELOG.md merge=union

.github/pull_request_template.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
### Merge / deployment checklist
22

33
- [ ] Confirm this change is backwards compatible with existing workflows.
4-
- [ ] Confirm the [readme](https://github.com/github/codeql-action/blob/master/README.md) has been updated if necessary.
4+
- [ ] Confirm the [readme](https://github.com/github/codeql-action/blob/main/README.md) has been updated if necessary.
5+
- [ ] Confirm the [changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) has been updated if necessary.

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# CodeQL Action and CodeQL Runner Changelog
2+
3+
## [UNRELEASED]
4+
5+
- Add this changelog file. [#507](https://github.com/github/codeql-action/pull/507)
6+
- Improve grouping of analysis logs. Add a new log group containing a summary of metrics and diagnostics, if they were produced by CodeQL builtin queries. [#515](https://github.com/github/codeql-action/pull/515)

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
This action runs GitHub's industry-leading static 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.
44

5+
For a list of recent changes, see the CodeQL Action's [changelog](CHANGELOG.md).
6+
57
## License
68

79
This project is released under the [MIT License](LICENSE).

lib/analyze.js

+13-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/analyze.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/analyze.test.js

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)