Skip to content

Commit

Permalink
Merge branch 'main' into UML-3459-return-sirius-data-via-new-endpoint…
Browse files Browse the repository at this point in the history
…-in-new-format
  • Loading branch information
allenannom authored Sep 23, 2024
2 parents 22c2385 + aaa4641 commit ba01ad3
Show file tree
Hide file tree
Showing 17 changed files with 30 additions and 30 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/_build-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
run_integration_tests: 'false'
artifact_to_dl: ''
steps:
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
- uses: actions/checkout@6d193bf28034eafb982f37bd894289fe649468fc

- name: cache node modules
id: cache-npm
Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:
(inputs.specific_path == 'all' || inputs.specific_path == matrix.svc_prefix)
- name: download artifact
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16
with:
name: ${{ matrix.artifact_to_dl }}
path: service-${{ matrix.svc_prefix }}/web/dist
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/_codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,26 +15,26 @@ jobs:
code_coverage:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # pin@v3
- uses: actions/checkout@6d193bf28034eafb982f37bd894289fe649468fc # pin@v3
- name: download artifact for front tests
id: download-artifact-front-tests
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16
continue-on-error: true
with:
name: service-front
path: service-front
if: inputs.specific_path == 'all'
- name: download artifact for api tests
id: download-artifact-api-tests
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16
continue-on-error: true
with:
name: service-api
path: service-api
if: inputs.specific_path == 'all'
- name: download artifact for admin tests
id: download-artifact-admin-tests
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16
continue-on-error: true
with:
name: service-admin
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_ecr-scanning.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
ecr-scan-results:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # pin@v3
- uses: actions/checkout@6d193bf28034eafb982f37bd894289fe649468fc # pin@v3

- name: configure AWS credentials ECR scan results
uses: aws-actions/configure-aws-credentials@a78e788c51463a506fbaaec784bab37f73afb4e8 # [email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_lint-terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- folder: 'environment'
- folder: 'account'
steps:
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # pin@v3
- uses: actions/checkout@6d193bf28034eafb982f37bd894289fe649468fc # pin@v3

- name: Set Terraform version
working-directory: ./terraform/${{ matrix.folder }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_node-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
build-web:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # pin@v3
- uses: actions/checkout@6d193bf28034eafb982f37bd894289fe649468fc # pin@v3
- uses: actions/setup-node@c2ac33f2c62f978d6c944d9648125a294e56dc0b # [email protected]
with:
node-version-file: '.nvmrc'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_node-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
unit-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # pin@v3
- uses: actions/checkout@6d193bf28034eafb982f37bd894289fe649468fc # pin@v3
- uses: actions/setup-node@c2ac33f2c62f978d6c944d9648125a294e56dc0b # [email protected]
with:
node-version-file: '.nvmrc'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/_run-behat-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
build-web:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # pin@v3
- uses: actions/checkout@6d193bf28034eafb982f37bd894289fe649468fc # pin@v3

- name: install python
uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # [email protected]
Expand Down Expand Up @@ -47,7 +47,7 @@ jobs:
working-directory: tests/smoke

- name: download cluster_config
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16
with:
name: environment_config_file_${{ inputs.workspace }}
path: terraform/environment
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_run-terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
echo "admin-tag=$(echo ${TAG})" >> $GITHUB_OUTPUT
fi
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # pin@v3
- uses: actions/checkout@6d193bf28034eafb982f37bd894289fe649468fc # pin@v3
with:
fetch-depth: '0'

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/_seed-database.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
terraform_workflow:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # pin@v3
- uses: actions/checkout@6d193bf28034eafb982f37bd894289fe649468fc # pin@v3
with:
fetch-depth: '0'

Expand All @@ -24,7 +24,7 @@ jobs:
role-session-name: OPGUseAnLPASeedGithubAction

- name: download cluster_config
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16
with:
name: environment_config_file_${{ inputs.workspace }}
path: terraform/environment
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/_slack-notification.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
send-slack-notification:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # pin@v3
- uses: actions/checkout@6d193bf28034eafb982f37bd894289fe649468fc # pin@v3

- name: install python
uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # [email protected]
Expand All @@ -40,7 +40,7 @@ jobs:
run: pip install -r scripts/pipeline/requirements.txt

- name: download cluster_config
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16
with:
name: environment_config_file_${{ inputs.workspace }}
path: /tmp
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/path-to-live.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
short_sha: ${{ steps.variables.outputs.short_sha }}
semver_tag: ${{ steps.semver_tag.outputs.created_tag }}
steps:
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # pin@v3
- uses: actions/checkout@6d193bf28034eafb982f37bd894289fe649468fc # pin@v3
- name: extract variables for workflow
id: variables
run: |
Expand Down Expand Up @@ -90,19 +90,19 @@ jobs:
- workflow_variables
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # pin@v3
- uses: actions/checkout@6d193bf28034eafb982f37bd894289fe649468fc # pin@v3
- name: download artifact for front tests
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16
with:
name: service-front
path: service-front
- name: download artifact for api tests
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16
with:
name: service-api
path: service-api
- name: download artifact for api tests
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16
with:
name: service-admin
path: service-admin
Expand Down Expand Up @@ -200,11 +200,11 @@ jobs:
needs:
- terraform_apply_production
steps:
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # pin@v3
- uses: actions/checkout@6d193bf28034eafb982f37bd894289fe649468fc # pin@v3
with:
fetch-depth: '0'
- name: download cluster_config
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16
with:
name: environment_config_file_production
path: terraform/environment
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-request-path.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
short_sha: ${{ steps.variables.outputs.short_sha }}
specific_path: ${{ steps.variables.outputs.path }}
steps:
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # pin@v3
- uses: actions/checkout@6d193bf28034eafb982f37bd894289fe649468fc # pin@v3
with:
fetch-depth: 2
- name: get changed files in the admin folder
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scheduled-codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # pin@v3
uses: actions/checkout@6d193bf28034eafb982f37bd894289fe649468fc # pin@v3

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scheduled-tfsec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
contents: read
security-events: write
steps:
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # pin@v3
- uses: actions/checkout@6d193bf28034eafb982f37bd894289fe649468fc # pin@v3
with:
persist-credentials: false

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scheduled-workspace-cleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
terraform_environment_cleanup:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # pin@v3
- uses: actions/checkout@6d193bf28034eafb982f37bd894289fe649468fc # pin@v3

- name: Set Terraform version
working-directory: ./terraform/environment
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/trivy_scan_alert_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
trivy_scan_alert_report:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # pin@v3
- uses: actions/checkout@6d193bf28034eafb982f37bd894289fe649468fc # pin@v3

- name: install python
uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # [email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/workflow-deploy-ref-to-env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
short_sha: ${{ steps.variables.outputs.short_sha }}
specific_path: ${{ steps.variables.outputs.path }}
steps:
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # pin@v4
- uses: actions/checkout@6d193bf28034eafb982f37bd894289fe649468fc # pin@v4
with:
fetch-depth: 2
ref: ${{ inputs.git_ref }}
Expand Down

0 comments on commit ba01ad3

Please sign in to comment.