Skip to content

Commit

Permalink
Merge branch 'main' into patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrompflopes authored Aug 8, 2024
2 parents 5dee375 + 23b817e commit e11d85b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
with:
fetch-depth: 0
- name: Set up JDK 8
uses: actions/setup-java@v4.0.0
uses: actions/setup-java@v4.2.1
with:
distribution: temurin
java-version: 11
Expand Down Expand Up @@ -105,7 +105,7 @@ jobs:
run: |
mvn package -DskipTests -Dset.changelist
- name: Create Release
uses: softprops/action-gh-release@3198ee18f814cdf787321b4a32a26ddbf37acc52 #v2.0.3
uses: softprops/action-gh-release@a74c6b72af54cfa997e81df42d94703d6313a2d0 #v2.0.6
if: inputs.dev == true || inputs.tag == 'nightly'
env:
GITHUB_TOKEN: ${{ github.token}}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: actions/checkout@v4

- name: Set up JDK 11
uses: actions/setup-java@v4.0.0
uses: actions/setup-java@v4.2.1
with:
java-version: 11
distribution: 'temurin'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/delete-dev-releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

- name: Delete releases and tags
continue-on-error: true
uses: dev-drprasad/delete-older-releases@0bf4e6748f08135170c2294f877ba7d9b633b028 #v0.3.3
uses: dev-drprasad/delete-older-releases@dfbe6be2a006e9475dfcbe5b8d201f1824c2a9fe #v0.3.4
env:
GITHUB_TOKEN: ${{ github.token}}
with:
Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId>
<version>4.78</version>
<version>4.85</version>
</parent>
<groupId>com.checkmarx.jenkins</groupId>
<artifactId>checkmarx-ast-scanner</artifactId>
Expand Down Expand Up @@ -88,7 +88,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.16.1</version>
<version>2.17.2</version>
</dependency>
<dependency>
<groupId>com.checkmarx.ast</groupId>
Expand Down Expand Up @@ -148,7 +148,7 @@
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.32</version>
<version>1.18.34</version>
</dependency>
<!--
Required for jenkins versions < 2.378
Expand Down Expand Up @@ -183,7 +183,7 @@
<groupId>org.apache.maven.plugins
</groupId> <!-- This override has been added for building with Java 11 -->
<artifactId>maven-compiler-plugin</artifactId>
<version>3.11.0</version>
<version>3.13.0</version>
<configuration>
<release>8</release>
</configuration>
Expand Down

0 comments on commit e11d85b

Please sign in to comment.