From 5a820e468c41a9e0674198afe5341a40577e5bd2 Mon Sep 17 00:00:00 2001 From: abuabraham-ttd Date: Mon, 23 Dec 2024 13:07:13 -0800 Subject: [PATCH] Remove FB referneces --- .github/workflows/build-and-test.yaml | 2 +- .github/workflows/shared-build-and-test.yaml | 2 +- .github/workflows/shared-run-e2e-tests.yaml | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build-and-test.yaml b/.github/workflows/build-and-test.yaml index 48960779..0c954936 100644 --- a/.github/workflows/build-and-test.yaml +++ b/.github/workflows/build-and-test.yaml @@ -3,7 +3,7 @@ on: [pull_request, push] jobs: build: - uses: IABTechLab/uid2-shared-actions/.github/workflows/shared-build-and-test.yaml@abu-UID2-4668-update-to-use-values-from-sm + uses: IABTechLab/uid2-shared-actions/.github/workflows/shared-build-and-test.yaml@v3 secrets: inherit with: vulnerability_scan_only: true diff --git a/.github/workflows/shared-build-and-test.yaml b/.github/workflows/shared-build-and-test.yaml index 4f4e781f..414eadcb 100644 --- a/.github/workflows/shared-build-and-test.yaml +++ b/.github/workflows/shared-build-and-test.yaml @@ -54,7 +54,7 @@ jobs: path: ${{ inputs.working_dir }}/target/site/jacoco/* - name: Vulnerability Scan - uses: IABTechLab/uid2-shared-actions/actions/vulnerability_scan_filesystem@abu-UID2-4668-update-to-use-values-from-sm + uses: IABTechLab/uid2-shared-actions/actions/vulnerability_scan_filesystem@v3 with: scan_severity: HIGH,CRITICAL failure_severity: ${{ inputs.vulnerability_severity }} diff --git a/.github/workflows/shared-run-e2e-tests.yaml b/.github/workflows/shared-run-e2e-tests.yaml index 49053c7f..9951475d 100644 --- a/.github/workflows/shared-run-e2e-tests.yaml +++ b/.github/workflows/shared-run-e2e-tests.yaml @@ -249,10 +249,10 @@ jobs: output_parameters_file: ${{ steps.prepare_azure_metadata.outputs.output_parameters_file }} azure_credentials: ${{ secrets.AZURE_CREDENTIALS }} - - name: Start AWS private operator - ABU TESTING OVERRIDE + - name: Start AWS private operator id: start_aws_private_operator if: ${{ inputs.operator_type == 'aws' }} - uses: IABTechLab/uid2-shared-actions/actions/start_aws_private_operator@abu-UID2-4668-update-to-use-values-from-sm + uses: IABTechLab/uid2-shared-actions/actions/start_aws_private_operator@v3 with: bore_url_core: ${{ steps.bore.outputs.BORE_URL_CORE }} bore_url_optout: ${{ steps.bore.outputs.BORE_URL_OPTOUT }} @@ -295,7 +295,7 @@ jobs: - name: Run E2E tests id: e2e - uses: IABTechLab/uid2-shared-actions/actions/run_e2e_tests@abu-UID2-4668-update-to-use-values-from-sm + uses: IABTechLab/uid2-shared-actions/actions/run_e2e_tests@v3 with: e2e_network: ${{ steps.decide_env_var.outputs.e2e_network }} e2e_image_version: ${{ inputs.e2e_image_version }}