Skip to content

Commit ab48981

Browse files
updated the release tag for github action integration helper action
1 parent 3dc6adf commit ab48981

8 files changed

+15
-15
lines changed

.github/workflows/binary-ready-veracode-sast-pipeline-scan.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
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 }}
@@ -43,7 +43,7 @@ jobs:
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 }}
@@ -84,7 +84,7 @@ jobs:
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 }}

.github/workflows/binary-ready-veracode-sast-policy-scan.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
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 }}
@@ -43,7 +43,7 @@ jobs:
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 }}
@@ -89,7 +89,7 @@ jobs:
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 }}

.github/workflows/template-register.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
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 }}

.github/workflows/veracode-code-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
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 }}
@@ -63,7 +63,7 @@ jobs:
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 }}

.github/workflows/veracode-iac-secrets-scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
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 }}

.github/workflows/veracode-pipeline-scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
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 }}

.github/workflows/veracode-policy-scan.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
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 }}

.github/workflows/veracode-remove-sandbox.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
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 }}

0 commit comments

Comments
 (0)