From 294577dedd39167edd8efca61dae799d945ef246 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 28 Apr 2024 00:21:31 +0000 Subject: [PATCH 1/2] Bump actions/checkout from 4.1.3 to 4.1.4 Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.3 to 4.1.4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v4.1.3...v4.1.4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/dependency-tests.yml | 6 +++--- .github/workflows/manual-test-release.yml | 4 ++-- .github/workflows/manual-test.yml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/dependency-tests.yml b/.github/workflows/dependency-tests.yml index d42c2b9..3e416a0 100644 --- a/.github/workflows/dependency-tests.yml +++ b/.github/workflows/dependency-tests.yml @@ -21,7 +21,7 @@ jobs: if: ${{ github.actor == 'dependabot[bot]' }} steps: - name: Checkout - uses: actions/checkout@v4.1.3 + uses: actions/checkout@v4.1.4 - name: Run Dependency Tests - Plan AND Apply AND Destroy uses: Pwd9000-ML/terraform-azurerm-tests@v1.0.6 @@ -51,7 +51,7 @@ jobs: if: ${{ github.actor == 'dependabot[bot]' }} steps: - name: Checkout - uses: actions/checkout@v4.1.3 + uses: actions/checkout@v4.1.4 with: ref: ${{ github.event.pull_request.head.ref }} @@ -74,7 +74,7 @@ jobs: if: ${{ github.actor == 'dependabot[bot]' }} steps: - name: Checkout - uses: actions/checkout@v4.1.3 + uses: actions/checkout@v4.1.4 with: token: ${{secrets.GITHUB_TOKEN}} diff --git a/.github/workflows/manual-test-release.yml b/.github/workflows/manual-test-release.yml index 59af113..e93e516 100644 --- a/.github/workflows/manual-test-release.yml +++ b/.github/workflows/manual-test-release.yml @@ -15,7 +15,7 @@ jobs: actions: read steps: - name: Checkout - uses: actions/checkout@v4.1.3 + uses: actions/checkout@v4.1.4 - name: Plan AND Apply AND Destroy uses: Pwd9000-ML/terraform-azurerm-tests@v1.0.6 @@ -44,7 +44,7 @@ jobs: contents: write steps: - name: Checkout - uses: actions/checkout@v4.1.3 + uses: actions/checkout@v4.1.4 with: ref: ${{ github.event.pull_request.head.ref }} diff --git a/.github/workflows/manual-test.yml b/.github/workflows/manual-test.yml index 15bfa4c..806bbfb 100644 --- a/.github/workflows/manual-test.yml +++ b/.github/workflows/manual-test.yml @@ -19,7 +19,7 @@ jobs: actions: read steps: - name: Checkout - uses: actions/checkout@v4.1.3 + uses: actions/checkout@v4.1.4 - name: Plan AND Apply Only uses: Pwd9000-ML/terraform-azurerm-tests@v1.0.6 From b3b1e90df19c85ede2d9bd8fbe88478d0f0d67f5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 28 Apr 2024 00:45:56 +0000 Subject: [PATCH 2/2] terraform-docs: automated action --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 87d3c79..5e3d287 100644 --- a/README.md +++ b/README.md @@ -91,13 +91,13 @@ This terraform module was developed by **Marcel Lupo** as part of a project to e | Name | Version | |------|---------| | [terraform](#requirement\_terraform) | >= 1.7.0 | -| [azurerm](#requirement\_azurerm) | ~> 3.91.0 | +| [azurerm](#requirement\_azurerm) | ~> 3.100.0 | ## Providers | Name | Version | |------|---------| -| [azurerm](#provider\_azurerm) | ~> 3.91.0 | +| [azurerm](#provider\_azurerm) | ~> 3.100.0 | | [random](#provider\_random) | n/a | ## Modules