From a0fe65d89fe465b8c98feb5c88d46f1aa7913361 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 02:15:54 +0000 Subject: [PATCH] Update actions/checkout action to v7 --- .github/workflows/create-release.yml | 2 +- .github/workflows/scans.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index 7cfd5e0..c316e12 100644 --- a/.github/workflows/create-release.yml +++ b/.github/workflows/create-release.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: 'Checkout source code' - uses: 'actions/checkout@v3' + uses: 'actions/checkout@v7' with: ref: ${{ github.ref }} persist-credentials: false diff --git a/.github/workflows/scans.yml b/.github/workflows/scans.yml index 793b662..cbbf341 100644 --- a/.github/workflows/scans.yml +++ b/.github/workflows/scans.yml @@ -16,7 +16,7 @@ jobs: name: SBOM runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 - name: Generate Trivy GitHub report uses: aquasecurity/trivy-action@0.35.0