From 3f57e259ab80c09be31f9a82388bbbc6e83e44b8 Mon Sep 17 00:00:00 2001 From: Katherine Chen Date: Wed, 26 Mar 2025 16:21:46 +1100 Subject: [PATCH] Update workflow to latest --- .github/workflows/check-stable-dependency.yaml | 2 +- .github/workflows/publish-e2e-test-suites-docker-image.yaml | 6 +++--- .github/workflows/validate-image.yaml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/check-stable-dependency.yaml b/.github/workflows/check-stable-dependency.yaml index 9222095..df07da2 100644 --- a/.github/workflows/check-stable-dependency.yaml +++ b/.github/workflows/check-stable-dependency.yaml @@ -3,5 +3,5 @@ on: [pull_request, workflow_dispatch] jobs: check_dependency: - uses: IABTechLab/uid2-shared-actions/.github/workflows/shared-check-stable-dependency.yaml@v2.0 + uses: IABTechLab/uid2-shared-actions/.github/workflows/shared-check-stable-dependency.yaml@v3 secrets: inherit diff --git a/.github/workflows/publish-e2e-test-suites-docker-image.yaml b/.github/workflows/publish-e2e-test-suites-docker-image.yaml index e15b247..76d0d0d 100644 --- a/.github/workflows/publish-e2e-test-suites-docker-image.yaml +++ b/.github/workflows/publish-e2e-test-suites-docker-image.yaml @@ -7,10 +7,10 @@ on: type: choice description: 'The type of release' options: - - Major - - Minor - - Patch - Snapshot + - Patch + - Minor + - Major version_number_input: description: If set, the version number will not be incremented and the given number will be used. type: string diff --git a/.github/workflows/validate-image.yaml b/.github/workflows/validate-image.yaml index a495302..3aa6001 100644 --- a/.github/workflows/validate-image.yaml +++ b/.github/workflows/validate-image.yaml @@ -16,7 +16,7 @@ on: jobs: build-publish-docker-default: - uses: IABTechLab/uid2-shared-actions/.github/workflows/shared-validate-image.yaml@v2.3.6 + uses: IABTechLab/uid2-shared-actions/.github/workflows/shared-validate-image.yaml@v3 with: failure_severity: ${{ inputs.failure_severity || 'HIGH'}} fail_on_error: ${{ inputs.fail_on_error || true }}