From 00775f54d9feb3f3ab32fbf69e435371f7950853 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 17:00:12 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v6 --- .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..507efbf 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@v6' with: ref: ${{ github.ref }} persist-credentials: false diff --git a/.github/workflows/scans.yml b/.github/workflows/scans.yml index 793b662..1621c88 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@v6 - name: Generate Trivy GitHub report uses: aquasecurity/trivy-action@0.35.0