File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1919 # Steps represent a sequence of tasks that will be executed as part of the job
2020 steps :
2121 # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
22- - uses : actions/checkout@v2
22+ - uses : actions/checkout@v3
2323 - uses : actions/setup-java@v1 # Make java accessible on path so the uploadandscan action can run.
2424 with :
2525 java-version : ' 8'
2929 run : zip -R project.zip '*.py' '*.html' '*.htm' '*.js' '*.php' 'requirements.txt' '*.json' '*.lock' '*.ts' '*.pl' '*.pm' '*.plx' '*.pl5' '*.cgi' '*.go' '*.sum' '*.mod'
3030 env :
3131 build-name : project.zip
32- - uses : actions/upload-artifact@v2 # Copy files from repository to docker container so the next uploadandscan action can access them.
32+ - uses : actions/upload-artifact@v3 # Copy files from repository to docker container so the next uploadandscan action can access them.
3333 with :
3434 path : project.zip # Wildcards can be used to filter the files copied into the container. See: https://github.com/actions/upload-artifact
3535 - uses : veracode/veracode-uploadandscan-action@master # Run the uploadandscan action. Inputs are described above.
You can’t perform that action at this time.
0 commit comments