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 a7b972a commit 240196cCopy full SHA for 240196c
.github/workflows/build.yml
@@ -48,7 +48,7 @@ jobs:
48
- name: Fetch all tags and branches
49
run: git fetch --prune --unshallow
50
- name: Cache Tools
51
- uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
+ uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4
52
with:
53
path: tools
54
key: ${{ runner.os }}-tools-${{ hashFiles('recipe.cake') }}
.github/workflows/codeql-analysis.yml
@@ -43,7 +43,7 @@ jobs:
43
6.0
44
9.0
45
46
47
0 commit comments