From 2700fecd6c762ea45f21742a7106f7c074ad9448 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 19:12:42 +0000 Subject: [PATCH] Bump actions/checkout from 6 to 7 Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7. - [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/v6...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/marp.yml | 2 +- .github/workflows/terraform.yml | 4 ++-- .github/workflows/terrascan.yml | 2 +- .github/workflows/trivy.yml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/marp.yml b/.github/workflows/marp.yml index 5310a3f..25e50cf 100644 --- a/.github/workflows/marp.yml +++ b/.github/workflows/marp.yml @@ -25,7 +25,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Copy images run: mkdir build && cp -R slides/img build/img && cp -R slides/themes build/themes diff --git a/.github/workflows/terraform.yml b/.github/workflows/terraform.yml index ee2ae3d..c8f3acf 100644 --- a/.github/workflows/terraform.yml +++ b/.github/workflows/terraform.yml @@ -64,7 +64,7 @@ jobs: steps: # Checkout the repository to the GitHub Actions runner - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 # Install the latest version of Terraform CLI and configure the Terraform CLI configuration file with a Terraform Cloud user API token - name: Setup Terraform @@ -150,7 +150,7 @@ jobs: steps: # Checkout the repository to the GitHub Actions runner - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 # Install the latest version of Terraform CLI and configure the Terraform CLI configuration file with a Terraform Cloud user API token - name: Setup Terraform diff --git a/.github/workflows/terrascan.yml b/.github/workflows/terrascan.yml index fe0bf27..4b9c7d6 100644 --- a/.github/workflows/terrascan.yml +++ b/.github/workflows/terrascan.yml @@ -15,7 +15,7 @@ jobs: name: terrascan-action steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Run Terrascan id: terrascan uses: tenable/terrascan-action@main diff --git a/.github/workflows/trivy.yml b/.github/workflows/trivy.yml index b8dde00..db43e2c 100644 --- a/.github/workflows/trivy.yml +++ b/.github/workflows/trivy.yml @@ -25,7 +25,7 @@ jobs: runs-on: "ubuntu-20.04" steps: - name: Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Run Trivy vulnerability scanner in fs mode uses: aquasecurity/trivy-action@master