From bd8e74aebaa5b720efd708355fea9081081688ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Nov 2025 00:29:50 +0000 Subject: [PATCH] Bump actions/checkout from 4 to 6 Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6. - [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...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/app.yaml | 4 ++-- .github/workflows/docker.yaml | 2 +- .github/workflows/elk.yaml | 2 +- .github/workflows/infra.yaml | 4 ++-- .github/workflows/ochestrator.yaml | 16 ++++++++-------- 5 files changed, 14 insertions(+), 14 deletions(-) diff --git a/.github/workflows/app.yaml b/.github/workflows/app.yaml index 5b47c03..cebdbf4 100644 --- a/.github/workflows/app.yaml +++ b/.github/workflows/app.yaml @@ -18,7 +18,7 @@ jobs: steps: # 1. Checkout Code from GitHub - name: Checkout Code - uses: actions/checkout@v4 + uses: actions/checkout@v6 # 2. Set up Python environment and install dependencies - name: Set up Python 3.x @@ -66,7 +66,7 @@ jobs: steps: # 1. Checkout Code from GitHub - name: Checkout Code - uses: actions/checkout@v4 + uses: actions/checkout@v6 # 6. Set up SSH key and establish SSH Tunnel - name: Set up SSH tunnel and deploy code env: diff --git a/.github/workflows/docker.yaml b/.github/workflows/docker.yaml index 0729622..8828fcf 100644 --- a/.github/workflows/docker.yaml +++ b/.github/workflows/docker.yaml @@ -18,7 +18,7 @@ jobs: # Checkout code from the repository - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v6 # Set up Docker Buildx (required for multi-platform builds) - name: Set up Docker Buildx diff --git a/.github/workflows/elk.yaml b/.github/workflows/elk.yaml index 62b7196..245e893 100644 --- a/.github/workflows/elk.yaml +++ b/.github/workflows/elk.yaml @@ -18,7 +18,7 @@ jobs: steps: # 1. Checkout Code from GitHub - name: Checkout Code - uses: actions/checkout@v4 + uses: actions/checkout@v6 # 6. Set up SSH key and establish SSH Tunnel - name: Set up SSH tunnel and deploy code env: diff --git a/.github/workflows/infra.yaml b/.github/workflows/infra.yaml index a643b40..43a0726 100644 --- a/.github/workflows/infra.yaml +++ b/.github/workflows/infra.yaml @@ -31,7 +31,7 @@ jobs: if: github.event_name == 'push' || github.event.inputs.action == 'apply' steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Setup Terraform uses: hashicorp/setup-terraform@v3 @@ -75,7 +75,7 @@ jobs: if: github.event_name == 'workflow_dispatch' && github.event.inputs.action == 'destroy' steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Setup Terraform uses: hashicorp/setup-terraform@v3 diff --git a/.github/workflows/ochestrator.yaml b/.github/workflows/ochestrator.yaml index 295da1b..71ca7e1 100644 --- a/.github/workflows/ochestrator.yaml +++ b/.github/workflows/ochestrator.yaml @@ -40,7 +40,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Setup Terraform uses: hashicorp/setup-terraform@v3 @@ -95,7 +95,7 @@ jobs: steps: # 1. Checkout Code from GitHub - name: Checkout Code - uses: actions/checkout@v4 + uses: actions/checkout@v6 # 2. Set up Python environment and install dependencies - name: Set up Python 3.x @@ -142,7 +142,7 @@ jobs: steps: #1. Checkout code from the repository - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v6 #2. Set up Docker Buildx (required for multi-platform builds) - name: Set up Docker Buildx @@ -196,7 +196,7 @@ jobs: steps: # 1. Checkout Code from GitHub - name: Checkout Code - uses: actions/checkout@v4 + uses: actions/checkout@v6 # 2. Download tf outputs - name: Download Terraform outputs from S3 @@ -261,7 +261,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Code - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Download Terraform outputs from S3 env: @@ -325,7 +325,7 @@ jobs: elk_ip: ${{ steps.parse-outputs.outputs.elk_ip }} steps: - name: Checkout Code - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Download Terraform outputs from S3 env: @@ -390,7 +390,7 @@ jobs: elk_ip: ${{ steps.parse-outputs.outputs.elk_ip }} steps: - name: Checkout Code - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Download Terraform outputs from S3 env: @@ -460,7 +460,7 @@ jobs: if: github.event.inputs.action == 'destroy' steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Setup Terraform uses: hashicorp/setup-terraform@v3