Skip to content

Commit

Permalink
Merge branch 'main' into UML-3013-kick-off-one-login-process
Browse files Browse the repository at this point in the history
  • Loading branch information
MishNajam authored Oct 25, 2023
2 parents 7c8ffca + a47e870 commit c8f17a5
Show file tree
Hide file tree
Showing 54 changed files with 8,904 additions and 1,956 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/_lint-terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
steps:
- uses: actions/checkout@f095bcc56b7c2baf48f3ac70d6d6782f4f553222 # pin@v3

- uses: hashicorp/setup-terraform@e192cfcbae6c6ed207c277ed7624131996c9bf13 # [email protected]
- uses: hashicorp/setup-terraform@8fa54e78fa196965551aa8c4a4eae3aee5568620 # [email protected]
with:
terraform_version: 1.5.6

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_run-behat-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
uses: browser-actions/setup-chrome@latest # pin@NoVersions

- name: Setup PHP
uses: shivammathur/setup-php@e3bda5bed87306c807a188485b9ba92f11829678 # [email protected]
uses: shivammathur/setup-php@546935924a613ee54dad399fc717770ac1f3f34d # [email protected]
with:
php-version: 8.1

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 @@ -64,7 +64,7 @@ jobs:

- uses: unfor19/install-aws-cli-action@46282f151073130d90347412d9c4ef0640177f22 # [email protected]

- uses: hashicorp/setup-terraform@e192cfcbae6c6ed207c277ed7624131996c9bf13 # [email protected]
- uses: hashicorp/setup-terraform@8fa54e78fa196965551aa8c4a4eae3aee5568620 # [email protected]
with:
terraform_version: 1.5.6

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:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@f095bcc56b7c2baf48f3ac70d6d6782f4f553222 # pin@v3
- uses: hashicorp/setup-terraform@e192cfcbae6c6ed207c277ed7624131996c9bf13 # pin@v2
- uses: hashicorp/setup-terraform@8fa54e78fa196965551aa8c4a4eae3aee5568620 # pin@v2
with:
terraform_version: 1.5.6
terraform_wrapper: false
Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,5 @@ terraform/**/modules/**.terraform.lock.hcl
.structurizr
docs/diagrams/dsl/**/workspace.json

*.pem
*.pem
tests/vendor
9 changes: 5 additions & 4 deletions .idea/php.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit c8f17a5

Please sign in to comment.