diff --git a/.github/workflows/branch-cicd.yaml b/.github/workflows/branch-cicd.yaml index 941a122..4014130 100644 --- a/.github/workflows/branch-cicd.yaml +++ b/.github/workflows/branch-cicd.yaml @@ -33,7 +33,7 @@ jobs: steps: - name: 💳 Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: lfs: true fetch-depth: 0 diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 1a98095..c4d24cd 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@v5 + uses: actions/checkout@v6 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/secrets-detection.yaml b/.github/workflows/secrets-detection.yaml index 9fb207d..d836ab7 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@v5 + uses: actions/checkout@v6 - name: Install necessary packages run: | diff --git a/.github/workflows/stable-cicd.yaml b/.github/workflows/stable-cicd.yaml index bc54880..8c07c42 100644 --- a/.github/workflows/stable-cicd.yaml +++ b/.github/workflows/stable-cicd.yaml @@ -48,7 +48,7 @@ jobs: steps: - name: 💳 Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: lfs: true token: ${{secrets.ADMIN_GITHUB_TOKEN}} diff --git a/.github/workflows/terraform_cicd.yaml b/.github/workflows/terraform_cicd.yaml index 8511ac5..4c90815 100644 --- a/.github/workflows/terraform_cicd.yaml +++ b/.github/workflows/terraform_cicd.yaml @@ -19,7 +19,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 # 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 83b93e2..8e22f6e 100644 --- a/.github/workflows/unstable-cicd.yaml +++ b/.github/workflows/unstable-cicd.yaml @@ -53,7 +53,7 @@ jobs: steps: - name: 💳 Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: lfs: true token: ${{secrets.ADMIN_GITHUB_TOKEN}}