Skip to content

Commit

Permalink
Update checkmarx.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
itsKedar authored Apr 25, 2024
1 parent 46ed88b commit 71413ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/checkmarx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Download and extract Maven
run: |
sudo mkdir -p /github/workspace/maven
sudo curl -fsSL https://apache.osuosl.org/maven/maven-3/3.8.4/binaries/apache-maven-3.8.4-bin.tar.gz | tar -xzC /github/workspace/maven --strip-components=1
sudo curl -fsSL https://dlcdn.apache.org/maven/maven-3/3.8.8/binaries/apache-maven-3.8.8-bin.tar.gz | tar -xzC /github/workspace/maven --strip-components=1
# Add Maven bin directory to PATH
- name: Add Maven to PATH
Expand Down

0 comments on commit 71413ee

Please sign in to comment.