Skip to content

Commit c8e9da3

Browse files
authored
Update Veracode action to use master branch
1 parent dae40f5 commit c8e9da3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/policyscan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
2020
- uses: actions/checkout@v4
2121
# Run the uploadandscan action. Inputs are described above.
22-
- uses: veracode/veracode-uploadandscan-action@rewriteToTS
22+
- uses: veracode/veracode-uploadandscan-action@master
2323
with:
2424
appname: '${{ github.repository }}'
2525
version: '${{ github.run_id }}'

0 commit comments

Comments
 (0)