Skip to content

Commit

Permalink
Merge branch 'main' into renovate/surefire.version
Browse files Browse the repository at this point in the history
  • Loading branch information
brunopacheco1 authored Jul 12, 2024
2 parents f64bada + 6af69e9 commit 8d1aa09
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
echo "last_tag=${TAGS[LAST_INDEX]}" >> $GITHUB_OUTPUT
- name: Build Docker image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
push: false
Expand All @@ -95,7 +95,7 @@ jobs:
severity: "CRITICAL"

- name: Push Docker image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
push: true
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
echo "last_tag=${TAGS[LAST_INDEX]}" >> $GITHUB_OUTPUT
- name: Build Docker image for scanning
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
load: true
Expand All @@ -91,7 +91,7 @@ jobs:
severity: "CRITICAL"

- name: Build and push Docker image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
push: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ jobs:
contents: read
steps:
- uses: actions/checkout@v4
- uses: fsfe/reuse-action@v2
- uses: fsfe/reuse-action@v4
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<version>0.0.0</version>
<name>gdi-userportal-access-management-service</name>
<properties>
<assertj.version>3.25.3</assertj.version>
<assertj.version>3.26.3</assertj.version>
<checkstyle-maven-plugin.version>3.3.1</checkstyle-maven-plugin.version>
<compiler-plugin.version>3.13.0</compiler-plugin.version>
<lombok.version>1.18.30</lombok.version>
Expand All @@ -23,8 +23,8 @@
<skipITs>true</skipITs>
<surefire-plugin.version>3.3.1</surefire-plugin.version>
<surefire.version>3.3.1</surefire.version>
<quarkus-wiremock.version>1.3.0</quarkus-wiremock.version>
<jacoco-maven-plugin.version>0.8.11</jacoco-maven-plugin.version>
<quarkus-wiremock.version>1.3.3</quarkus-wiremock.version>
<jacoco-maven-plugin.version>0.8.12</jacoco-maven-plugin.version>
</properties>
<dependencyManagement>
<dependencies>
Expand Down

0 comments on commit 8d1aa09

Please sign in to comment.