diff --git a/.github/workflows/branch-cicd.yaml b/.github/workflows/branch-cicd.yaml index 43c1742..6bf1712 100644 --- a/.github/workflows/branch-cicd.yaml +++ b/.github/workflows/branch-cicd.yaml @@ -37,7 +37,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 534fa61..5dfddd2 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -33,7 +33,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 a2fde8f..0cd2c45 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 f13e423..9ea6f36 100644 --- a/.github/workflows/stable-cicd.yaml +++ b/.github/workflows/stable-cicd.yaml @@ -50,7 +50,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 da07a1f..8511ac5 100644 --- a/.github/workflows/terraform-cicd.yaml +++ b/.github/workflows/terraform-cicd.yaml @@ -19,7 +19,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 1c646b8..060896d 100644 --- a/.github/workflows/unstable-cicd.yaml +++ b/.github/workflows/unstable-cicd.yaml @@ -54,7 +54,7 @@ jobs: steps: - name: 💳 Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: lfs: true fetch-depth: 0