Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update aws-actions/configure-aws-credentials digest to fbaaea8 #489

Merged
merged 1 commit into from
Sep 19, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 16, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
aws-actions/configure-aws-credentials action digest 3d11655 -> fbaaea8

Review

  • Updates have been tested and work
  • If updates are AWS related, versions match the infrastructure (e.g. Lambda runtime, database, etc.)

Configuration

📅 Schedule: Branch creation - "every weekend" in timezone America/Montreal, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/all-non-major-github-action branch 4 times, most recently from d7067c0 to fa3aa27 Compare September 19, 2023 04:05
@renovate renovate bot changed the title chore(deps): update all non-major github action dependencies chore(deps): update aws-actions/configure-aws-credentials digest to fbaaea8 Sep 19, 2023
@github-actions
Copy link

⚠ Terrform update available

Terraform: 1.5.7 (using 1.4.2)
Terragrunt: 0.51.1 (using 0.46.3)

@renovate renovate bot force-pushed the renovate/all-non-major-github-action branch from fa3aa27 to 92a0e80 Compare September 19, 2023 13:20
@github-actions
Copy link

Staging: network

✅   Terraform Init: success
✅   Terraform Validate: success
✅   Terraform Format: success
✅   Terraform Plan: success
✅   Conftest: success

Plan: 2 to add, 0 to change, 0 to destroy
Show summary
CHANGE NAME
add aws_security_group_rule.forms_database_ingress
aws_security_group_rule.forms_redis_ingress
Show plan
Resource actions are indicated with the following symbols:
  + create

Terraform will perform the following actions:

  # aws_security_group_rule.forms_database_ingress will be created
  + resource "aws_security_group_rule" "forms_database_ingress" {
      + description              = "Security group rule for Forms Database ingress"
      + from_port                = 5432
      + id                       = (known after apply)
      + protocol                 = "tcp"
      + security_group_id        = "sg-0b80bb714d886b8ff"
      + self                     = false
      + source_security_group_id = "sg-0328cae235e1dce04"
      + to_port                  = 5432
      + type                     = "ingress"
    }

  # aws_security_group_rule.forms_redis_ingress will be created
  + resource "aws_security_group_rule" "forms_redis_ingress" {
      + description              = "Security group rule for Forms Database ingress"
      + from_port                = 6379
      + id                       = (known after apply)
      + protocol                 = "tcp"
      + security_group_id        = "sg-092fddfbbac0e15aa"
      + self                     = false
      + source_security_group_id = "sg-0328cae235e1dce04"
      + to_port                  = 6379
      + type                     = "ingress"
    }

Plan: 2 to add, 0 to change, 0 to destroy.

─────────────────────────────────────────────────────────────────────────────

Saved the plan to: plan.tfplan

To perform exactly these actions, run the following command to apply:
    terraform apply "plan.tfplan"
Show Conftest results
18 tests, 18 passed, 0 warnings, 0 failures, 0 exceptions

@renovate renovate bot force-pushed the renovate/all-non-major-github-action branch 3 times, most recently from 5f12042 to b328a3b Compare September 19, 2023 16:11
@renovate renovate bot force-pushed the renovate/all-non-major-github-action branch from b328a3b to 066f9d6 Compare September 19, 2023 17:38
@bryan-robitaille bryan-robitaille merged commit f0f7f6b into develop Sep 19, 2023
1 check passed
@bryan-robitaille bryan-robitaille deleted the renovate/all-non-major-github-action branch September 19, 2023 18:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant