File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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@v4
22+ - uses : actions/checkout@v6
2323 - uses : actions/setup-java@v2 # Make java accessible on path so the uploadandscan action can run.
2424 with :
2525 java-version : ' 11'
3030 run : zip -R project.zip '*.py' '*.js' '*.php' '*.ts'
3131 env :
3232 build-name : project.zip
33- - uses : actions/upload-artifact@v4 # Copy files from repository to docker container so the next uploadandscan action can access them.
33+ - uses : actions/upload-artifact@v6 # Copy files from repository to docker container so the next uploadandscan action can access them.
3434 with :
3535 path : project.zip # Wildcards can be used to filter the files copied into the container. See: https://github.com/actions/upload-artifact
3636 - 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