From 34dd095f4dec10d84d6e23b1e2f5f9c467dab8fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Aug 2025 06:46:00 +0000 Subject: [PATCH] Bump actions/checkout from 4 to 5 Bumps [actions/checkout](https://github.com/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 ... Signed-off-by: dependabot[bot] --- .github/workflows/branch-cicd.yaml | 2 +- .github/workflows/codeql-analysis.yml | 2 +- .github/workflows/secrets-detection.yaml | 2 +- .github/workflows/stable-cicd.yaml | 2 +- .github/workflows/terraform_cicd.yaml | 2 +- .github/workflows/unstable-cicd.yaml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/branch-cicd.yaml b/.github/workflows/branch-cicd.yaml index 4cae72f..f69588a 100644 --- a/.github/workflows/branch-cicd.yaml +++ b/.github/workflows/branch-cicd.yaml @@ -33,7 +33,7 @@ jobs: steps: - name: 💳 Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: lfs: true fetch-depth: 0 diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 16d27f1..1a98095 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -38,7 +38,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/secrets-detection.yaml b/.github/workflows/secrets-detection.yaml index cc32530..860b1d8 100644 --- a/.github/workflows/secrets-detection.yaml +++ b/.github/workflows/secrets-detection.yaml @@ -13,7 +13,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Install necessary packages run: | diff --git a/.github/workflows/stable-cicd.yaml b/.github/workflows/stable-cicd.yaml index 0f4e8e6..bc54880 100644 --- a/.github/workflows/stable-cicd.yaml +++ b/.github/workflows/stable-cicd.yaml @@ -48,7 +48,7 @@ jobs: steps: - name: 💳 Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: lfs: true token: ${{secrets.ADMIN_GITHUB_TOKEN}} diff --git a/.github/workflows/terraform_cicd.yaml b/.github/workflows/terraform_cicd.yaml index 237e0ca..6026f80 100644 --- a/.github/workflows/terraform_cicd.yaml +++ b/.github/workflows/terraform_cicd.yaml @@ -20,7 +20,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 # AWS Authentication. Please uncomment this step in your repo to authenticate to AWS. diff --git a/.github/workflows/unstable-cicd.yaml b/.github/workflows/unstable-cicd.yaml index 7043ea8..c5ed4dd 100644 --- a/.github/workflows/unstable-cicd.yaml +++ b/.github/workflows/unstable-cicd.yaml @@ -53,7 +53,7 @@ jobs: steps: - name: 💳 Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: lfs: true token: ${{secrets.ADMIN_GITHUB_TOKEN}}