Skip to content

Commit 860eae4

Browse files
Merge branch 'develop' into 8013-history-of-access-request-available-via-api
2 parents f252c6a + 5c780e3 commit 860eae4

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/container_maintenance.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,9 +173,9 @@ jobs:
173173
with:
174174
platforms: ${{ env.PLATFORMS }}
175175
- name: Setup Trivy binary for vulnerability scanning
176-
uses: aquasecurity/setup-trivy@v0.2.5
176+
uses: aquasecurity/setup-trivy@v0.2.6
177177
with:
178-
version: v0.63.0
178+
version: v0.69.3
179179

180180
# Execute matrix build for the discovered branches
181181
- name: Execute build matrix script

modules/dataverse-parent/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -461,8 +461,8 @@
461461
Once the release has been made (tag created), change this back to "${parsedVersion.majorVersion}.${parsedVersion.nextMinorVersion}"
462462
(These properties are provided by the build-helper plugin below.)
463463
-->
464-
<!-- <base.image.version>${parsedVersion.majorVersion}.${parsedVersion.nextMinorVersion}</base.image.version> -->
465-
<base.image.version>${revision}</base.image.version>
464+
<base.image.version>${parsedVersion.majorVersion}.${parsedVersion.nextMinorVersion}</base.image.version>
465+
<!-- <base.image.version>${revision}</base.image.version> -->
466466
<!-- This is used by the maintenance CI jobs, no need to adapt during releases. -->
467467
<app.image.version>${base.image.version}</app.image.version>
468468
</properties>

0 commit comments

Comments
 (0)