From e0b249b55f1d408ad8b242b649a0b6be1c564508 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 18:42:02 +0000 Subject: [PATCH] Update actions/checkout action to v6.0.3 --- .github/workflows/coverage.yml | 2 +- .github/workflows/grype-me-latest-release.yml | 2 +- .github/workflows/linter.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 881cb3d..93c1c1a 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -16,7 +16,7 @@ jobs: egress-policy: audit - name: Checkout code - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 - name: Setup Go uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0 diff --git a/.github/workflows/grype-me-latest-release.yml b/.github/workflows/grype-me-latest-release.yml index 4eed037..44a1d4a 100644 --- a/.github/workflows/grype-me-latest-release.yml +++ b/.github/workflows/grype-me-latest-release.yml @@ -30,7 +30,7 @@ jobs: fi - name: Checkout repository (with tags) - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: # fetch-depth: 0 (non-default) - fetch full history to ensure tag lookups work correctly fetch-depth: 0 diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index b587a17..dc958ad 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -21,7 +21,7 @@ jobs: egress-policy: audit - name: Checkout code - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 - name: Setup Go uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0