Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 7, 2024
1 parent b9a4c6a commit 732283e
Show file tree
Hide file tree
Showing 7 changed files with 356 additions and 460 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis

- uses: graalvm/setup-graalvm@v1.0.12
- uses: graalvm/setup-graalvm@v1.2.1
with:
java-version: '17'
# distribution: 'graalvm'
Expand Down Expand Up @@ -97,7 +97,7 @@ jobs:
run: echo "image-name=$(mvn help:evaluate -Dexpression=image.name -q -DforceStdout)" >> $GITHUB_OUTPUT

- name: Scan Docker Image for Vulnerabilities
uses: aquasecurity/trivy-action@0.12.0
uses: aquasecurity/trivy-action@0.22.0
with:
image-ref: ${{ steps.get-image-name.outputs.image-name }}
format: sarif
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis

- uses: graalvm/setup-graalvm@v1.0.12
- uses: graalvm/setup-graalvm@v1.2.1
with:
java-version: '17'
# distribution: 'graalvm'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scan-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: echo "image-name=$(mvn help:evaluate -Dexpression=image.name -q -DforceStdout)" >> $GITHUB_OUTPUT

- name: Scan Docker Image for Vulnerabilities
uses: aquasecurity/trivy-action@0.12.0
uses: aquasecurity/trivy-action@0.22.0
with:
image-ref: ${{ steps.get-image-name.outputs.image-name }}
format: sarif
Expand Down
5 changes: 3 additions & 2 deletions .mvn/wrapper/maven-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.4/apache-maven-3.9.4-bin.zip
wrapperUrl=https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.2.0/maven-wrapper-3.2.0.jar
wrapperVersion=3.3.2
distributionType=only-script
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.7/apache-maven-3.9.7-bin.zip
Loading

0 comments on commit 732283e

Please sign in to comment.