-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into renovate-weasyprint-63.x
- Loading branch information
Showing
13 changed files
with
22 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -84,7 +84,7 @@ jobs: | |
uses: unfor19/install-aws-cli-action@46282f151073130d90347412d9c4ef0640177f22 # [email protected] | ||
|
||
- name: configure OIDC AWS credentials for ECR push | ||
uses: aws-actions/configure-aws-credentials@132df1605ae82e618724f3a9ca0129373ac8d869 # [email protected] | ||
uses: aws-actions/configure-aws-credentials@16ffc4e9d9f32c3680fe46c04be1bfe4cde7b524 # [email protected] | ||
with: | ||
role-to-assume: arn:aws:iam::311462405659:role/digideps-gh-actions-ecr-push | ||
role-session-name: github-actions-ecr-push | ||
|
@@ -138,7 +138,7 @@ jobs: | |
- name: ecr login | ||
id: login_ecr | ||
uses: aws-actions/amazon-ecr-login@02faf1a6fcd44930b46d309cc3399a8fee3a240a # [email protected] | ||
uses: aws-actions/amazon-ecr-login@bfbd05a2dcf76451041cbd4b9d11cff82489a1ee # [email protected] | ||
with: | ||
registries: 311462405659 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,15 +18,15 @@ jobs: | |
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # pin@v3 | ||
|
||
- name: configure OIDC AWS credentials for ECR scanning | ||
uses: aws-actions/configure-aws-credentials@132df1605ae82e618724f3a9ca0129373ac8d869 | ||
uses: aws-actions/configure-aws-credentials@16ffc4e9d9f32c3680fe46c04be1bfe4cde7b524 | ||
with: | ||
role-to-assume: arn:aws:iam::311462405659:role/digideps-gh-actions-ecr-scan | ||
role-session-name: github-actions-ecr-scan | ||
role-duration-seconds: 1800 | ||
aws-region: eu-west-1 | ||
|
||
- name: install python | ||
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # [email protected] | ||
uses: actions/setup-python@55aad42e4674b58b2b2fb7d8e7552402d922b4e7 # [email protected] | ||
with: | ||
python-version: "3.10" | ||
cache: "pip" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -37,7 +37,7 @@ jobs: | |
|
||
- uses: unfor19/install-aws-cli-action@46282f151073130d90347412d9c4ef0640177f22 # [email protected] | ||
|
||
- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b | ||
- uses: actions/setup-python@55aad42e4674b58b2b2fb7d8e7552402d922b4e7 | ||
if: inputs.terraform_path == 'shared' | ||
with: | ||
python-version: "3.11" | ||
|
@@ -59,7 +59,7 @@ jobs: | |
terraform_wrapper: false | ||
|
||
- name: configure OIDC AWS credentials for terraform | ||
uses: aws-actions/configure-aws-credentials@132df1605ae82e618724f3a9ca0129373ac8d869 # [email protected] | ||
uses: aws-actions/configure-aws-credentials@16ffc4e9d9f32c3680fe46c04be1bfe4cde7b524 # [email protected] | ||
with: | ||
role-to-assume: "arn:aws:iam::631181914621:role/oidc-digideps-${{ inputs.account_name }}" | ||
role-session-name: github-actions-terraform | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,7 +29,7 @@ jobs: | |
uses: unfor19/install-aws-cli-action@46282f151073130d90347412d9c4ef0640177f22 # [email protected] | ||
|
||
- name: configure OIDC AWS credentials for scaling services | ||
uses: aws-actions/configure-aws-credentials@132df1605ae82e618724f3a9ca0129373ac8d869 | ||
uses: aws-actions/configure-aws-credentials@16ffc4e9d9f32c3680fe46c04be1bfe4cde7b524 | ||
with: | ||
role-to-assume: "arn:aws:iam::${{ inputs.account_id }}:role/digideps-gh-actions-scale-infra" | ||
role-session-name: github-actions-scale-infra | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,15 +32,15 @@ jobs: | |
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # pin@v3 | ||
|
||
- name: configure OIDC AWS credentials for slack notification | ||
uses: aws-actions/configure-aws-credentials@132df1605ae82e618724f3a9ca0129373ac8d869 # [email protected] | ||
uses: aws-actions/configure-aws-credentials@16ffc4e9d9f32c3680fe46c04be1bfe4cde7b524 # [email protected] | ||
with: | ||
role-to-assume: arn:aws:iam::${{ inputs.account }}:role/digideps-gh-actions-slack-notifier | ||
role-session-name: github-actions-slack-notifier | ||
role-duration-seconds: 900 | ||
aws-region: eu-west-1 | ||
|
||
- name: install python | ||
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # [email protected] | ||
uses: actions/setup-python@55aad42e4674b58b2b2fb7d8e7552402d922b4e7 # [email protected] | ||
with: | ||
python-version: "3.11" | ||
cache: "pip" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,13 +26,13 @@ jobs: | |
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # pin@v3 | ||
|
||
- name: install python | ||
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # [email protected] | ||
uses: actions/setup-python@55aad42e4674b58b2b2fb7d8e7552402d922b4e7 # [email protected] | ||
with: | ||
python-version: "3.11" | ||
cache: "pip" | ||
|
||
- name: configure OIDC AWS credentials for terraform | ||
uses: aws-actions/configure-aws-credentials@132df1605ae82e618724f3a9ca0129373ac8d869 | ||
uses: aws-actions/configure-aws-credentials@16ffc4e9d9f32c3680fe46c04be1bfe4cde7b524 | ||
with: | ||
role-to-assume: "arn:aws:iam::631181914621:role/oidc-digideps-preproduction" | ||
role-session-name: github-actions-terraform-run-task | ||
|
@@ -63,13 +63,13 @@ jobs: | |
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # pin@v3 | ||
|
||
- name: install python | ||
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # [email protected] | ||
uses: actions/setup-python@55aad42e4674b58b2b2fb7d8e7552402d922b4e7 # [email protected] | ||
with: | ||
python-version: "3.11" | ||
cache: "pip" | ||
|
||
- name: configure OIDC AWS credentials for terraform | ||
uses: aws-actions/configure-aws-credentials@132df1605ae82e618724f3a9ca0129373ac8d869 | ||
uses: aws-actions/configure-aws-credentials@16ffc4e9d9f32c3680fe46c04be1bfe4cde7b524 | ||
with: | ||
role-to-assume: "arn:aws:iam::631181914621:role/oidc-digideps-preproduction" | ||
role-session-name: github-actions-terraform-run-task | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -40,7 +40,7 @@ jobs: | |
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY_ALLOW_LIST_REPOSITORY }} | ||
|
||
- name: configure AWS credentials for terraform | ||
uses: aws-actions/configure-aws-credentials@132df1605ae82e618724f3a9ca0129373ac8d869 # [email protected] | ||
uses: aws-actions/configure-aws-credentials@16ffc4e9d9f32c3680fe46c04be1bfe4cde7b524 # [email protected] | ||
with: | ||
role-to-assume: arn:aws:iam::631181914621:role/oidc-digideps-development | ||
role-session-name: github-actions-terraform | ||
|
@@ -64,7 +64,7 @@ jobs: | |
working-directory: terraform/environment | ||
|
||
- name: install python | ||
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # [email protected] | ||
uses: actions/setup-python@55aad42e4674b58b2b2fb7d8e7552402d922b4e7 # [email protected] | ||
with: | ||
python-version: "3.10" | ||
cache: "pip" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters