Skip to content

Commit b58a34e

Browse files
authored
Update main.yml
fixed workflow bug
1 parent 962acca commit b58a34e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ jobs:
2121
# Steps represent a sequence of tasks that will be executed as part of the job
2222
steps:
2323
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
24-
- uses: actions/checkout@Latest
24+
- uses: actions/checkout@v3
2525
- uses: actions/setup-java@v2
2626
with:
2727
distribution: 'adopt'
2828
java-version: '8'
29-
- uses: actions/upload-artifact@Latest
29+
- uses: actions/upload-artifact@v4.6.2
3030
with:
3131
path: binaries_to_upload/*.jar
3232
- name: Veracode Upload and Scan Action Step

0 commit comments

Comments
 (0)