We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58edcb0 commit 609b153Copy full SHA for 609b153
.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@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
+ - uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
162
with:
163
path: ${{ github.workspace }}/.cache/trivy
164
key: ${{ github.head_ref || github.ref_name }}-trivy
0 commit comments