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 github-actions minor / patch updates #150

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 10, 2025

This PR contains the following updates:

Package Type Update Change
actions/upload-artifact action digest 6f51ac0 -> 65c4c4a
dflook/terraform-apply action digest 8ffcf53 -> 246b817
dflook/terraform-destroy action digest e041432 -> 04ad22e
dflook/terraform-destroy-workspace action digest 54fa375 -> 394e3d6
dflook/terraform-fmt-check action digest 2bf43ab -> f854603
dflook/terraform-new-workspace action digest 3826115 -> 5aa0c6c
dflook/terraform-plan action digest ce9a5c5 -> ef228c1
dflook/terraform-validate action digest 46e4736 -> 4a73778
docker/build-push-action action digest b32b51a -> 67a2d40

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

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

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title chore(deps): update actions/upload-artifact digest to 65c4c4a chore(deps): update github-actions minor / patch updates Jan 14, 2025
@renovate renovate bot force-pushed the renovate/github-actions-all-minor-patch branch from 7d3b651 to a962615 Compare January 14, 2025 11:40
Copy link

github-actions bot commented Jan 14, 2025

Terraform plan for sandbox

Plan: 2 to add, 0 to change, 0 to destroy. Changes to Outputs.
Terraform used the selected providers to generate the following execution
plan. Resource actions are indicated with the following symbols:
+   create

Terraform will perform the following actions:

  # random_id.this will be created
+   resource "random_id" "this" {
+       b64_std     = (known after apply)
+       b64_url     = (known after apply)
+       byte_length = 4
+       dec         = (known after apply)
+       hex         = (known after apply)
+       id          = (known after apply)
    }

  # random_pet.this will be created
+   resource "random_pet" "this" {
+       id        = (known after apply)
+       length    = 2
+       separator = "-"
    }

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

Changes to Outputs:
+   random_id  = (known after apply)
+   random_pet = (known after apply)

📝 Plan generated in .github/workflows/_test-tf.yaml #237

Copy link

github-actions bot commented Jan 14, 2025

Terraform plan in tests/terraform/s3
With backend config: bucket=tf-state-911453050078 key=sandbox1.tfstate workspace_key_prefix=github-workflows
With var files: tests/terraform/s3/environment/sandbox.tfvars

Plan: 2 to add, 0 to change, 0 to destroy. Changes to Outputs.
Terraform used the selected providers to generate the following execution
plan. Resource actions are indicated with the following symbols:
+   create

Terraform will perform the following actions:

  # random_id.this will be created
+   resource "random_id" "this" {
+       b64_std     = (known after apply)
+       b64_url     = (known after apply)
+       byte_length = 4
+       dec         = (known after apply)
+       hex         = (known after apply)
+       id          = (known after apply)
    }

  # random_pet.this will be created
+   resource "random_pet" "this" {
+       id        = (known after apply)
+       length    = 2
+       separator = "-"
    }

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

Changes to Outputs:
+   random_id  = (known after apply)
+   random_pet = (known after apply)

📝 Plan generated in .github/workflows/_test-tf.yaml #237

Copy link

github-actions bot commented Jan 14, 2025

Terraform plan for sandbox

Changes to Outputs.
Changes to Outputs:
+   file = <<-EOT
        |------------------|
        | I am an artifact |
        |------------------|
    EOT

You can apply this plan to save these new output values to the Terraform
state, without changing any real infrastructure.

📝 Plan generated in .github/workflows/_test-tf.yaml #237

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants