We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents afceeea + 8c5c7e0 commit 3de1226Copy full SHA for 3de1226
2 files changed
.github/workflows/release-docker-image.yaml
@@ -45,7 +45,7 @@ on:
45
46
jobs:
47
Image:
48
- uses: IABTechLab/uid2-shared-actions/.github/workflows/shared-publish-java-to-docker-versioned.yaml@v3
+ uses: IABTechLab/uid2-shared-actions/.github/workflows/shared-publish-java-to-docker-versioned.yaml@swi-UID2-6799-commit-pr-and-merge-via-rest-api
49
with:
50
release_type: ${{ inputs.release_type }}
51
vulnerability_severity: ${{ inputs.vulnerability_severity }}
pom.xml
@@ -6,7 +6,7 @@
6
7
<groupId>com.uid2</groupId>
8
<artifactId>uid2-core</artifactId>
9
- <version>2.30.100</version>
+ <version>2.30.101-alpha-178-SNAPSHOT</version>
10
11
<properties>
12
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
0 commit comments