File tree Expand file tree Collapse file tree 8 files changed +15
-15
lines changed
Expand file tree Collapse file tree 8 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 3030 steps :
3131 - name : Verify Veracode API credentials
3232 id : verify_api_creds
33- uses : veracode/github-actions-integration-helper@main
33+ uses : veracode/github-actions-integration-helper@v0.1.2
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@main
46+ uses : veracode/github-actions-integration-helper@v0.1.2
4747 with :
4848 action : validatePolicyName
4949 token : ${{ github.event.client_payload.token }}
8484 - name : Veracode Pipeline Results
8585 if : always()
8686 id : prepare-results
87- uses : Veracode/github-actions-integration-helper@main
87+ uses : Veracode/github-actions-integration-helper@v0.1.2
8888 with :
8989 action : ' preparePipelineResults'
9090 token : ${{ github.event.client_payload.token }}
Original file line number Diff line number Diff line change 3030 steps :
3131 - name : Verify Veracode API credentials
3232 id : verify_api_creds
33- uses : veracode/github-actions-integration-helper@main
33+ uses : veracode/github-actions-integration-helper@v0.1.2
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@main
46+ uses : veracode/github-actions-integration-helper@v0.1.2
4747 with :
4848 action : validatePolicyName
4949 token : ${{ github.event.client_payload.token }}
8989 - name : Veracode Policy Results
9090 id : prepare-results
9191 if : always()
92- uses : Veracode/github-actions-integration-helper@main
92+ uses : Veracode/github-actions-integration-helper@v0.1.2
9393 with :
9494 action : ' preparePolicyResults'
9595 token : ${{ github.event.client_payload.token }}
@@ -108,7 +108,7 @@ jobs:
108108 if : ${{ github.event.client_payload.user_config.sandbox_scan.execute_remove_sandbox_action && always() }}
109109 name : Remove Sandbox
110110 steps :
111- - uses : veracode/github-actions-integration-helper@main
111+ - uses : veracode/github-actions-integration-helper@v0.1.2
112112 with :
113113 action : ' removeSandbox'
114114 vid : ${{ secrets.VERACODE_API_ID }}
Original file line number Diff line number Diff line change 1414 steps :
1515 - name : Register build
1616 id : register-build
17- uses : veracode/github-actions-integration-helper@main
17+ uses : veracode/github-actions-integration-helper@v0.1.2
1818 with :
1919 action : registerBuild
2020 token : ${{ github.event.client_payload.token }}
Original file line number Diff line number Diff line change 5050 steps :
5151 - name : Verify Veracode API credentials
5252 id : verify_api_creds
53- uses : veracode/github-actions-integration-helper@main
53+ uses : veracode/github-actions-integration-helper@v0.1.2
5454 with :
5555 action : validateVeracodeApiCreds
5656 token : ${{ github.event.client_payload.token }}
6363 - name : Verify Policy name
6464 id : verify_policy_name
6565 if : success()
66- uses : veracode/github-actions-integration-helper@main
66+ uses : veracode/github-actions-integration-helper@v0.1.2
6767 with :
6868 action : validatePolicyName
6969 token : ${{ github.event.client_payload.token }}
Original file line number Diff line number Diff line change 3030 steps :
3131 - name : Verify Veracode API credentials
3232 id : verify_api_creds
33- uses : veracode/github-actions-integration-helper@main
33+ uses : veracode/github-actions-integration-helper@v0.1.2
3434 with :
3535 action : validateVeracodeApiCreds
3636 token : ${{ github.event.client_payload.token }}
Original file line number Diff line number Diff line change 8585 - name : Veracode Pipeline Results
8686 if : always()
8787 id : prepare-results
88- uses : Veracode/github-actions-integration-helper@main
88+ uses : Veracode/github-actions-integration-helper@v0.1.2
8989 with :
9090 action : ' preparePipelineResults'
9191 token : ${{ inputs.token }}
Original file line number Diff line number Diff line change 8989 - name : Veracode Policy Results
9090 id : prepare-results
9191 if : always()
92- uses : Veracode/github-actions-integration-helper@main
92+ uses : Veracode/github-actions-integration-helper@v0.1.2
9393 with :
9494 action : ' preparePolicyResults'
9595 token : ${{ inputs.token }}
@@ -108,7 +108,7 @@ jobs:
108108 if : ${{ github.event.client_payload.user_config.sandbox_scan.execute_remove_sandbox_action && always() }}
109109 name : Remove Sandbox
110110 steps :
111- - uses : veracode/github-actions-integration-helper@main
111+ - uses : veracode/github-actions-integration-helper@v0.1.2
112112 with :
113113 action : ' removeSandbox'
114114 vid : ${{ secrets.VERACODE_API_ID }}
Original file line number Diff line number Diff line change 3434 runs-on : ubuntu-latest
3535 name : Remove Sandbox
3636 steps :
37- - uses : veracode/github-actions-integration-helper@main
37+ - uses : veracode/github-actions-integration-helper@v0.1.2
3838 with :
3939 action : ' removeSandbox'
4040 vid : ${{ secrets.VERACODE_API_ID }}
You can’t perform that action at this time.
0 commit comments