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