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