Skip to content

Commit 6c23933

Browse files
committed
v1
1 parent aa4d445 commit 6c23933

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ The main use case for `codeqlsummarize` is to run it as an Action so the purpose
1010

1111
```yml
1212
- name: Generate CodeQL Summaries
13-
uses: advanced-security/codeql-summarize@main
13+
uses: advanced-security/codeql-summarize@v1
1414
with:
1515
# This file defines the projects you want to make sure to get the latest and greatest
1616
# summaries from.

codeqlsummarize/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
__title__ = "CodeQL Summarize"
33
__name__ = "codeqlsummarize"
4-
__version__ = "0.2.1"
4+
__version__ = "1.0.0"
55

66
__description__ = "GitHub CodeQL Summaries Toolkit"
77
__summary__ = """\

0 commit comments

Comments
 (0)