We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7bc109e + f71ea61 commit 148d951Copy full SHA for 148d951
.github/workflows/dry-run.yml
@@ -42,7 +42,7 @@ jobs:
42
sudo apt-get update
43
sudo apt-get install -y clang-format-20
44
45
- - uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
+ - uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
46
id: cppcheck-cache
47
with:
48
path: /opt/cppcheck
.github/workflows/release.yml
@@ -44,7 +44,7 @@ jobs:
49
50
0 commit comments