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 290a14c commit 767e9bdCopy full SHA for 767e9bd
.github/workflows/coverity-scan.yml
@@ -13,7 +13,7 @@ jobs:
13
steps:
14
- name: Check submission cache
15
id: check_submit
16
- uses: actions/cache/restore@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
+ uses: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
17
with:
18
path: |
19
cov-int
@@ -65,7 +65,7 @@ jobs:
65
66
- name: Cache submission
67
if: steps.check_submit.outputs.cache-hit != 'true'
68
- uses: actions/cache/save@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
+ uses: actions/cache/save@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
69
70
71
0 commit comments