We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e60e40 commit 6f0ea71Copy full SHA for 6f0ea71
.github/workflows/container-ci.yaml
@@ -158,7 +158,7 @@ jobs:
158
# password: ${{ secrets.REGISTRY_TOKEN }}
159
- name: Pull Image
160
run: docker pull ${{ secrets.REGISTRY }}/${{ secrets.REPO }}:${{ matrix.container }}
161
- - uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1
+ - uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
162
with:
163
path: ${{ github.workspace }}/.cache/trivy
164
key: ${{ github.head_ref || github.ref_name }}-trivy
0 commit comments