Skip to content

build(deps): Bump @babel/traverse from 7.16.7 to 7.23.3 #84

build(deps): Bump @babel/traverse from 7.16.7 to 7.23.3

build(deps): Bump @babel/traverse from 7.16.7 to 7.23.3 #84

Triggered via pull request November 16, 2023 12:28
Status Success
Total duration 1m 22s
Artifacts

acceptance-tests.yml

on: pull_request
assume-nonlive-fail
27s
assume-nonlive-fail
assume-fail
28s
assume-fail
assume-nonlive
33s
assume-nonlive
assume-nonlive-with-variables
27s
assume-nonlive-with-variables
assume-nonlive-multiaccount
27s
assume-nonlive-multiaccount
assume-multiaccount
34s
assume-multiaccount
assume
30s
assume
assume-with-variables
28s
assume-with-variables
assume-with-profile
30s
assume-with-profile
Fit to window
Zoom out
Zoom in

Annotations

2 errors, 9 warnings, and 4 notices
assume-fail
Error: Forbidden: Unable to find a role named `arn:aws:iam::000000000000:role/doesnotexist`, it has likely not been defined in the `saml-to.yml` within https://github.com/saml-to/assume-aws-role-action
assume-nonlive-fail
Error: Forbidden: Unable to find a role named `arn:aws:iam::000000000000:role/doesnotexist`, it has likely not been defined in the `saml-to.yml` within https://github.com/saml-to/assume-aws-role-action
assume-nonlive-multiaccount
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
assume-fail
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
assume-nonlive-fail
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
assume
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
assume-nonlive-with-variables
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
assume-with-variables
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
assume-with-profile
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
assume-nonlive
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
assume-multiaccount
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
assume-fail
Unable to assume the role with an ARN of `arn:aws:iam::000000000000:role/doesnotexist`. Please ensure all of the following: 1) the SAML Provider Metadata in AWS IAM is correct. It can be obtained by downloading it from: https://saml.to/metadata/github/saml-to 2) the SAML Provider ARN is correct in the `saml-to.yml` configuration file, and in the format of `arn:aws:iam::ACCOUNT_ID:saml-provider/PROVIDER_NAME`, 3) the Role ARN (arn:aws:iam::000000000000:role/doesnotexist) is correct in the `saml-to.yml` configuration file, and in the format of `arn:aws:iam::ACCOUNT_ID:role/ROLE_NAME` 4) the Role (arn:aws:iam::000000000000:role/doesnotexist) has the correct Trust Relationship , which can be found by opening the Role in AWS IAM, choosing the Trust Relationship tab, editing it to ensure it's in the following format: { "Version": "2012-10-17", "Statement": [ { "Effect": "Allow", "Principal": { "Federated": "YOUR_PROVIDER_ARN" }, "Action": "sts:AssumeRoleWithSAML", "Condition": { "StringEquals": { "SAML:aud": "https://signin.aws.amazon.com/saml" } } } ] } If a provider or role hasn't been created or configured yet, please follow the configuration instructions: https://github.com/saml-to/assume-aws-role-action/blob/main/README.md#configuration
assume-fail
Need help? https://docs.saml.to/troubleshooting/get-help
assume-nonlive-fail
Unable to assume the role with an ARN of `arn:aws:iam::000000000000:role/doesnotexist`. Please ensure all of the following: 1) the SAML Provider Metadata in AWS IAM is correct. It can be obtained by downloading it from: https://saml.to/metadata/github/saml-to 2) the SAML Provider ARN is correct in the `saml-to.yml` configuration file, and in the format of `arn:aws:iam::ACCOUNT_ID:saml-provider/PROVIDER_NAME`, 3) the Role ARN (arn:aws:iam::000000000000:role/doesnotexist) is correct in the `saml-to.yml` configuration file, and in the format of `arn:aws:iam::ACCOUNT_ID:role/ROLE_NAME` 4) the Role (arn:aws:iam::000000000000:role/doesnotexist) has the correct Trust Relationship , which can be found by opening the Role in AWS IAM, choosing the Trust Relationship tab, editing it to ensure it's in the following format: { "Version": "2012-10-17", "Statement": [ { "Effect": "Allow", "Principal": { "Federated": "YOUR_PROVIDER_ARN" }, "Action": "sts:AssumeRoleWithSAML", "Condition": { "StringEquals": { "SAML:aud": "https://signin.aws.amazon.com/saml" } } } ] } If a provider or role hasn't been created or configured yet, please follow the configuration instructions: https://github.com/saml-to/assume-aws-role-action/blob/main/README.md#configuration
assume-nonlive-fail
Need help? https://docs.saml.to/troubleshooting/get-help