Skip to content

Commit

Permalink
Use latest NowSecure action
Browse files Browse the repository at this point in the history
  • Loading branch information
Keegan Saunders committed Jul 1, 2022
1 parent b437be8 commit fb11a9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ runs:
using: "composite"
steps:
- id: upload
uses: nowsecure/nowsecure-action/upload-app@v2
uses: nowsecure/nowsecure-action/upload-app@c8df1e8d5e9cb33f282577570eea24832673feab
with:
token: ${{ inputs.token }}
app_file: ${{ inputs.app_file }}
group_id: ${{ inputs.group_id }}

- id: pull_report
uses: nowsecure/nowsecure-action/convert-sarif@v2
uses: nowsecure/nowsecure-action/convert-sarif@c8df1e8d5e9cb33f282577570eea24832673feab
with:
report_id: ${{ steps.upload.outputs.report_id }}
token: ${{ inputs.token }}
Expand Down

0 comments on commit fb11a9d

Please sign in to comment.