Skip to content

Commit

Permalink
Merge branch 'main' into support-critical-severity
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrompflopes committed Aug 30, 2024
2 parents 45328d5 + 40eb7cd commit 57e1803
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/update-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Get Latest Checkmarx Java wrapper version
id: ast-cli-java-wrapper
run: |
echo ::set-output name=release_tag::$(curl -s https://search.maven.org/solrsearch/select?q=g:"com.checkmarx.ast"+AND+a:"ast-cli-java-wrapper" | grep -Po 'latestVersion.:.\K[^"]*')
echo ::set-output name=release_tag::$(curl -s "https://repo1.maven.org/maven2/com/checkmarx/ast/ast-cli-java-wrapper/maven-metadata.xml" | grep -oPm1 "(?<=<latest>)[^<]+")
echo ::set-output name=current_tag::$(<ast-cli-java-wrapper.version)
- name: Update Checkmarx Java wrapper version
if: steps.ast-cli-java-wrapper.outputs.current_tag != steps.ast-cli-java-wrapper.outputs.release_tag
Expand Down
2 changes: 1 addition & 1 deletion ast-cli-java-wrapper.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.16
2.0.17
2 changes: 1 addition & 1 deletion checkmarx-ast-eclipse-plugin/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<classpathentry exported="true" kind="lib" path="lib/jackson-annotations-2.12.4.jar"/>
<classpathentry exported="true" kind="lib" path="lib/jackson-core-2.12.4.jar"/>
<classpathentry exported="true" kind="lib" path="lib/commons-lang3-3.12.0.jar"/>
<classpathentry exported="true" kind="lib" path="lib/ast-cli-java-wrapper-2.0.16.jar"/>
<classpathentry exported="true" kind="lib" path="lib/ast-cli-java-wrapper-2.0.17.jar"/>
<classpathentry exported="true" kind="lib" path="lib/jackson-databind-2.13.4.2.jar"/>
<classpathentry exported="true" kind="lib" path="lib/org.eclipse.mylyn.commons.ui_3.25.2.v20200813-0821.jar"/>
<classpathentry exported="true" kind="lib" path="lib/org.apache.commons.lang_2.6.0.v20220406-2305.jar"/>
Expand Down
2 changes: 1 addition & 1 deletion checkmarx-ast-eclipse-plugin/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Bundle-ClassPath: lib/slf4j-simple-1.7.5.jar,
lib/jackson-annotations-2.12.4.jar,
lib/jackson-core-2.12.4.jar,
lib/commons-lang3-3.12.0.jar,
lib/ast-cli-java-wrapper-2.0.16.jar,
lib/ast-cli-java-wrapper-2.0.17.jar,
lib/jackson-databind-2.13.4.2.jar,
lib/org.eclipse.mylyn.commons.ui_3.25.2.v20200813-0821.jar,
lib/org.apache.commons.lang_2.6.0.v20220406-2305.jar,
Expand Down
2 changes: 1 addition & 1 deletion checkmarx-ast-eclipse-plugin/build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ bin.includes = plugin.xml,\
lib/jackson-annotations-2.12.4.jar,\
lib/jackson-core-2.12.4.jar,\
lib/commons-lang3-3.12.0.jar,\
lib/ast-cli-java-wrapper-2.0.16.jar,\
lib/ast-cli-java-wrapper-2.0.17.jar,\
lib/jackson-databind-2.13.4.2.jar,\
lib/org.eclipse.mylyn.commons.ui_3.25.2.v20200813-0821.jar,\
.,\
Expand Down
Binary file not shown.

0 comments on commit 57e1803

Please sign in to comment.