Skip to content

Commit

Permalink
Remove FB referneces
Browse files Browse the repository at this point in the history
  • Loading branch information
abuabraham-ttd committed Dec 23, 2024
1 parent e6d5d9d commit 5a820e4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion .github/workflows/shared-build-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/shared-run-e2e-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down Expand Up @@ -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 }}
Expand Down

0 comments on commit 5a820e4

Please sign in to comment.