Coder Social home page Coder Social logo

.github's People

Contributors

michaelamattes avatar renovate[bot] avatar rndmh3ro avatar schurzi avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

michaelamattes

.github's Issues

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

Open

These updates have all been created already. Click a checkbox below to force a retry/rebase of any.

Detected dependencies

github-actions
.github/workflows/ansible-galaxy-publish.yml
  • actions/checkout v4@692973e3d937129bcbf40652eb9f2f61becf3332
  • artis3n/ansible_galaxy_collection v2@3368f56529a2ef47ef0ac1ecfcda039f90d0174a
  • actions/checkout v4@692973e3d937129bcbf40652eb9f2f61becf3332
  • mikefarah/yq v4.44.2@f15500b20a1c991c8729870ba60a4dc3524b6a94
  • github-actions-x/commit v2.9@722d56b8968bf00ced78407bbe2ead81062d8baa
.github/workflows/ansible-galaxy-role-publish.yml
  • actions/checkout v4@692973e3d937129bcbf40652eb9f2f61becf3332
  • actions/setup-python v5@39cd14951b08e74b54015e9e001cdefcf80e669f
.github/workflows/ansible-lint.yml
  • actions/checkout v4@692973e3d937129bcbf40652eb9f2f61becf3332
  • ansible/ansible-lint v24.7.0@95382d398ea1744bf6bfa47b030f14c38b3f6957
.github/workflows/codespell-local.yml
  • telekom-mms/.github main
.github/workflows/codespell.yml
  • actions/checkout v4@692973e3d937129bcbf40652eb9f2f61becf3332
  • codespell-project/actions-codespell v2@94259cd8be02ad2903ba34a22d9c13de21a74461
.github/workflows/github_repository.yml
  • actions/checkout v4@692973e3d937129bcbf40652eb9f2f61becf3332
  • dcarbone/install-jq-action v2.1.0@8867ddb4788346d7c22b72ea2e2ffe4d514c7bcb
.github/workflows/golang_linting.yml
  • actions/checkout v4@692973e3d937129bcbf40652eb9f2f61becf3332
  • actions/setup-go v5@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32
  • golangci/golangci-lint-action v4@d6238b002a20823d52840fda27e2d4891c5952dc
.github/workflows/prettier-md.yml
  • actions/checkout v4@692973e3d937129bcbf40652eb9f2f61becf3332
  • creyD/prettier_action v4.3@31355f8eef017f8aeba2e0bc09d8502b13dbbad1
.github/workflows/python_linting.yml
  • actions/checkout v4@692973e3d937129bcbf40652eb9f2f61becf3332
  • actions/setup-python v5@39cd14951b08e74b54015e9e001cdefcf80e669f
  • abatilo/actions-poetry v3@7b6d33e44b4f08d7021a1dee3c044e9c253d6439
.github/workflows/release.yml
  • actions/checkout v4.1.7@692973e3d937129bcbf40652eb9f2f61becf3332
  • WyriHaximus/github-action-get-previous-tag v1.4.0@04e8485ecb6487243907e330d522ff60f02283ce
  • patrickjahns/version-drafter-action v1.3.1@2076fa43abb28f31d0e8b0890253fbd1d1a966fc
  • charmixer/auto-changelog-action v1.4@b25e89c9410e03189f0d48b02b3a8caad6e78015
  • actions/download-artifact v4@fa0a91b85d4f404e444e00e005971372dc801d16
  • github-actions-x/commit v2.9@722d56b8968bf00ced78407bbe2ead81062d8baa
  • actions/checkout v4.1.7@692973e3d937129bcbf40652eb9f2f61becf3332
  • juliangruber/read-file-action v1@b549046febe0fe86f8cb4f93c24e284433f9ab58
  • actions/create-release v1@0cb9c9b65d5d1901c1f53e5e66eaf4afd303e70e
.github/workflows/settings.yml
  • telekom-mms/.github main
.github/workflows/terraform_docs.yml
  • actions/checkout v4@692973e3d937129bcbf40652eb9f2f61becf3332
  • terraform-docs/gh-actions v1@e47bfa196e79fa50987ef391be236d9d97b0c786
  • actions/upload-artifact v4@0b2256b8c012f0828dc542b3febcab082c67f72b
.github/workflows/terraform_linting.yml
  • actions/checkout v4@692973e3d937129bcbf40652eb9f2f61becf3332
  • dflook/terraform-fmt-check v1@86914e9afad7218471018af867cc8d157d485d4b
  • dflook/terraform-validate v1@9cfdf207ffbd0ec5d171403a24feb222591ffdc7
  • terraform-linters/setup-tflint v4@19a52fbac37dacb22a09518e4ef6ee234f2d4987
.github/workflows/terrascan.yml
  • actions/checkout v4@692973e3d937129bcbf40652eb9f2f61becf3332
  • tenable/terrascan-action v1@3a6e87da8e244513bd77b631e624552643f794c6
.github/workflows/terratest.yml
  • actions/checkout v4@692973e3d937129bcbf40652eb9f2f61becf3332
  • hashicorp/setup-terraform v3@651471c36a6092792c552e8b1bef71e592b462d8
  • actions/setup-go v5@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32
  • actions/checkout v4@692973e3d937129bcbf40652eb9f2f61becf3332

  • Check this box to trigger a request for Renovate to run again on this repository

[Bug] Terratest plan not working as expected

Description

See PR telekom-mms/terraform-azurerm-cdn#17. The terraform plan test should be fail before merge the configuration fix. But the test finished successfully.
It should be proved if the terraform plan command runs correctly for the examples.

Reproduction steps

Add failure within examples or main.tf so that a terraform plan fails, see code bevore telekom-mms/terraform-azurerm-cdn#17

Current Behavior

terraform plan for full_main.tf finshed successfully

Expected Behavior

terraform plan for full_main.tf should be failed - becaus code was not correct

Additional information

No response

[Enhancement] Checkout Github Action should not be needed

Description

Checkout Github Action should not be needed, instead the Action should be included like all the other Actions via uses:.

Additional information

Actually the checkout of the action is needed so that the go code is located within the repository where it should run.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.