Skip to content

Commit

Permalink
update versions in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Lerer committed Mar 16, 2022
1 parent 5cf8675 commit 661e856
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
- name: Run Veracode SCA
env:
SRCCLR_API_TOKEN: ${{ secrets.SRCCLR_API_TOKEN }}
uses: lerer/[email protected].7
uses: lerer/[email protected].8
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
create-issues: false
Expand Down Expand Up @@ -123,7 +123,7 @@ jobs:
- name: Run Veracode SCA
env:
SRCCLR_API_TOKEN: ${{ secrets.SRCCLR_API_TOKEN }}
uses: lerer/[email protected].7
uses: lerer/[email protected].8

with:
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "veracode-sca",
"version": "1.0.7",
"version": "1.0.8",
"description": "An action to execute Veracode Software Composition Analysis Scaning as a GitHub Action",
"main": "./dist/index.js",
"scripts": {
Expand Down

0 comments on commit 661e856

Please sign in to comment.