3030 steps :
3131 - name : Verify Veracode API credentials
3232 id : verify_api_creds
33- uses : veracode/github-actions-integration-helper@v0.1.3
33+ uses : veracode/github-actions-integration-helper@v0.1.4
3434 with :
3535 action : validateVeracodeApiCreds
3636 token : ${{ github.event.client_payload.token }}
4343 - name : Verify Policy name
4444 id : verify_policy_name
4545 if : success()
46- uses : veracode/github-actions-integration-helper@v0.1.3
46+ uses : veracode/github-actions-integration-helper@v0.1.4
4747 with :
4848 action : validatePolicyName
4949 token : ${{ github.event.client_payload.token }}
7171 run-id : ${{ github.event.client_payload.run_id }}
7272
7373 - name : Veracode Upload and Scan Action Step
74- uses : veracode/uploadandscan-action@v0.1.5
74+ uses : veracode/uploadandscan-action@v0.1.6
7575 id : upload_and_scan
7676 with :
7777 vid : ' ${{ secrets.VERACODE_API_ID }}'
8888 - name : Veracode Policy Results
8989 id : prepare-results
9090 if : always()
91- uses : Veracode/github-actions-integration-helper@v0.1.3
91+ uses : Veracode/github-actions-integration-helper@v0.1.4
9292 with :
9393 action : ' preparePolicyResults'
9494 token : ${{ github.event.client_payload.token }}
@@ -107,7 +107,7 @@ jobs:
107107 if : ${{ github.event.client_payload.user_config.sandbox_scan.execute_remove_sandbox_action && always() }}
108108 name : Remove Sandbox
109109 steps :
110- - uses : veracode/github-actions-integration-helper@v0.1.3
110+ - uses : veracode/github-actions-integration-helper@v0.1.4
111111 with :
112112 action : ' removeSandbox'
113113 vid : ${{ secrets.VERACODE_API_ID }}
0 commit comments