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