diff --git a/.github/workflows/code-quality.yml b/.github/workflows/code-quality.yml index 8a4f98571..f36e4924f 100644 --- a/.github/workflows/code-quality.yml +++ b/.github/workflows/code-quality.yml @@ -13,7 +13,7 @@ jobs: check-code-quality: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 - name: Check text files format @@ -44,7 +44,7 @@ jobs: check-markdown-code-quality: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 - name: Check Markdown format @@ -62,7 +62,7 @@ jobs: check-prose: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 - name: Check prose @@ -73,7 +73,7 @@ jobs: check-python-code-quality: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 - name: Tester Build diff --git a/.github/workflows/code-secrets.yml b/.github/workflows/code-secrets.yml index ae56071ab..548f2e1e0 100644 --- a/.github/workflows/code-secrets.yml +++ b/.github/workflows/code-secrets.yml @@ -9,7 +9,7 @@ jobs: check-code-secrets: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 - name: Check if code contains any secrets diff --git a/.github/workflows/code-security.yml b/.github/workflows/code-security.yml index 6d20b233c..5038d65b0 100644 --- a/.github/workflows/code-security.yml +++ b/.github/workflows/code-security.yml @@ -13,7 +13,7 @@ jobs: check-code-security: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 - name: Check if code contains any Terraform Security Vulnerabilities diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 787ba81b8..f8b3b1fb0 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -18,7 +18,7 @@ jobs: security-events: write steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Initialize CodeQL uses: github/codeql-action/init@v3 with: diff --git a/.github/workflows/dependency-review.yml b/.github/workflows/dependency-review.yml index 2167bb12c..398e73752 100644 --- a/.github/workflows/dependency-review.yml +++ b/.github/workflows/dependency-review.yml @@ -9,6 +9,6 @@ jobs: runs-on: ubuntu-latest steps: - name: "Checkout Repository" - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: "Dependency Review" uses: actions/dependency-review-action@v3 diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 1716461c2..00cf3d92c 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -14,7 +14,7 @@ jobs: check-pull-request: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 - name: Check pull request title diff --git a/.github/workflows/update-pull-request-description.yml b/.github/workflows/update-pull-request-description.yml index 430de105c..dcebce258 100644 --- a/.github/workflows/update-pull-request-description.yml +++ b/.github/workflows/update-pull-request-description.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Get Branch Name uses: mdecoleman/pr-branch-name@2.0.0 id: branch_name