Skip to content

Commit 3dc6adf

Browse files
update the release tag for github workflow helper action
1 parent 9bff1f2 commit 3dc6adf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272

7373
- name: Veracode Pipeline-Scan
7474
id: pipeline-scan
75-
uses: veracode/Veracode-pipeline-scan-action@master
75+
uses: veracode/Veracode-pipeline-scan-action@v1.0.14
7676
with:
7777
vid: ${{ secrets.VERACODE_API_ID }}
7878
vkey: ${{ secrets.VERACODE_API_KEY }}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
# run the pipeline scan action
7474
- name: Veracode Pipeline-Scan
7575
id: pipeline-scan
76-
uses: veracode/Veracode-pipeline-scan-action@master
76+
uses: veracode/Veracode-pipeline-scan-action@v1.0.14
7777
with:
7878
vid: ${{ secrets.VERACODE_API_ID }}
7979
vkey: ${{ secrets.VERACODE_API_KEY }}

0 commit comments

Comments
 (0)