Skip to content

Commit 8b01108

Browse files
authored
Merge branch 'main' into aeisenberg/update-changelog-on-release
2 parents ea89b06 + 12b2dc6 commit 8b01108

28 files changed

Lines changed: 245 additions & 72 deletions

.gitattributes

Lines changed: 7 additions & 0 deletions
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/workflows/update-supported-enterprise-server-versions.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
jobs:
88
update-supported-enterprise-server-versions:
99
runs-on: ubuntu-latest
10+
if: ${{ github.repository == 'github/codeql-action' }}
1011

1112
steps:
1213
- name: Setup Python

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
# CodeQL Action and CodeQL Runner Changelog
22

33
## [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

Lines changed: 2 additions & 0 deletions
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

Lines changed: 13 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/analyze.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/analyze.test.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)