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

fix@6837628177 [skip fix] #9

Merged
merged 1 commit into from
Jan 8, 2024
Merged

fix@6837628177 [skip fix] #9

merged 1 commit into from
Jan 8, 2024

Conversation

probe-lab-mgmt-read-write[bot]
Copy link
Contributor

The changes in this PR were made by a bot. Please review carefully.

Copy link
Contributor

github-actions bot commented Nov 12, 2023

Before merge, verify that all the following plans are correct. They will be applied as-is after the merge.

Terraform plans

plprobelab

Terraform used the selected providers to generate the following execution
plan. Resource actions are indicated with the following symbols:
  ~ update in-place

Terraform will perform the following actions:

  # github_repository.this["go-libp2p"] will be updated in-place
  ~ resource "github_repository" "this" {
        id                          = "go-libp2p"
        name                        = "go-libp2p"
        # (33 unchanged attributes hidden)

      ~ security_and_analysis {

          ~ secret_scanning {
              ~ status = "disabled" -> "enabled"
            }

          ~ secret_scanning_push_protection {
              ~ status = "disabled" -> "enabled"
            }
        }
    }

  # github_repository.this["roadmap"] will be updated in-place
  ~ resource "github_repository" "this" {
        id                          = "roadmap"
        name                        = "roadmap"
        # (33 unchanged attributes hidden)

      ~ security_and_analysis {

          ~ secret_scanning {
              ~ status = "disabled" -> "enabled"
            }

          ~ secret_scanning_push_protection {
              ~ status = "disabled" -> "enabled"
            }
        }
    }

  # github_repository.this["thunderdome"] will be updated in-place
  ~ resource "github_repository" "this" {
        id                          = "thunderdome"
        name                        = "thunderdome"
        # (32 unchanged attributes hidden)

      ~ security_and_analysis {

          ~ secret_scanning {
              ~ status = "disabled" -> "enabled"
            }

          ~ secret_scanning_push_protection {
              ~ status = "disabled" -> "enabled"
            }
        }
    }

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

@dennis-tra dennis-tra merged commit a50fc56 into master Jan 8, 2024
6 checks passed
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.

1 participant