We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa4d445 commit 6c23933Copy full SHA for 6c23933
README.md
@@ -10,7 +10,7 @@ The main use case for `codeqlsummarize` is to run it as an Action so the purpose
10
11
```yml
12
- name: Generate CodeQL Summaries
13
- uses: advanced-security/codeql-summarize@main
+ uses: advanced-security/codeql-summarize@v1
14
with:
15
# This file defines the projects you want to make sure to get the latest and greatest
16
# summaries from.
codeqlsummarize/__version__.py
@@ -1,7 +1,7 @@
1
2
__title__ = "CodeQL Summarize"
3
__name__ = "codeqlsummarize"
4
-__version__ = "0.2.1"
+__version__ = "1.0.0"
5
6
__description__ = "GitHub CodeQL Summaries Toolkit"
7
__summary__ = """\
0 commit comments