From be0b99a5f2d3d54c135e623177b3a0cb4870b1af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 19:05:15 +0000 Subject: [PATCH] Bump actions/checkout from 4 to 5 in the actions group Bumps the actions group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 4 to 5 - [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...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/terraform-lint.yml | 2 +- .github/workflows/terraform-security-msdo.yml | 2 +- .github/workflows/terraform-tests.yml | 10 +++++----- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/terraform-lint.yml b/.github/workflows/terraform-lint.yml index 9dd4577..ccff7e0 100644 --- a/.github/workflows/terraform-lint.yml +++ b/.github/workflows/terraform-lint.yml @@ -18,7 +18,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: ref: ${{ github.event.pull_request.head.sha }} diff --git a/.github/workflows/terraform-security-msdo.yml b/.github/workflows/terraform-security-msdo.yml index 6a1f9f1..f8b868a 100644 --- a/.github/workflows/terraform-security-msdo.yml +++ b/.github/workflows/terraform-security-msdo.yml @@ -18,7 +18,7 @@ jobs: name: MSDO Security Scan runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: ref: ${{ github.event.pull_request.head.sha }} - uses: microsoft/security-devops-action@v1.12.0 diff --git a/.github/workflows/terraform-tests.yml b/.github/workflows/terraform-tests.yml index eecd094..ab57aa3 100644 --- a/.github/workflows/terraform-tests.yml +++ b/.github/workflows/terraform-tests.yml @@ -18,7 +18,7 @@ jobs: name: Format and Validate runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: ref: ${{ github.event.pull_request.head.sha }} - uses: hashicorp/setup-terraform@v3 @@ -37,7 +37,7 @@ jobs: unit_tests: ${{ steps.find-unit-tests.outputs.tests }} integration_tests: ${{ steps.find-integration-tests.outputs.tests }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: ref: ${{ github.event.pull_request.head.sha }} - name: Find unit tests @@ -59,7 +59,7 @@ jobs: matrix: test: ${{fromJson(needs.discover-tests.outputs.unit_tests)}} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: ref: ${{ github.event.pull_request.head.sha }} - uses: hashicorp/setup-terraform@v3 @@ -82,7 +82,7 @@ jobs: matrix: test: ${{fromJson(needs.discover-tests.outputs.integration_tests)}} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: ref: ${{ github.event.pull_request.head.sha }} - uses: hashicorp/setup-terraform@v3 @@ -102,7 +102,7 @@ jobs: runs-on: ubuntu-latest if: always() steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: ref: ${{ github.event.pull_request.head.sha }} - uses: hashicorp/setup-terraform@v3