Skip to content

Commit

Permalink
v2.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
bermannoah committed Apr 27, 2022
1 parent b132d7f commit 39a79e1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## v2.0.0

- Adds direct comments to PRs and changes API interactions. Note that this may break implementations of the action that rely on previous functionality/API interactions.

## v1.0.4

- Mostly spec improvements but also fixes an old API request

## v1.0.3

- Use token authentication correctly
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ regardless of context.

```yml
- name: Brakeman
uses: cookpad/brakeman-linter-action@v1.0.4
uses: cookpad/brakeman-linter-action@v2.0.0
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
```
Expand All @@ -28,7 +28,7 @@ regardless of context.
run: |
brakeman -f json > tmp/brakeman.json || exit 0
- name: Brakeman
uses: cookpad/brakeman-linter-action@v1.0.4
uses: cookpad/brakeman-linter-action@v2.0.0
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
REPORT_PATH: tmp/brakeman.json
Expand All @@ -38,7 +38,7 @@ regardless of context.
```yml
- name: Brakeman
uses: cookpad/brakeman-linter-action@v1.0.4
uses: cookpad/brakeman-linter-action@v2.0.0
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
PROJECT_PATH: my_rails_app
Expand All @@ -57,7 +57,7 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Brakeman
uses: cookpad/brakeman-linter-action@v1.0.4
uses: cookpad/brakeman-linter-action@v2.0.0
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
GITHUB_LATEST_SHA: ${{ github.event.pull_request.head.sha }}
Expand Down

0 comments on commit 39a79e1

Please sign in to comment.