From 00bb41825fb20e80341833b1f2e1140cf4828b69 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 04:00:09 +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 a6b7995..dbd2315 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 94cdfed..ac9ec41 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.28.0