We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 962acca commit b58a34eCopy full SHA for b58a34e
.github/workflows/main.yml
@@ -21,12 +21,12 @@ jobs:
21
# Steps represent a sequence of tasks that will be executed as part of the job
22
steps:
23
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
24
- - uses: actions/checkout@Latest
+ - uses: actions/checkout@v3
25
- uses: actions/setup-java@v2
26
with:
27
distribution: 'adopt'
28
java-version: '8'
29
- - uses: actions/upload-artifact@Latest
+ - uses: actions/upload-artifact@v4.6.2
30
31
path: binaries_to_upload/*.jar
32
- name: Veracode Upload and Scan Action Step
0 commit comments