Skip to content

Commit

Permalink
Release v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yokawasa committed Mar 11, 2020
1 parent c4ad949 commit c44cf65
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

All notable changes to the "action-sqlcheck" will be documented in this file.

## 1.1.0
- Fixup a bug (PR #12) thanks to @NathanBurkett - The cURL request fails if the repository is not public

## 1.0.0
- Add Input parameter `verbose` to include verbose warning to the analysis result

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: yokawasa/action-sqlcheck@v1.0.0
- uses: yokawasa/action-sqlcheck@v1.1.0
with:
post-comment: true
risk-level: 3
Expand Down
3 changes: 2 additions & 1 deletion examples/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: yokawasa/action-sqlcheck@v0.0.5
- uses: yokawasa/action-sqlcheck@v1.1.0
with:
post-comment: true
risk-level: 3
verbose: false
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit c44cf65

Please sign in to comment.