Skip to content

Commit 4a22c24

Browse files
Update policyscan.yml - bump action versions
1 parent 46d0127 commit 4a22c24

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/policyscan.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
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'
@@ -29,7 +29,7 @@ jobs:
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.

0 commit comments

Comments
 (0)