We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91a57de commit 8db9f3cCopy full SHA for 8db9f3c
.github/workflows/container-ci.yaml
@@ -170,7 +170,7 @@ jobs:
170
# password: ${{ secrets.REGISTRY_TOKEN }}
171
- name: Pull Image
172
run: docker pull ${{ secrets.REGISTRY }}/${{ secrets.REPO }}:${{ matrix.container }}
173
- - uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
+ - uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
174
with:
175
path: ${{ github.workspace }}/.cache/trivy
176
key: ${{ github.head_ref || github.ref_name }}-trivy
0 commit comments