Skip to content

Commit 5ecfc8d

Browse files
Update policyscan.yml
update action versions
1 parent 128e749 commit 5ecfc8d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.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@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'
@@ -30,7 +30,7 @@ jobs:
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.

0 commit comments

Comments
 (0)