From fb11a9dd38f7b5efc044650962f5508a79f7b461 Mon Sep 17 00:00:00 2001 From: Keegan Saunders Date: Fri, 1 Jul 2022 15:04:18 -0400 Subject: [PATCH] Use latest NowSecure action --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index bce5e0e..0377b53 100644 --- a/action.yml +++ b/action.yml @@ -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 }}