Skip to content

Commit

Permalink
Update to latest NowSecure Action (#6)
Browse files Browse the repository at this point in the history
This version uses Node 20 (rather than 16 which is deprecated)
  • Loading branch information
Keegan Saunders authored May 1, 2024
1 parent cb90736 commit 984dcb3
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@v3
uses: nowsecure/nowsecure-action/upload-app@v4
with:
platform_token: ${{ inputs.platform_token }}
app_file: ${{ inputs.app_file }}
group_id: ${{ inputs.group_id }}

- id: pull_report
uses: nowsecure/nowsecure-action/convert-sarif@v3
uses: nowsecure/nowsecure-action/convert-sarif@v4
with:
report_id: ${{ steps.upload.outputs.report_id }}
platform_token: ${{ inputs.platform_token }}
Expand Down

0 comments on commit 984dcb3

Please sign in to comment.