From d071a0c1924fabf98e30b7b49366f14c3f04764f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 17:43:27 +0000 Subject: [PATCH] chore(deps): bump actions/checkout from 5 to 6 Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/trivy-scan-published-images.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/trivy-scan-published-images.yml b/.github/workflows/trivy-scan-published-images.yml index da77e3ea..6fd0a35f 100644 --- a/.github/workflows/trivy-scan-published-images.yml +++ b/.github/workflows/trivy-scan-published-images.yml @@ -30,7 +30,7 @@ jobs: MAX_TAGS: ${{ github.event.inputs.max_tags_to_scan || '10' }} steps: - name: Checkout code - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Generate matrix for all image/tag combinations id: set-matrix