We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dae40f5 commit c8e9da3Copy full SHA for c8e9da3
.github/workflows/policyscan.yml
@@ -19,7 +19,7 @@ jobs:
19
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
20
- uses: actions/checkout@v4
21
# Run the uploadandscan action. Inputs are described above.
22
- - uses: veracode/veracode-uploadandscan-action@rewriteToTS
+ - uses: veracode/veracode-uploadandscan-action@master
23
with:
24
appname: '${{ github.repository }}'
25
version: '${{ github.run_id }}'
0 commit comments