Skip to content

Commit

Permalink
v1
Browse files Browse the repository at this point in the history
  • Loading branch information
GeekMasher committed Mar 24, 2023
1 parent aa4d445 commit 6c23933
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ The main use case for `codeqlsummarize` is to run it as an Action so the purpose

```yml
- name: Generate CodeQL Summaries
uses: advanced-security/codeql-summarize@main
uses: advanced-security/codeql-summarize@v1
with:
# This file defines the projects you want to make sure to get the latest and greatest
# summaries from.
Expand Down
2 changes: 1 addition & 1 deletion codeqlsummarize/__version__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

__title__ = "CodeQL Summarize"
__name__ = "codeqlsummarize"
__version__ = "0.2.1"
__version__ = "1.0.0"

__description__ = "GitHub CodeQL Summaries Toolkit"
__summary__ = """\
Expand Down

0 comments on commit 6c23933

Please sign in to comment.