From e6718e39e36a0ab96d64dd6fbf4059585902412d Mon Sep 17 00:00:00 2001 From: devex-sa Date: Wed, 1 Jul 2026 18:38:59 +0000 Subject: [PATCH] Update actions/checkout action to v7 --- .github/workflows/automation-create-pull-request.yaml | 2 +- .github/workflows/automation-integration-test-build.yml | 2 +- .github/workflows/automation-renovate-pr-commenter.yml | 2 +- .github/workflows/security-trivy-iac-check.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/automation-create-pull-request.yaml b/.github/workflows/automation-create-pull-request.yaml index ab29dc4..8fb3ad3 100644 --- a/.github/workflows/automation-create-pull-request.yaml +++ b/.github/workflows/automation-create-pull-request.yaml @@ -25,7 +25,7 @@ jobs: steps: - name: Checkout Repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 diff --git a/.github/workflows/automation-integration-test-build.yml b/.github/workflows/automation-integration-test-build.yml index b7841d6..dfd7401 100644 --- a/.github/workflows/automation-integration-test-build.yml +++ b/.github/workflows/automation-integration-test-build.yml @@ -39,7 +39,7 @@ jobs: container: ${{ inputs.container }} steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: repository: ${{ inputs.repository || github.repository }} ref: ${{ inputs.ref || github.ref }} diff --git a/.github/workflows/automation-renovate-pr-commenter.yml b/.github/workflows/automation-renovate-pr-commenter.yml index 6bf8065..0a16075 100644 --- a/.github/workflows/automation-renovate-pr-commenter.yml +++ b/.github/workflows/automation-renovate-pr-commenter.yml @@ -13,7 +13,7 @@ jobs: name: Comment the Pull request steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: PR comment with file uses: thollander/actions-comment-pull-request@v3 with: diff --git a/.github/workflows/security-trivy-iac-check.yaml b/.github/workflows/security-trivy-iac-check.yaml index 989d8b5..4f1afde 100644 --- a/.github/workflows/security-trivy-iac-check.yaml +++ b/.github/workflows/security-trivy-iac-check.yaml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-24.04 steps: - name: Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 #- name: Run Trivy vulnerability scanner in IaC mode # uses: aquasecurity/trivy-action@v0.69.2 # This is the version with the fix for the hackerbot-claw incident