From 8afec855f3a89673363d2b3ce6a9503a3046ceae Mon Sep 17 00:00:00 2001 From: Ian Nara Date: Thu, 7 Nov 2024 13:43:54 -0700 Subject: [PATCH] patch vulnerability --- .github/workflows/build-and-publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-publish.yaml b/.github/workflows/build-and-publish.yaml index 53669dc1..cf7cc569 100644 --- a/.github/workflows/build-and-publish.yaml +++ b/.github/workflows/build-and-publish.yaml @@ -33,7 +33,7 @@ on: jobs: build-and-pubish: name: Build and publish JAR packages to Maven repository - uses: IABTechLab/uid2-shared-actions/.github/workflows/shared-publish-to-maven-versioned.yaml@v2 + uses: IABTechLab/uid2-shared-actions/.github/workflows/shared-publish-to-maven-versioned.yaml@v3 with: release_type: ${{ inputs.release_type }} publish_to_maven: ${{ inputs.publish_to_maven }}