Skip to content

chore(deps): bump terraform-linters/setup-tflint from 4 to 6#9

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/terraform-linters/setup-tflint-6
Open

chore(deps): bump terraform-linters/setup-tflint from 4 to 6#9
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/terraform-linters/setup-tflint-6

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 31, 2026

Copy link
Copy Markdown
Contributor

Bumps terraform-linters/setup-tflint from 4 to 6.

Release notes

Sourced from terraform-linters/setup-tflint's releases.

v6.0.0

What's Changed

Breaking

Docs

Dependencies

New Contributors

Full Changelog: terraform-linters/setup-tflint@v5...v6.0.0

v5.0.0

Breaking Changes

Dependencies

Dependencies

... (truncated)

Commits
  • b480b8f build(deps): Bump the actions group across 1 directory with 3 updates (#411)
  • d4e7bc7 build(deps-dev): Bump eslint-plugin-jsdoc from 61.5.0 to 62.8.0 (#409)
  • 29adf10 build(deps-dev): Bump globals from 16.4.0 to 17.4.0 (#408)
  • 5199340 build(deps): bump @​actions/glob from 0.5.0 to 0.6.1 (#410)
  • 6978713 build(deps-dev): Bump @​babel/eslint-parser from 7.28.5 to 7.28.6 (#406)
  • 4f44956 build(deps-dev): Bump jest from 30.2.0 to 30.3.0 (#407)
  • 84b5812 build(deps-dev): Bump eslint-plugin-jest from 29.2.1 to 29.15.0 (#405)
  • fb123f3 build(deps-dev): Bump @​eslint/eslintrc from 3.3.3 to 3.3.5 (#404)
  • da37435 build(deps): Bump actions/setup-node from 6.2.0 to 6.3.0 (#402)
  • 382cd91 ci: group @actions/* Dependabot updates (#401)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [terraform-linters/setup-tflint](https://github.com/terraform-linters/setup-tflint) from 4 to 6.
- [Release notes](https://github.com/terraform-linters/setup-tflint/releases)
- [Commits](terraform-linters/setup-tflint@v4...v6)

---
updated-dependencies:
- dependency-name: terraform-linters/setup-tflint
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels May 31, 2026
@github-actions

Copy link
Copy Markdown

Terraform Plan

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:

  # github_branch_protection.main will be created
  + resource "github_branch_protection" "main" {
      + allows_deletions                = false
      + allows_force_pushes             = false
      + enforce_admins                  = false
      + id                              = (known after apply)
      + lock_branch                     = false
      + pattern                         = "main"
      + repository_id                   = (known after apply)
      + require_conversation_resolution = false
      + require_signed_commits          = false
      + required_linear_history         = false

      + required_pull_request_reviews {
          + dismiss_stale_reviews           = true
          + require_last_push_approval      = false
          + required_approving_review_count = 1
        }
    }

  # github_repository.repo will be created
  + resource "github_repository" "repo" {
      + allow_auto_merge                        = false
      + allow_forking                           = (known after apply)
      + allow_merge_commit                      = true
      + allow_rebase_merge                      = true
      + allow_squash_merge                      = true
      + archived                                = false
      + auto_init                               = true
      + default_branch                          = (known after apply)
      + delete_branch_on_merge                  = true
      + description                             = "Preview from PR #9"
      + etag                                    = (known after apply)
      + fork                                    = (known after apply)
      + full_name                               = (known after apply)
      + git_clone_url                           = (known after apply)
      + gitignore_template                      = "Terraform"
      + has_issues                              = true
      + has_projects                            = false
      + has_wiki                                = false
      + html_url                                = (known after apply)
      + http_clone_url                          = (known after apply)
      + id                                      = (known after apply)
      + ignore_vulnerability_alerts_during_read = false
      + merge_commit_message                    = "PR_TITLE"
      + merge_commit_title                      = "MERGE_MESSAGE"
      + name                                    = "pr-preview"
      + node_id                                 = (known after apply)
      + primary_language                        = (known after apply)
      + private                                 = (known after apply)
      + repo_id                                 = (known after apply)
      + source_owner                            = (known after apply)
      + source_repo                             = (known after apply)
      + squash_merge_commit_message             = "COMMIT_MESSAGES"
      + squash_merge_commit_title               = "COMMIT_OR_PR_TITLE"
      + ssh_clone_url                           = (known after apply)
      + svn_url                                 = (known after apply)
      + topics                                  = (known after apply)
      + visibility                              = "public"
      + vulnerability_alerts                    = (known after apply)
      + web_commit_signoff_required             = (known after apply)

      + security_and_analysis {
          + advanced_security {
              + status = (known after apply)
            }

          + code_security {
              + status = (known after apply)
            }

          + secret_scanning {
              + status = (known after apply)
            }

          + secret_scanning_ai_detection {
              + status = (known after apply)
            }

          + secret_scanning_non_provider_patterns {
              + status = (known after apply)
            }

          + secret_scanning_push_protection {
              + status = (known after apply)
            }
        }
    }

  # github_repository_file.ci_workflow will be created
  + resource "github_repository_file" "ci_workflow" {
      + autocreate_branch_source_sha = (known after apply)
      + branch                       = "main"
      + commit_message               = "ci: add GitHub Actions CI workflow"
      + commit_sha                   = (known after apply)
      + content                      = <<-EOT
            name: CI
            
            on:
              push:
                branches: [ "main" ]
              pull_request:
                branches: [ "main" ]
            
            jobs:
              build:
                runs-on: ubuntu-latest
            
                steps:
                  - name: Checkout code
                    uses: actions/checkout@v4
            
                  - name: Example step
                    run: echo "Add your build/test steps here!"
        EOT
      + file                         = ".github/workflows/ci.yml"
      + id                           = (known after apply)
      + overwrite_on_create          = true
      + ref                          = (known after apply)
      + repository                   = "pr-preview"
      + repository_id                = (known after apply)
      + sha                          = (known after apply)
    }

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

Changes to Outputs:
  + repository_full_name       = (known after apply)
  + repository_https_clone_url = (known after apply)
  + repository_ssh_clone_url   = (known after apply)
  + repository_url             = (known after apply)

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

Note: You didn't use the -out option to save this plan, so Terraform can't
guarantee to take exactly these actions if you run "terraform apply" now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants