diff --git a/.github/workflows/container-ci.yaml b/.github/workflows/container-ci.yaml index b7c235bb..64287787 100644 --- a/.github/workflows/container-ci.yaml +++ b/.github/workflows/container-ci.yaml @@ -170,7 +170,7 @@ jobs: # password: ${{ secrets.REGISTRY_TOKEN }} - name: Pull Image run: docker pull ${{ secrets.REGISTRY }}/${{ secrets.REPO }}:${{ matrix.container }} - - uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1 + - uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3 with: path: ${{ github.workspace }}/.cache/trivy key: ${{ github.head_ref || github.ref_name }}-trivy